forked from ome/openmicroscopy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathivy.xml
More file actions
16 lines (16 loc) · 664 Bytes
/
Copy pathivy.xml
File metadata and controls
16 lines (16 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<ivy-module version="1.0">
<info organisation="omero" module="main" revision="${omero.version}" status="integration"/>
<configurations>
<conf name="build"/>
<conf name="client"/>
<conf name="server"/>
</configurations>
<publications>
<artifact name="main" type="zip"/>
</publications>
<dependencies>
<dependency name="blitz" rev="${omero.version}" changing="true" conf="build,server->server"/>
<dependency name="insight" rev="${omero.version}" changing="true" conf="build,client->client"/>
<dependency name="OmeroImporter" rev="${omero.version}" changing="true" conf="build,client->client"/>
</dependencies>
</ivy-module>