• 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/common/build.xml

Revision 2172, 0.7 kB (checked in by jmoore, 11 months ago)

OmeroBlitz : Integrating new interfaces and preparing for OmeroGrid

  • Integrating new interfaces
    • Added JobHandle
    • Added Search
  • OmeroGrid
    • Moving configuration out to ice.config
    • Renaming Manager and Verifer for clarity
    • New simplified Entry.java
    • Simplified (shortcut) ICE_CONFIG handling
    • Added environment methods to ISession
  • OmeroCpp : fixed testing
  • Fixed typo in API.ice!findAllByFullText
  • Fixed typo in factorymap.vm
  • Fixed NPE in combined.vm as well as broken sizeOfFoo() methods
  • Fixed missing return value in omero::client
  • Added tests for changes from milestone:3.0-Beta2.3
  • Fixed const definitins in omero::client and boost_fixture.h
  • Property svn:keywords set to Id
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<project name="common" default="install" basedir=".">
3
4    <property name="import.dir" value="${basedir}/../antlib/resources"/>
5    <import file="${import.dir}/global.xml"/>
6    <import file="${import.dir}/dependencies.xml"/>
7    <import file="${import.dir}/lifecycle.xml"/>
8    <import file="${import.dir}/hibernate.xml"/>
9
10    <!-- Class that will be called via "java -jar" on this artifact -->
11    <property name="main.class" value="ome.util.tasks.Run"/>
12
13    <target name="dist" depends="lifecycle.dist">
14        <copy todir="${dist.dir}">
15            <fileset dir="${classes.dir}" includes="prefs.class"/>
16        </copy>
17    </target>
18
19</project>
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/