]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6178: Removing two additional Ant directives missed during first pass.
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 6 Sep 2013 00:59:47 +0000 (17:59 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 6 Sep 2013 00:59:47 +0000 (17:59 -0700)
services/collectionobject/3rdparty/nuxeo-platform-collectionobject-lifesci/build.xml
services/person/3rdparty/nuxeo-platform-person-lifesci/build.xml

index 639c3b797126db85424f18139a99d18b9955c7b2..01760d33a3da585c9768e432601f36a866bbade9 100644 (file)
     <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
index 13ef235e0361ed267b07e7b53a1f4dff7f4f65ea..f75f1305ce37b3334961dabed3f8358e141a6954 100644 (file)
     <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 -->