/asl/ivy-configurations.xml
http://mp-rechnungs-und-kundenverwaltung.googlecode.com/ · XML · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · 8ee631d4f6a9c52061ede543ea9037ba MD5 · raw file
- <configurations defaultconfmapping="default">
- <conf name="compile" visibility="private"
- description="artifacts needed to compile the application"/>
- <conf name="test" extends="runtime"
- visibility="private"
- description="the classpath needed to run tests"/>
- <conf name="master" description="contains the artifact but no dependencies"/>
- <conf name="runtime" extends="compile"
- description="runtime but not the artifact"/>
- <conf name="default" extends="master,runtime"/>
- </configurations>