aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2011-04-01 19:55:50 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2011-04-01 19:55:50 +0200
commit12e4f36a2f5aae5b17266fb15376c82d74b7bf95 (patch)
tree2ff504dede7ad40e57fc275026adf58fd89bc095 /buildScripts
parent1a589ca221a172845a108a6c759018c6e25d5cdd (diff)
downloadlombok-12e4f36a2f5aae5b17266fb15376c82d74b7bf95.tar.gz
lombok-12e4f36a2f5aae5b17266fb15376c82d74b7bf95.tar.bz2
lombok-12e4f36a2f5aae5b17266fb15376c82d74b7bf95.zip
Yet another eclipse mirror went down or deleted an older version. We're now hosting this dependency ourselves; it was the last one we weren't already hosting. Also upped version from 3.6.0 to 3.6.2.
Diffstat (limited to 'buildScripts')
-rw-r--r--buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml (renamed from buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml)6
-rw-r--r--buildScripts/ivy.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml b/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml
index 6ea9088e..fc9fa661 100644
--- a/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml
+++ b/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml
@@ -1,5 +1,5 @@
<ivy-module version="2.0">
- <info organisation="org.eclipse.custom" module="ecj" revision="3.6.0" publication="20100608091100">
+ <info organisation="org.eclipse.custom" module="ecj" revision="3.6.2" publication="20110401190400">
<license name="Eclipse Public Licence v1.0" url="http://www.eclipse.org/org/documents/epl-v10.php" />
<description homepage="http://www.eclipse.org/eclipse/" />
</info>
@@ -8,7 +8,7 @@
<conf name="sources" />
</configurations>
<publications>
- <artifact conf="default" url="http://mirror.selfnet.de/eclipse/eclipse/downloads/drops/R-3.6-201006080911/ecj-3.6.jar" />
- <artifact type="zip" conf="sources" url="http://mirror.selfnet.de/eclipse/eclipse/downloads/drops/R-3.6-201006080911/ecjsrc-3.6.zip" />
+ <artifact conf="default" url="http://projectlombok.org/ivyrepo/eclipse/ecj-3.6.2.jar" />
+ <artifact type="zip" conf="sources" url="http://projectlombok.org/ivyrepo/eclipse/ecjsrc-3.6.2.zip" />
</publications>
</ivy-module>
diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml
index 33d62da9..7ff6bdc9 100644
--- a/buildScripts/ivy.xml
+++ b/buildScripts/ivy.xml
@@ -27,7 +27,7 @@
<dependency org="de.java2html" name="java2html" rev="5.0" conf="build->default" />
<dependency org="projectlombok.org" name="javac" rev="1.6.0.18" conf="build->runtime; contrib->sources" />
- <dependency org="org.eclipse.custom" name="ecj" rev="3.6.0" conf="build->default; contrib->sources" />
+ <dependency org="org.eclipse.custom" name="ecj" rev="3.6.2" conf="build->default; contrib->sources" />
<dependency org="netbeans.org" name="boot" rev="6.8beta" conf="netbeansBuild->build" />
<dependency org="netbeans.org" name="openide.modules" rev="6.8beta" conf="netbeansBuild->build" />