root/trunk/components/blitz/ivy.xml
| Revision 2826, 0.6 kB (checked in by jmoore, 3 months ago) |
|---|
| Line | |
|---|---|
| 1 | <ivy-module version="1.0"> |
| 2 | <info |
| 3 | organisation="omero" |
| 4 | module="blitz" |
| 5 | status="integration"/> |
| 6 | <configurations> |
| 7 | <conf name="build"/> |
| 8 | <conf name="test"/> |
| 9 | <conf name="client"/> |
| 10 | <conf name="server"/> |
| 11 | </configurations> |
| 12 | <publications> |
| 13 | <artifact name="blitz" type="jar"/> |
| 14 | </publications> |
| 15 | <dependencies> |
| 16 | <!-- Internal --> |
| 17 | <dependency name="server" rev="${omero.version}" changing="true" conf="build->build;test->test;server->server"/> |
| 18 | <!-- Public --> |
| 19 | <dependency org="omero" name="ice" rev="${versions.ice}" conf="build,test,client,server->default"/> |
| 20 | </dependencies> |
| 21 | </ivy-module> |
Note: See TracBrowser
for help on using the browser.
