You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ivysettings.xml 1.5KB

12345678910111213141516171819202122232425262728
  1. <ivysettings>
  2. <settings defaultResolver="default"/>
  3. <resolvers>
  4. <ibiblio name="default" m2compatible="true"/>
  5. <ibiblio name="jgit" root="http://download.eclipse.org/jgit/maven" m2compatible="true"/>
  6. <ibiblio name="dmdirc-thirdparty" root="http://nexus.dmdirc.com/nexus/content/repositories/thirdparty/" m2compatible="true"/>
  7. <ibiblio name="dmdirc-releases" root="http://nexus.dmdirc.com/nexus/content/repositories/releases/" m2compatible="true"/>
  8. <ibiblio name="jml" root="http://java-jml.sourceforge.net/maven" m2compatible="true"/>
  9. <url name="ant-nsis">
  10. <artifact pattern="http://cloud.github.com/downloads/dreese/nsis-ant/nsisant-[revision].jar"/>
  11. </url>
  12. <url name="jgit-describe">
  13. <ivy pattern="file:///${basedir}/etc/ivy/[module]/ivy.xml"/>
  14. <artifact pattern="http://shanemcc.github.com/jgit-describe/releases/jgit-describe-[revision].jar"/>
  15. </url>
  16. </resolvers>
  17. <modules>
  18. <module organisation="org.sourceforce.ant-nsis" name="ant-nsis" resolver="ant-nsis"/>
  19. <module organisation="com.github.shanemcc" name="jgit-describe" resolver="jgit-describe"/>
  20. <module organisation="org.eclipse.jgit" name="*" resolver="jgit"/>
  21. <module organisation="com.greboid.libraries" name="*" resolver="dmdirc-thirdparty"/>
  22. <module organisation="net.sourceforge.java-jml" name="*" resolver="jml"/>
  23. <module organisation="com.dmdirc" name="*" resolver="dmdirc-releases"/>
  24. </modules>
  25. </ivysettings>