Changeset 2561
- Timestamp:
- 06/30/08 20:23:05 (5 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
build.xml (modified) (1 diff)
-
components/antlib/resources/directories.xml (modified) (1 diff)
-
components/tools/OmeroImporter/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r2560 r2561 61 61 <iterate buildpathref="app.buildpath" target="dist"/> 62 62 <antcall target="prepare-dist" inheritRefs="true" inheritAll="true"/> 63 <antcall target="build-py" inheritRefs="true" inheritAll="true"/> 64 <antcall target="build-importer" inheritRefs="true" inheritAll="true"/> 65 <antcall target="build-webadmin" inheritRefs="true" inheritAll="true"/> 63 <iterate buildpathref="OmeroImporter.buildpath" target="tools-dist"/> 64 <iterate buildpathref="WebAdmin.buildpath" target="tools-dist"/> 65 <iterate buildpathref="OmeroPy.buildpath" target="tools-dist"/> 66 <iterate buildpathref="tools.buildpath" target="dist"/> 66 67 </target> 67 68 -
trunk/components/antlib/resources/directories.xml
r2556 r2561 34 34 <property name="tools.dir" value="${root.dir}/lib/tools" /> 35 35 <property name="dist.dir" value="${root.dir}/dist" /> 36 36 37 37 <!-- Components --> 38 38 <property name="dsl.comp" value="${components.dir}/dsl"/> -
trunk/components/tools/OmeroImporter/build.xml
r2560 r2561 49 49 50 50 <target name="tools-dist" depends="deps-resolve,tools-build" description="Copied artifacts to tools/target" unless="skip.compile"> 51 <ivy:retrieve conf="client" pattern=" ../target/client/[module]-[revision].[ext]" log="quiet"/>51 <ivy:retrieve conf="client" pattern="${tools.dest}/client/[module]-[revision].[ext]" log="quiet"/> 52 52 <ivy:publish artifactspattern="${target.dir}/[module].[ext]" 53 53 resolver="tools-resolver" pubrevision="${omero.version}"
