diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-18 18:25:59 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-18 18:25:59 +0100 |
commit | 38b4128f899e81d8a5d19dca8b6cd1357ca3bd1a (patch) | |
tree | da576a16fd212a56e8ade1287c93059cbbb49411 /buildScripts/ivy-repo/org.eclipse.custom-jdt.core-3.6.0.xml | |
parent | d0131d9c9bf8fb2dcc87c8dbec430c58bf926880 (diff) | |
download | lombok-38b4128f899e81d8a5d19dca8b6cd1357ca3bd1a.tar.gz lombok-38b4128f899e81d8a5d19dca8b6cd1357ca3bd1a.tar.bz2 lombok-38b4128f899e81d8a5d19dca8b6cd1357ca3bd1a.zip |
previous attempt to use more maven central repos failed, so reverted most of it.
see commit 1a28ccb3471c1309357547e72a3997e1ec4c91de.
Diffstat (limited to 'buildScripts/ivy-repo/org.eclipse.custom-jdt.core-3.6.0.xml')
-rw-r--r-- | buildScripts/ivy-repo/org.eclipse.custom-jdt.core-3.6.0.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/buildScripts/ivy-repo/org.eclipse.custom-jdt.core-3.6.0.xml b/buildScripts/ivy-repo/org.eclipse.custom-jdt.core-3.6.0.xml new file mode 100644 index 00000000..f9a8f52d --- /dev/null +++ b/buildScripts/ivy-repo/org.eclipse.custom-jdt.core-3.6.0.xml @@ -0,0 +1,14 @@ +<ivy-module version="2.0"> + <info organisation="org.eclipse.custom" module="jdt.core" revision="3.6.0" publication="20100505120000"> + <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/org.eclipse.jdt.core_3.6.0.v_A58.jar" /> + <artifact type="zip" conf="sources" url="http://projectlombok.org/ivyrepo/eclipse/org.eclipse.jdt.core_3.6.0.v_A58-sources.jar" /> + </publications> +</ivy-module> |