Created
August 25, 2009 10:36
-
-
Save KirkWylie/174625 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ivysettings> | |
<settings defaultResolver="ibibliothengoogle"/> | |
<resolvers> | |
<chain name="ibibliothengoogle" returnFirst="true"> | |
<ibiblio name="ibiblio" m2compatible="true" /> | |
<packager name="google" buildRoot="${user.home}/.ivy2/packager/build" | |
resourceCache="${user.home}/.ivy2/packager/cache"> | |
<ivy pattern=" | |
http://ivyroundup.googlecode.com/svn/trunk/repo/modules/[organisation]/[module]/[revision]/ivy.xml | |
"/> | |
<artifact pattern=" | |
http://ivyroundup.googlecode.com/svn/trunk/repo/modules/[organisation]/[module]/[revision]/packager.xml | |
"/> | |
</packager> | |
</chain> | |
</resolvers> | |
</ivysettings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment