value="org.collectionspace.services.batch.3rdparty.nuxeo-${cspace.release}.jar"/>
<property name="nuxeo.batch.jars.all"
value="org.collectionspace.services.batch.3rdparty.nuxeo-*.jar"/>
+ <property name="nuxeo.batch.jars.extra"
+ value="collectionspace.batch.*.jar"/>
<condition property="osfamily-unix">
<os family="unix" />
<delete>
<fileset dir="${jee.deploy.nuxeo.plugins}">
<include name="${nuxeo.batch.jars.all}"/>
+ <include name="${nuxeo.batch.jars.extra}"/>
</fileset>
</delete>
</target>
-
<target name="dist"
description="generate distribution for batch doctype" depends="package">
<copy todir="${services.trunk}/${dist.deploy.nuxeo.plugins}">
<ant antfile="conservation/build.xml" target="deploy" inheritAll="false"/>
<ant antfile="valuationcontrol/build.xml" target="deploy" inheritAll="false"/>
<ant antfile="objectexit/build.xml" target="deploy" inheritAll="false"/>
+ <ant antfile="propagation/build.xml" target="deploy" inheritAll="false"/>
+ <ant antfile="pottag/build.xml" target="deploy" inheritAll="false"/>
<ant antfile="batch/build.xml" target="deploy" inheritAll="false"/>
<ant antfile="location/build.xml" target="deploy" inheritAll="false"/>
<ant antfile="place/build.xml" target="deploy" inheritAll="false"/>
<ant antfile="work/build.xml" target="undeploy" inheritAll="false"/>
<ant antfile="place/build.xml" target="undeploy" inheritAll="false"/>
<ant antfile="location/build.xml" target="undeploy" inheritAll="false"/>
+ <ant antfile="pottag/build.xml" target="undeploy" inheritAll="false"/>
+ <ant antfile="propagation/build.xml" target="undeploy" inheritAll="false"/>
<ant antfile="objectexit/build.xml" target="undeploy" inheritAll="false"/>
<ant antfile="valuationcontrol/build.xml" target="undeploy" inheritAll="false"/>
<ant antfile="claim/build.xml" target="undeploy" inheritAll="false"/>
-->
<delete failonerror="false" file="${jee.server.cspace}/lib/${common.jar}"/>
<delete failonerror="false" dir="${jee.server.cspace}/cspace/config/services"/>
+
</target>
<target name="undeploy_nuxeo"
<delete>
<fileset dir="${jee.server.cspace}/lib" includes="nuxeo-*.jar"/>
</delete>
+ <delete>
+ <fileset dir="${jee.deploy.nuxeo.plugins}">
+ <include name="collectionspace.shared.schema.collectionspace_core.jar"/>
+ </fileset>
+ </delete>
</target>
<target name="undeploy_spring"
<property file="${services.trunk}/build.properties" />
<property name="mvn.opts" value="-V" />
<property name="src" location="src"/>
+ <property name="nuxeo.report.jars.all"
+ value="collectionspace.report.*.jar"/>
<condition property="osfamily-unix">
<os family="unix" />
</target>
<target name="undeploy" depends="undeploy_report_files" description="Undeploy report-related artifacts">
+ <delete>
+ <fileset dir="${jee.deploy.nuxeo.plugins}">
+ <include name="${nuxeo.report.jars.all}"/>
+ </fileset>
+ </delete>
</target>
<target name="dist" description="Generate distribution for report" depends="package">