PageRenderTime 20ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/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
Possible License(s): LGPL-3.0, Apache-2.0, GPL-3.0, GPL-2.0, AGPL-3.0, JSON, BSD-3-Clause
  1. <configurations defaultconfmapping="default">
  2. <conf name="compile" visibility="private"
  3. description="artifacts needed to compile the application"/>
  4. <conf name="test" extends="runtime"
  5. visibility="private"
  6. description="the classpath needed to run tests"/>
  7. <conf name="master" description="contains the artifact but no dependencies"/>
  8. <conf name="runtime" extends="compile"
  9. description="runtime but not the artifact"/>
  10. <conf name="default" extends="master,runtime"/>
  11. </configurations>