<target name="undeploy"\r
description="undeploy collectionobject doctype from ${jee.server.nuxeo}">\r
<delete>\r
- <!-- Doctype JAR(s) are removed via the 'undeploy' Ant target in the -->\r
- <!-- buildfile for the common schema -->\r
- <fileset dir="${jee.deploy.nuxeo.plugins}">\r
- <include name="${nuxeo.collectionobject.schema.naturalhistory.jars.all}"/>\r
- </fileset>\r
+ <!-- Both doctype and schema JAR(s) are removed via the 'undeploy' target -->\r
+ <!-- in another Ant buildfile, in a peer module to this module -->\r
<!-- Undeploy legacy artifacts -->\r
<!-- Additional legacy JAR(s) are removed via the 'undeploy' target in the -->\r
<!-- Ant buildfile for the common schema -->\r
<target name="undeploy"
description="undeploy person doctype from ${jee.server.nuxeo}">
<delete>
- <!-- Doctype JAR(s) are removed via the 'undeploy' Ant target in the -->
- <!-- buildfile for the common schema -->
- <fileset dir="${jee.deploy.nuxeo.plugins}">
- <include name="${nuxeo.person.schema.naturalhistory.jars.all}"/>
- </fileset>
+ <!-- Both doctype and schema JAR(s) are removed via the 'undeploy' target -->
+ <!-- in another Ant buildfile, in a peer module to this module -->
<!-- Undeploy legacy artifacts -->
<!-- Additional legacy JAR(s) are removed via the 'undeploy' target in the -->
<!-- Ant buildfile for the common schema -->