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.

ivy.irc.xml 927B

1234567891011121314151617181920212223
  1. <ivy-module version="2.0">
  2. <info organisation="com.dmdirc.parser" module="irc"/>
  3. <configurations>
  4. <conf name="build" description="Everything needed to build"/>
  5. <conf name="compile" description="Everything needed to compile"/>
  6. <conf name="test" description="Everything needed to test"/>
  7. <conf name="default" extends="build,compile,test"/>
  8. </configurations>
  9. <publications>
  10. <artifact type="jar" ext="jar" conf="default"/>
  11. <artifact type="pom" ext="pom" conf="default"/>
  12. </publications>
  13. <dependencies defaultconfmapping="*->default">
  14. <dependency org="com.github.shanemcc" name="jgit-describe" rev="0.3" conf="build" />
  15. <dependency org="junit" name="junit" rev="4.+" conf="test" />
  16. <dependency org="org.mockito" name="mockito-all" rev="1.+" conf="test" />
  17. <exclude org="ant" module="ant"/>
  18. </dependencies>
  19. </ivy-module>