<target name="deploy" depends="package"
description="deploy nuxeo server libs to ${jee.server.cspace}">
+ <ant antfile="updateobjectlocationonmove/build.xml" target="deploy" inheritall="false"/>
+ <ant antfile="updaterelationsondelete/build.xml" target="deploy" inheritall="false"/>
</target>
<target name="undeploy"
description="undeploy nuxeo server libs from ${jee.server.cspace}">
+ <ant antfile="updateobjectlocationonmove/build.xml" target="undeploy" inheritall="false"/>
+ <ant antfile="updaterelationsondelete/build.xml" target="undeploy" inheritall="false"/>
</target>
<target name="dist"
description="generate distribution for nuxeo server libs" depends="package">
+ <ant antfile="updateobjectlocationonmove/build.xml" target="dist" inheritall="false"/>
+ <ant antfile="updaterelationsondelete/build.xml" target="dist" inheritall="false"/>
</target>
</project>