diff options
author | Roel Spilker <r.spilker@gmail.com> | 2010-11-10 01:52:07 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2010-11-10 01:52:07 +0100 |
commit | 3d4b27d6d288ecb418a2a1a09ed43cae90ec548e (patch) | |
tree | aae5dd4b466ff6e6f3390e6ab8eb16e5f6d4d9cf /buildScripts | |
parent | fe7f0db2fce7b4c80853b9aed100908ff1f55f40 (diff) | |
parent | 57de0c3f6636181541a7712e8d506828420c13d1 (diff) | |
download | lombok-3d4b27d6d288ecb418a2a1a09ed43cae90ec548e.tar.gz lombok-3d4b27d6d288ecb418a2a1a09ed43cae90ec548e.tar.bz2 lombok-3d4b27d6d288ecb418a2a1a09ed43cae90ec548e.zip |
Merge branch 'master' into annoGetSet
Conflicts:
src/core/lombok/eclipse/handlers/EclipseHandlerUtil.java
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/ivy-repo/zwitserloot.com-cmdreader-1.2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildScripts/ivy-repo/zwitserloot.com-cmdreader-1.2.xml b/buildScripts/ivy-repo/zwitserloot.com-cmdreader-1.2.xml index 5f7b501b..1692a969 100644 --- a/buildScripts/ivy-repo/zwitserloot.com-cmdreader-1.2.xml +++ b/buildScripts/ivy-repo/zwitserloot.com-cmdreader-1.2.xml @@ -9,7 +9,7 @@ <conf name="sources" /> </configurations> <publications> - <artifact conf="runtime" url="http://github.com/downloads/rzwitserloot/com.zwitserloot.cmdreader/com.zwitserloot.cmdreader-1.2.jar" /> - <artifact type="zip" conf="sources" url="http://github.com/downloads/rzwitserloot/com.zwitserloot.cmdreader/com.zwitserloot.cmdreader-src-1.2.zip" /> + <artifact conf="runtime" url="http://projectlombok.org/ivyrepo/tools/com.zwitserloot.cmdreader-1.2.jar" /> + <artifact type="zip" conf="sources" url="http://projectlombok.org/ivyrepo/tools/com.zwitserloot.cmdreader-src-1.2.zip" /> </publications> </ivy-module> |