forked from ome/omero-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathivy.xml
34 lines (31 loc) · 1.08 KB
/
ivy.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<ivy-module version="2.0" xmlns:e="http://ant.apache.org/ivy/extra">
<!--
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# $Id$
#
# Copyright 2009 Glencoe Software, Inc. All rights reserved.
# Use is subject to license terms supplied in LICENSE.txt
#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Written by: Josh Moore, josh at glencoesoftware.com
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<info
organisation="omero"
module="OmeroPy"
status="integration"/>
<configurations>
<conf name="client"/>
</configurations>
<publications>
<artifact name="omero_client" type="egg"/>
</publications>
<dependencies>
<!-- Internal -->
<dependency org="org.openmicroscopy" name="omero-blitz" rev="${versions.omero-blitz}" transitive="false">
<artifact name="omero-blitz" type="zip" ext="zip" e:classifier="python"/>
</dependency>
</dependencies>
</ivy-module>