<target name="deploy" depends="package"
description="deploy nuxeo server libs to ${jee.server.cspace}">
- <!-- ant antfile="add_modulename_here/build.xml" target="deploy" inheritall="false"/ -->
+ <ant antfile="updateobjectlocationonmove/build.xml" target="deploy" inheritall="false"/>
</target>
<target name="undeploy"
description="undeploy nuxeo server libs from ${jee.server.cspace}">
- <!-- ant antfile="add_modulename_here/build.xml" target="undeploy" inheritall="false"/ -->
+ <ant antfile="updateobjectlocationonmove/build.xml" target="undeploy" inheritall="false"/>
</target>
<target name="dist"
description="generate distribution for nuxeo server libs" depends="package">
- <!-- ant antfile="add_modulename_here/build.xml" target="dist" inheritall="false"/ -->
+ <ant antfile="updateobjectlocationonmove/build.xml" target="dist" inheritall="false"/>
</target>
</project>
<name>services.3rdparty.nuxeo.listener</name>
<modules>
-<!--
- <module>add_modulename_here</module>
- -->
+ <module>updateobjectlocationonmove</module>
</modules>
<dependencies>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>