• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/trunk/components/blitz/ivy.xml

Revision 2826, 0.6 kB (checked in by jmoore, 3 months ago)

BlitzPort? : Various changes post combined.vm refactorings

  • Removed (cyclical) dependency on client
  • Added missing getDeleteService()
  • Various fixes to IObject.ice
  • Added constructor to omero.client (java)
  • Fixed various field accesses
  • Maded PermissionI.copyObject() unsupported
  • Added ParametersI and PojoOptionsI
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.

Download in other formats:

  • Plain Text
  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/