]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6178: Clean up all new-style (unified config) schema JAR files from /usr/local...
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 6 Sep 2013 00:53:33 +0000 (17:53 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 6 Sep 2013 00:53:33 +0000 (17:53 -0700)
23 files changed:
services/acquisition/3rdparty/nuxeo-platform-cs-acquisition/build.xml
services/blob/3rdparty/nuxeo-platform-cs-blob/build.xml
services/citation/3rdparty/nuxeo-platform-cs-citation/build.xml
services/collectionobject/3rdparty/nuxeo-platform-collectionobject-lifesci/build.xml
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.xml
services/concept/3rdparty/nuxeo-platform-cs-concept/build.xml
services/contact/3rdparty/nuxeo-platform-cs-contact/build.xml
services/group/3rdparty/nuxeo-platform-cs-group/build.xml
services/intake/3rdparty/nuxeo-platform-cs-intake/build.xml
services/loanin/3rdparty/nuxeo-platform-cs-loanin/build.xml
services/loanout/3rdparty/nuxeo-platform-cs-loanout/build.xml
services/location/3rdparty/nuxeo-platform-cs-location/build.xml
services/media/3rdparty/nuxeo-platform-cs-media/build.xml
services/movement/3rdparty/nuxeo-platform-cs-movement/build.xml
services/objectexit/3rdparty/nuxeo-platform-cs-objectexit/build.xml
services/organization/3rdparty/nuxeo-platform-cs-organization/build.xml
services/person/3rdparty/nuxeo-platform-cs-person/build.xml
services/person/3rdparty/nuxeo-platform-person-lifesci/build.xml
services/place/3rdparty/nuxeo-platform-cs-place/build.xml
services/report/3rdparty/nuxeo-platform-cs-report/build.xml
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/build.xml
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/build.xml
services/work/3rdparty/nuxeo-platform-cs-work/build.xml

index 0196c2a2a3e753328f64566c5f9cb3cef45fee08..bfe1fc42f0adfc11f1359d670fcef361e508927f 100644 (file)
@@ -12,9 +12,9 @@
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.acquisition.doctype.jars.all"
-        value="collectionspace.acquisition.doctype*.jar"/>
-    <property name="nuxeo.acquisition.schema.common.jars.all"
-        value="collectionspace.acquisition.schema*_common.jar"/>
+        value="collectionspace.acquisition.doctype.*.jar"/>
+    <property name="nuxeo.acquisition.schema.jars.all"
+        value="collectionspace.acquisition.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.acquisition.legacy.jars.all"
         value="org.collectionspace.services.acquisition.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.acquisition.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.acquisition.schema.common.jars.all}"/>
+                <include name="${nuxeo.acquisition.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index 17fde560d25ec562d3f1adde8041824fc2108627..69844ad348bf969fd88c06e8ecbc2e5bd0480500 100644 (file)
@@ -12,9 +12,9 @@
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.blob.doctype.jars.all"
-        value="collectionspace.blob.doctype*.jar"/>
-    <property name="nuxeo.blob.schema.common.jars.all"
-        value="collectionspace.blob.schema*_common.jar"/>
+        value="collectionspace.blob.doctype.*.jar"/>
+    <property name="nuxeo.blob.schema.jars.all"
+        value="collectionspace.blob.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.blob.legacy.jars.all"
         value="org.collectionspace.services.blob.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.blob.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.blob.schema.common.jars.all}"/>
+                <include name="${nuxeo.blob.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index dbdbd2ea393284ba01c999f92047a3abdfac2c62..ba27f22fb4f40afd5bec9e60e393bd83e814ab8a 100644 (file)
@@ -12,9 +12,9 @@
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.citation.doctype.jars.all"
-        value="collectionspace.citation.doctype*.jar"/>
-    <property name="nuxeo.citation.schema.common.jars.all"
-        value="collectionspace.citation.schema*_common.jar"/>
+        value="collectionspace.citation.doctype.*.jar"/>
+    <property name="nuxeo.citation.schema.jars.all"
+        value="collectionspace.citation.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.citation.legacy.jars.all"
         value="org.collectionspace.services.citation.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.citation.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.citation.schema.common.jars.all}"/>
+                <include name="${nuxeo.citation.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index 24248f586c1e6b92c030210253f0b2ec8daca605..639c3b797126db85424f18139a99d18b9955c7b2 100644 (file)
     <property name="build" location="build"/>\r
     <property name="dist"  location="dist"/>\r
     <!-- JAR files used by CollectionSpace 4.0 and later -->\r
-    <!-- Doctype JAR(s) are removed via the 'undeploy' target in the -->\r
-    <!-- Ant buildfile for the common schema -->\r
-    <property name="nuxeo.collectionobject.schema.naturalhistory.jars.all"\r
-        value="collectionspace.collectionobject.schema*_naturalhistory.jar"/>\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
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> \r
     <!-- Additional legacy JAR(s) are removed via the 'undeploy' target in the -->\r
     <!-- Ant buildfile for the common schema -->\r
index 9bdc786cf8be705a1b9423b87d9a1effb0f15fb1..53409adae80be4735bba65c09c171e66e0d71fc4 100644 (file)
@@ -14,9 +14,9 @@
     <property name="dist"  location="dist"/>\r
     <!-- JAR files used by CollectionSpace 4.0 and later -->\r
     <property name="nuxeo.collectionobject.doctype.jars.all"\r
-        value="collectionspace.collectionobject.doctype*.jar"/>\r
-    <property name="nuxeo.collectionobject.schema.common.jars.all"\r
-        value="collectionspace.collectionobject.schema*_common.jar"/>\r
+        value="collectionspace.collectionobject.doctype.*.jar"/>\r
+    <property name="nuxeo.collectionobject.schema.jars.all"\r
+        value="collectionspace.collectionobject.schema.*.jar"/>\r
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> \r
     <property name="nuxeo.collectionobject.legacy.jars.all"\r
         value="org.collectionspace.services.collectionobject.3rdparty.nuxeo-*.jar"/>\r
                 <include name="${nuxeo.collectionobject.doctype.jars.all}"/>\r
             </fileset>\r
             <fileset dir="${jee.deploy.nuxeo.plugins}">\r
-                <include name="${nuxeo.collectionobject.schema.common.jars.all}"/>\r
+                <include name="${nuxeo.collectionobject.schema.jars.all}"/>\r
             </fileset>\r
             <!-- Undeploy legacy artifacts -->\r
             <fileset dir="${jee.deploy.nuxeo.plugins}">\r
index 274e1dd0d2936b9481726e06ceb548996044c7ed..fd9dd71ff65c809c69500c47b4cef3e0b8a6e5a3 100644 (file)
@@ -12,9 +12,9 @@
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.concept.doctype.jars.all"
-        value="collectionspace.concept.doctype*.jar"/>
-    <property name="nuxeo.concept.schema.common.jars.all"
-        value="collectionspace.concept.schema*_common.jar"/>
+        value="collectionspace.concept.doctype.*.jar"/>
+    <property name="nuxeo.concept.schema.jars.all"
+        value="collectionspace.concept.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.concept.legacy.jars.all"
         value="org.collectionspace.services.concept.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.concept.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.concept.schema.common.jars.all}"/>
+                <include name="${nuxeo.concept.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index 2af2b9b9ee1b8a0478638aef106cad9272c161fa..a84a5e339a1e639425661616b38510266d2a14a7 100644 (file)
@@ -14,9 +14,9 @@
     <property name="dist"  location="dist"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.contact.doctype.jars.all"
-        value="collectionspace.contact.doctype*.jar"/>
-    <property name="nuxeo.contact.schema.common.jars.all"
-        value="collectionspace.contact.schema*_common.jar"/>
+        value="collectionspace.contact.doctype.*.jar"/>
+    <property name="nuxeo.contact.schema.jars.all"
+        value="collectionspace.contact.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.contact.legacy.jars.all"
         value="org.collectionspace.services.contact.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.contact.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.contact.schema.common.jars.all}"/>
+                <include name="${nuxeo.contact.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index ed94bf6db49455f9016b287328958ed6883bf3f2..601b7f4e87e29bdc70d1280da794788fb6f5abf6 100644 (file)
@@ -12,9 +12,9 @@
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.group.doctype.jars.all"
-        value="collectionspace.group.doctype*.jar"/>
-    <property name="nuxeo.group.schema.common.jars.all"
-        value="collectionspace.group.schema*_common.jar"/>
+        value="collectionspace.group.doctype.*.jar"/>
+    <property name="nuxeo.group.schema.jars.all"
+        value="collectionspace.group.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.group.legacy.jars.all"
         value="org.collectionspace.services.group.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.group.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.group.schema.common.jars.all}"/>
+                <include name="${nuxeo.group.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index 951e6df414691c64b9e45469fd7f9255f81a3534..5f78b0c19b6b57d479fffd0c889fe9d43a07dff8 100644 (file)
@@ -12,9 +12,9 @@
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.intake.doctype.jars.all"
-        value="collectionspace.intake.doctype*.jar"/>
-    <property name="nuxeo.intake.schema.common.jars.all"
-        value="collectionspace.intake.schema*_common.jar"/>
+        value="collectionspace.intake.doctype.*.jar"/>
+    <property name="nuxeo.intake.schema.jars.all"
+        value="collectionspace.intake.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.intake.legacy.jars.all"
         value="org.collectionspace.services.intake.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.intake.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.intake.schema.common.jars.all}"/>
+                <include name="${nuxeo.intake.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index 28983ab61051b985c7468767102918337c2208a8..2f1a756c5b15ab58987c9054a94021e6133332fa 100644 (file)
@@ -13,9 +13,9 @@
     
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.loanin.doctype.jars.all"
-        value="collectionspace.loanin.doctype*.jar"/>
-    <property name="nuxeo.loanin.schema.common.jars.all"
-        value="collectionspace.loanin.schema*_common.jar"/>
+        value="collectionspace.loanin.doctype.*.jar"/>
+    <property name="nuxeo.loanin.schema.jars.all"
+        value="collectionspace.loanin.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.loanin.legacy.jars.all"
         value="org.collectionspace.services.loanin.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.loanin.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.loanin.schema.common.jars.all}"/>
+                <include name="${nuxeo.loanin.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index c09c9ec0ef612404ae27295cb6fe7243ceddd4f7..3302c9ddf999ca85c2191fcb8b1f5f8e0a7726a2 100644 (file)
@@ -12,9 +12,9 @@
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.loanout.doctype.jars.all"
-        value="collectionspace.loanout.doctype*.jar"/>
-    <property name="nuxeo.loanout.schema.common.jars.all"
-        value="collectionspace.loanout.schema*_common.jar"/>
+        value="collectionspace.loanout.doctype.*.jar"/>
+    <property name="nuxeo.loanout.schema.jars.all"
+        value="collectionspace.loanout.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.loanout.legacy.jars.all"
         value="org.collectionspace.services.loanout.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.loanout.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.loanout.schema.common.jars.all}"/>
+                <include name="${nuxeo.loanout.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index 6e387977ec5f0ec2b8601062c52829b07072e2bf..01ce007bf98739d8326e1375a4afb27d86c80647 100644 (file)
@@ -12,9 +12,9 @@
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.location.doctype.jars.all"
-        value="collectionspace.location.doctype*.jar"/>
-    <property name="nuxeo.location.schema.common.jars.all"
-        value="collectionspace.location.schema*_common.jar"/>
+        value="collectionspace.location.doctype.*.jar"/>
+    <property name="nuxeo.location.schema.jars.all"
+        value="collectionspace.location.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.location.legacy.jars.all"
         value="org.collectionspace.services.location.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.location.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.location.schema.common.jars.all}"/>
+                <include name="${nuxeo.location.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index 428c9bda95088dfc942e6a77a70cc48f52fa90ad..e6512e96e86fd497724a053f00eb6f1b6324dbd6 100644 (file)
@@ -12,9 +12,9 @@
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.media.doctype.jars.all"
-        value="collectionspace.media.doctype*.jar"/>
-    <property name="nuxeo.media.schema.common.jars.all"
-        value="collectionspace.media.schema*_common.jar"/>
+        value="collectionspace.media.doctype.*.jar"/>
+    <property name="nuxeo.media.schema.jars.all"
+        value="collectionspace.media.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.media.legacy.jars.all"
         value="org.collectionspace.services.media.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.media.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.media.schema.common.jars.all}"/>
+                <include name="${nuxeo.media.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index b1f4dbf2cdba22bd76c0281c28573d36a91f0a37..f9b43a34c71e1ce334cd6c9468e06aa0a85c3356 100644 (file)
@@ -12,9 +12,9 @@
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.movement.doctype.jars.all"
-        value="collectionspace.movement.doctype*.jar"/>
-    <property name="nuxeo.movement.schema.common.jars.all"
-        value="collectionspace.movement.schema*_common.jar"/>
+        value="collectionspace.movement.doctype.*.jar"/>
+    <property name="nuxeo.movement.schema.jars.all"
+        value="collectionspace.movement.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.movement.legacy.jars.all"
         value="org.collectionspace.services.movement.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.movement.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.movement.schema.common.jars.all}"/>
+                <include name="${nuxeo.movement.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index 978cd39b6fed4d2c270b235409fe7ac6d40d4910..17fd955a9ffbd77f9b29865dfe85a8e541ed3d20 100644 (file)
@@ -12,9 +12,9 @@
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.objectexit.doctype.jars.all"
-        value="collectionspace.objectexit.doctype*.jar"/>
-    <property name="nuxeo.objectexit.schema.common.jars.all"
-        value="collectionspace.objectexit.schema*_common.jar"/>
+        value="collectionspace.objectexit.doctype.*.jar"/>
+    <property name="nuxeo.objectexit.schema.jars.all"
+        value="collectionspace.objectexit.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.objectexit.legacy.jars.all"
         value="org.collectionspace.services.objectexit.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.objectexit.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.objectexit.schema.common.jars.all}"/>
+                <include name="${nuxeo.objectexit.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index 8e68acda0f6e3b6d2b963782f686f9a4c86379cc..a454c1a8da5aae6c1b3adb95d9c855aebfbb2440 100644 (file)
@@ -12,9 +12,9 @@
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.organization.doctype.jars.all"
-        value="collectionspace.organization.doctype*.jar"/>
-    <property name="nuxeo.organization.schema.common.jars.all"
-        value="collectionspace.organization.schema*_common.jar"/>
+        value="collectionspace.organization.doctype.*.jar"/>
+    <property name="nuxeo.organization.schema.jars.all"
+        value="collectionspace.organization.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.organization.legacy.jars.all"
         value="org.collectionspace.services.organization.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.organization.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.organization.schema.common.jars.all}"/>
+                <include name="${nuxeo.organization.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index 4a8c55c28c9e6781592a42ef379348a1d4f769fb..2c6a59b28dd51f46e902452989d9989d7aadfd5d 100644 (file)
@@ -12,9 +12,9 @@
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.person.doctype.jars.all"
-        value="collectionspace.person.doctype*.jar"/>
-    <property name="nuxeo.person.schema.common.jars.all"
-        value="collectionspace.person.schema*_common.jar"/>
+        value="collectionspace.person.doctype.*.jar"/>
+    <property name="nuxeo.person.schema.jars.all"
+        value="collectionspace.person.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.person.legacy.jars.all"
         value="org.collectionspace.services.person.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.person.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.person.schema.common.jars.all}"/>
+                <include name="${nuxeo.person.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index a3c1ff19b2291b3fe19368f62d808c8948baa2bb..13ef235e0361ed267b07e7b53a1f4dff7f4f65ea 100644 (file)
     <property name="build" location="build"/>
     <property name="dist"  location="dist"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
-    <!-- Doctype JAR(s) are removed via the 'undeploy' target in the -->
-    <!-- Ant buildfile for the common schema -->
-    <property name="nuxeo.person.schema.naturalhistory.jars.all"
-        value="collectionspace.person.schema*_naturalhistory.jar"/>
+    <!-- Both doctype and schema JAR(s) are removed via the 'undeploy' target -->
+    <!-- in another Ant buildfile, in a peer module to this module -->
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier -->
     <property name="nuxeo.person.lifesci.legacy.jars.all"
         value="org.collectionspace.services.person.3rdparty.lifesci.nuxeo-*.jar"/>
index bf6b21a0b068956957d6765ed75ca2a4912f2906..0ed57634de4aa089ff202ada5ac773eff2f7d998 100644 (file)
@@ -12,9 +12,9 @@
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.place.doctype.jars.all"
-        value="collectionspace.place.doctype*.jar"/>
-    <property name="nuxeo.place.schema.common.jars.all"
-        value="collectionspace.place.schema*_common.jar"/>
+        value="collectionspace.place.doctype.*.jar"/>
+    <property name="nuxeo.place.schema.jars.all"
+        value="collectionspace.place.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.place.legacy.jars.all"
         value="org.collectionspace.services.place.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.place.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.place.schema.common.jars.all}"/>
+                <include name="${nuxeo.place.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index abc0fe953b90ed8aa8add0bd40dee23293e409b6..272cfda25d138701db7997d1ce3efc514d6ab30b 100644 (file)
@@ -12,9 +12,9 @@
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.report.doctype.jars.all"
-        value="collectionspace.report.doctype*.jar"/>
-    <property name="nuxeo.report.schema.common.jars.all"
-        value="collectionspace.report.schema*_common.jar"/>
+        value="collectionspace.report.doctype.*.jar"/>
+    <property name="nuxeo.report.schema.jars.all"
+        value="collectionspace.report.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.report.legacy.jars.all"
         value="org.collectionspace.services.report.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.report.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.report.schema.common.jars.all}"/>
+                <include name="${nuxeo.report.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index 0d90d72d6b1bb103243137c29bd619b0039527ca..bb70eed729991b3bead705004d3ebb11eb8d6d34 100644 (file)
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <!-- Note: the names of these JAR files include the string 'taxon', while -->
-    <!-- the names of of the legacy JAR files, below, include the string 'taxonomy'. -->
+    <!-- the names of the legacy JAR files, below, include the string 'taxonomy'. -->
     <property name="nuxeo.taxonomy.doctype.jars.all"
-        value="collectionspace.taxon.doctype*.jar"/>
-    <property name="nuxeo.taxonomy.schema.common.jars.all"
-        value="collectionspace.taxon.schema*_common.jar"/>
+        value="collectionspace.taxon.doctype.*.jar"/>
+    <property name="nuxeo.taxonomy.schema.jars.all"
+        value="collectionspace.taxon.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.taxonomy.legacy.jars.all"
         value="org.collectionspace.services.taxonomy.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.taxonomy.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.taxonomy.schema.common.jars.all}"/>
+                <include name="${nuxeo.taxonomy.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index 1dbd248e4ee31b1cf6ffcc459143c2fc31ab6fd4..abbd8cc05ba2a5d75c346d1d7424fedc09a2b341 100644 (file)
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <!-- Note: the names of these JAR files include the string 'vocabularyitem', while -->
-    <!-- the names of of the legacy JAR files, below, include the string 'vocabulary'. -->
+    <!-- the names of the legacy JAR files, below, include the string 'vocabulary'. -->
     <property name="nuxeo.vocabulary.doctype.jars.all"
-        value="collectionspace.vocabularyitem.doctype*.jar"/>
-    <property name="nuxeo.vocabulary.schema.common.jars.all"
-        value="collectionspace.vocabularyitem.schema*_common.jar"/>
+        value="collectionspace.vocabularyitem.doctype.*.jar"/>
+    <property name="nuxeo.vocabulary.schema.jars.all"
+        value="collectionspace.vocabularyitem.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.vocabulary.legacy.jars.all"
         value="org.collectionspace.services.vocabulary.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.vocabulary.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.vocabulary.schema.common.jars.all}"/>
+                <include name="${nuxeo.vocabulary.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">
index 692a4f7b320c786d94c3ea080cd617008ba90a98..54c8c1457253fefbc4f7d8af2342246fc95207ce 100644 (file)
@@ -12,9 +12,9 @@
     <property name="src" location="src"/>
     <!-- JAR files used by CollectionSpace 4.0 and later -->
     <property name="nuxeo.work.doctype.jars.all"
-        value="collectionspace.work.doctype*.jar"/>
-    <property name="nuxeo.work.schema.common.jars.all"
-        value="collectionspace.work.schema*_common.jar"/>
+        value="collectionspace.work.doctype.*.jar"/>
+    <property name="nuxeo.work.schema.jars.all"
+        value="collectionspace.work.schema.*.jar"/>
     <!-- Legacy JAR files used by CollectionSpace 3.3 and earlier --> 
     <property name="nuxeo.work.legacy.jars.all"
         value="org.collectionspace.services.work.3rdparty.nuxeo-*.jar"/>
                 <include name="${nuxeo.work.doctype.jars.all}"/>
             </fileset>
             <fileset dir="${jee.deploy.nuxeo.plugins}">
-                <include name="${nuxeo.work.schema.common.jars.all}"/>
+                <include name="${nuxeo.work.schema.jars.all}"/>
             </fileset>
             <!-- Undeploy legacy artifacts -->
             <fileset dir="${jee.deploy.nuxeo.plugins}">