diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-04-01 19:55:50 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-04-01 19:55:50 +0200 |
commit | 12e4f36a2f5aae5b17266fb15376c82d74b7bf95 (patch) | |
tree | 2ff504dede7ad40e57fc275026adf58fd89bc095 /buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml | |
parent | 1a589ca221a172845a108a6c759018c6e25d5cdd (diff) | |
download | lombok-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/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml')
-rw-r--r-- | buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml b/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml new file mode 100644 index 00000000..fc9fa661 --- /dev/null +++ b/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml @@ -0,0 +1,14 @@ +<ivy-module version="2.0"> + <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> + <configurations> + <conf name="default" /> + <conf name="sources" /> + </configurations> + <publications> + <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> |