diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-06 02:27:58 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-06 02:27:58 +0100 |
commit | 1a28ccb3471c1309357547e72a3997e1ec4c91de (patch) | |
tree | 69e264f17bdae3dce6b117296e18353adeaa3470 /buildScripts/ivy-repo/eclipse.org-osgi-3.6.0.xml | |
parent | 1c3ed9ac5d321a2c6c33659e9c97a557f99227a8 (diff) | |
download | lombok-1a28ccb3471c1309357547e72a3997e1ec4c91de.tar.gz lombok-1a28ccb3471c1309357547e72a3997e1ec4c91de.tar.bz2 lombok-1a28ccb3471c1309357547e72a3997e1ec4c91de.zip |
Replaced a bunch of deps to entries in maven central instead of self-written URLs.
Diffstat (limited to 'buildScripts/ivy-repo/eclipse.org-osgi-3.6.0.xml')
-rw-r--r-- | buildScripts/ivy-repo/eclipse.org-osgi-3.6.0.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/buildScripts/ivy-repo/eclipse.org-osgi-3.6.0.xml b/buildScripts/ivy-repo/eclipse.org-osgi-3.6.0.xml deleted file mode 100644 index 55bae381..00000000 --- a/buildScripts/ivy-repo/eclipse.org-osgi-3.6.0.xml +++ /dev/null @@ -1,14 +0,0 @@ -<ivy-module version="2.0"> - <info organisation="eclipse.org" module="osgi" revision="3.6.0" publication="20100517120000"> - <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="runtime" /> - <conf name="sources" /> - </configurations> - <publications> - <artifact conf="runtime" url="http://projectlombok.org/ivyrepo/eclipse/org.eclipse.osgi_3.6.0.v20100517.jar" /> - <artifact type="zip" conf="sources" url="http://projectlombok.org/ivyrepo/eclipse/org.eclipse.osgi_3.6.0.v20100517-sources.jar" /> - </publications> -</ivy-module> |