Changeset 1058 for branches/bioformats-omero
- Timestamp:
- 11/01/06 12:51:02 (2 years ago)
- Files:
-
- 1 modified
-
branches/bioformats-omero/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/bioformats-omero/build.xml
r839 r1058 2 2 <project name="bioformats-omero" default="install" basedir="."> 3 3 4 <import file="classpath.xml"/> 4 <property name="classpath.file" value="classpath.xml"/> 5 <import file="${classpath.file}"/> 5 6 6 7 <target name="compile" depends="lifecycle.compile">
