]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5678: Updated Ant and Maven configs to no longer create and deploy artifacts...
authorRichard Millet <remillet@berkeley.edu>
Wed, 19 Dec 2012 01:29:03 +0000 (17:29 -0800)
committerRichard Millet <remillet@berkeley.edu>
Wed, 19 Dec 2012 01:29:03 +0000 (17:29 -0800)
42 files changed:
services/acquisition/3rdparty/build.xml
services/acquisition/3rdparty/nuxeo-platform-cs-acquisition/pom.xml
services/acquisition/3rdparty/pom.xml
services/blob/3rdparty/build.xml
services/blob/3rdparty/pom.xml
services/collectionobject/3rdparty/build.xml
services/collectionobject/3rdparty/pom.xml
services/concept/3rdparty/build.xml
services/concept/3rdparty/pom.xml
services/contact/3rdparty/build.xml
services/contact/3rdparty/pom.xml
services/group/3rdparty/build.xml
services/group/3rdparty/pom.xml
services/intake/3rdparty/build.xml
services/intake/3rdparty/pom.xml
services/loanin/3rdparty/build.xml
services/loanin/3rdparty/pom.xml
services/loanout/3rdparty/build.xml
services/loanout/3rdparty/pom.xml
services/location/3rdparty/build.xml
services/location/3rdparty/nuxeo-platform-cs-location/pom.xml
services/location/3rdparty/pom.xml
services/media/3rdparty/build.xml
services/media/3rdparty/pom.xml
services/movement/3rdparty/build.xml
services/movement/3rdparty/pom.xml
services/note/3rdparty/build.xml
services/note/3rdparty/pom.xml
services/objectexit/3rdparty/build.xml
services/objectexit/3rdparty/pom.xml
services/organization/3rdparty/build.xml
services/organization/3rdparty/pom.xml
services/person/3rdparty/build.xml
services/person/3rdparty/pom.xml
services/place/3rdparty/build.xml
services/place/3rdparty/pom.xml
services/report/3rdparty/build.xml
services/report/3rdparty/pom.xml
services/taxonomy/3rdparty/build.xml
services/taxonomy/3rdparty/pom.xml
services/vocabulary/3rdparty/build.xml
services/vocabulary/3rdparty/pom.xml

index cb70e9baaab8b0df929767e88d497a3d9fb80982..0ba320ad8d07712b3a08fbb2f410e382049effa6 100644 (file)
 \r
     <target name="deploy" depends="install"\r
         description="deploy acquisition in ${jee.server.nuxeo}">\r
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
         <ant antfile="nuxeo-platform-cs-acquisition/build.xml" target="deploy" inheritall="false"/>\r
+        -->\r
     </target>\r
 \r
     <target name="undeploy"\r
         description="undeploy acquisition from ${jee.server.nuxeo}">\r
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
+       leaving this only for backwards compatibility reasons. -->\r
         <ant antfile="nuxeo-platform-cs-acquisition/build.xml" target="undeploy" inheritall="false"/>\r
     </target>\r
 \r
index 2c2670c6c5430d8895e64b3e43d0e035674a0fac..e9a55a3532052dea296de8cdeeac5a3025da6c99 100644 (file)
@@ -1,3 +1,6 @@
+<!--
+       This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool.
+ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -8,7 +11,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.acquisition.3rdparty.nuxeo</artifactId>
     <name>services.acquisition.3rdparty.nuxeo</name>
     <packaging>jar</packaging>
index 5f225a139c725175f3d201971e41225d1407f3d6..e0237e25d3fa37e0052b494e6e6f54b0a87e16f5 100644 (file)
@@ -9,7 +9,6 @@
     </parent>\r
     \r
     <modelVersion>4.0.0</modelVersion>\r
-    <groupId>org.collectionspace.services</groupId>\r
     <artifactId>org.collectionspace.services.acquisition.3rdparty</artifactId>\r
     <packaging>pom</packaging>\r
     <name>services.acquisition.3rdparty</name>\r
@@ -18,6 +17,8 @@
     </description>\r
 \r
     <modules>\r
+    <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
         <module>nuxeo-platform-cs-acquisition</module>\r
+        -->\r
     </modules>\r
 </project>\r
index d6695ca7f8f8b285bbacb4328c0ec310f229dcbd..0bdb3587840f10a4c4f1c46828be0075fc7e3ee0 100644 (file)
 
     <target name="deploy" depends="install"
     description="deploy blob in ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <ant antfile="nuxeo-platform-cs-blob/build.xml" target="deploy" inheritall="false"/>
+        -->
     </target>
 
     <target name="undeploy"
     description="undeploy blob from ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
+       leaving this only for backwards compatibility reasons. -->
         <ant antfile="nuxeo-platform-cs-blob/build.xml" target="undeploy" inheritall="false"/>
     </target>
 
index 0d299b5a85570d363d0e181874f4200bc6add1a8..93f5b53ec30ae885c8cf3751d7aaf4b7e0b554e7 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.blob.3rdparty</artifactId>
     <name>services.blob.3rdparty</name>
     <packaging>pom</packaging>
@@ -19,6 +18,8 @@
     </description>
 
     <modules>
+    <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool    
         <module>nuxeo-platform-cs-blob</module>
+        -->
     </modules>
 </project>
index 25eded8e0c8969a0d11bde575dd6f95767975110..77fd39789b74b6f98cd20d26b463b8129382c28d 100644 (file)
 \r
     <target name="deploy" depends="install"\r
     description="deploy collectionobject in ${jee.server.nuxeo}">\r
+       <!-- These targets are obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool      \r
         <ant antfile="${nuxeo-platform-collectionobject}/build.xml" target="deploy" inheritall="false"/>\r
         <ant antfile="${nuxeo-platform-collectionobject-lifesci}/build.xml" target="deploy" inheritall="false"/>\r
+        -->\r
     </target>\r
 \r
     <target name="undeploy"\r
     description="undeploy collectionobject from ${jee.server.nuxeo}">\r
+       <!-- These targets are obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
+       leaving this only for backwards compatibility reasons. -->      \r
         <ant antfile="${nuxeo-platform-collectionobject}/build.xml" target="undeploy" inheritall="false"/>\r
         <ant antfile="${nuxeo-platform-collectionobject-lifesci}/build.xml" target="undeploy" inheritall="false"/>\r
     </target>\r
index f4c36735557d9712d291275dd93c7814cd121345..f3ca192083f72c06b79e653e46b73d272657f8dd 100644 (file)
        </properties>\r
        \r
     <modules>\r
+        <!-- These modules are obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
        <module>nuxeo-platform-cs-collectionobject</module>\r
         <module>nuxeo-platform-collectionobject-lifesci</module>\r
+        -->\r
     </modules>\r
 \r
 </project>\r
index 13dafa507db7d9089a82310a32b1d7518ae71abb..0fe55c6acf7f75c6b2a349bc7946cb48db94783c 100644 (file)
         </exec>
     </target>
 
-    <target name="deploy" depends="install"
-    description="deploy concept in ${jee.server.nuxeo}">
+    <target name="deploy" depends="install" description="deploy concept in ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <ant antfile="nuxeo-platform-cs-concept/build.xml" target="deploy" inheritall="false"/>
+        -->
     </target>
 
-    <target name="undeploy"
-    description="undeploy concept from ${jee.server.nuxeo}">
+    <target name="undeploy" description="undeploy concept from ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
+       leaving this only for backwards compatibility reasons. -->
         <ant antfile="nuxeo-platform-cs-concept/build.xml" target="undeploy" inheritall="false"/>
     </target>
 
index 2b19bc78fc498c0ac21658f2f2dd8b6c25b40b42..8b6f63b0ac6dc37aeb7909ed0be0f059f7de3168 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.concept.3rdparty</artifactId>
     <name>services.concept.3rdparty</name>
     <packaging>pom</packaging>
@@ -18,6 +17,8 @@
     </description>
 
     <modules>
+    <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <module>nuxeo-platform-cs-concept</module>
+        -->
     </modules>
 </project>
index c564b60d182a15b9315083b7c8718e15240c3ad7..b7cd8d15111c628312366eafa9c68c39cb455d95 100644 (file)
 
     <target name="deploy" depends="install"
     description="deploy contact in ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <ant antfile="nuxeo-platform-cs-contact/build.xml" target="deploy" inheritall="false"/>
+        -->
     </target>
 
     <target name="undeploy"
     description="undeploy contact from ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
+       leaving this only for backwards compatibility reasons. -->      
         <ant antfile="nuxeo-platform-cs-contact/build.xml" target="undeploy" inheritall="false"/>
     </target>
 
index e4e0608672f4fa628cdbbff2081cc66f3e056120..b66a3dd56857952c633244fa23b3cc2db000d153 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.contact.3rdparty</artifactId>
     <name>services.contact.3rdparty</name>
     <packaging>pom</packaging>
@@ -18,6 +17,8 @@
     </description>
 
     <modules>
+        <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <module>nuxeo-platform-cs-contact</module>
+        -->
     </modules>
 </project>
index 9d157281ed52b44eba6c72afad14692bd2988ad5..0e58fe474ef7167dc9454458c1741e326e744e54 100644 (file)
 
     <target name="deploy" depends="install"
     description="deploy group in ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <ant antfile="nuxeo-platform-cs-group/build.xml" target="deploy" inheritall="false"/>
+        -->
     </target>
 
     <target name="undeploy"
     description="undeploy group from ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
+       leaving this only for backwards compatibility reasons. -->
         <ant antfile="nuxeo-platform-cs-group/build.xml" target="undeploy" inheritall="false"/>
     </target>
 
index 96172abba87732e797fa6a48ef3c71271f49b26a..8f58b5daf266d0e0a1135bdc9e93f65195e9e0be 100644 (file)
@@ -26,6 +26,8 @@
        </properties>
 
     <modules>
+       <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <module>nuxeo-platform-cs-group</module>
+        -->
     </modules>
 </project>
index 68ad666d5695d035814c6bd10854e3641688d521..0b4904081b2f2d4a82a487f281a5c152cbb76e00 100644 (file)
 \r
     <target name="deploy" depends="install"\r
     description="deploy intake in ${jee.server.nuxeo}">\r
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
         <ant antfile="nuxeo-platform-cs-intake/build.xml" target="deploy" inheritall="false"/>\r
+        -->\r
     </target>\r
 \r
     <target name="undeploy"\r
     description="undeploy intake from ${jee.server.nuxeo}">\r
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
+       leaving this only for backwards compatibility reasons. -->\r
         <ant antfile="nuxeo-platform-cs-intake/build.xml" target="undeploy" inheritall="false"/>\r
     </target>\r
 \r
     description="generate distribution for intake" depends="package">\r
         <ant antfile="nuxeo-platform-cs-intake/build.xml" target="dist" inheritall="false"/>\r
     </target>\r
-\r
-\r
 </project>\r
index 61282dc357254a84c8fc2527d08b1b7157aba468..e1acfd4d0eebb61dfd6596b7d8eaa8e039457e49 100644 (file)
@@ -9,7 +9,6 @@
     </parent>\r
     \r
     <modelVersion>4.0.0</modelVersion>\r
-    <groupId>org.collectionspace.services</groupId>\r
     <artifactId>org.collectionspace.services.intake.3rdparty</artifactId>\r
     <name>services.intake.3rdparty</name>\r
     <packaging>pom</packaging>\r
@@ -19,6 +18,8 @@
     </description>\r
 \r
     <modules>\r
+        <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
         <module>nuxeo-platform-cs-intake</module>\r
+        -->\r
     </modules>\r
 </project>\r
index 559b5d89eab55137b4490c9bc578f5e5a3f7eb48..732034461d4c7b330eb7352d5830206a27b4484e 100644 (file)
 
     <target name="deploy" depends="install"
     description="deploy loanin in ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <ant antfile="nuxeo-platform-cs-loanin/build.xml" target="deploy" inheritall="false"/>
+        -->
     </target>
 
     <target name="undeploy"
     description="undeploy loanin from ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
+       leaving this only for backwards compatibility reasons. -->
         <ant antfile="nuxeo-platform-cs-loanin/build.xml" target="undeploy" inheritall="false"/>
     </target>
 
index f1d9cb20037d6e5ea276e56ff173c48c76dc299a..daa7613520298de08dff349bcc532cf1f6867c43 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.loanin.3rdparty</artifactId>
     <name>services.loanin.3rdparty</name>
     <packaging>pom</packaging>
@@ -19,6 +18,8 @@
     </description>
 
     <modules>
+    <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <module>nuxeo-platform-cs-loanin</module>
+        -->
     </modules>
 </project>
index 0457d647332bca68b3a9f75c7e07311efa79d15c..39bf488483fdba3b42a65ecf2759f359c0eafc30 100644 (file)
 
     <target name="deploy" depends="install"
     description="deploy loanout in ${jee.server.nuxeo}">
+       <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <ant antfile="nuxeo-platform-cs-loanout/build.xml" target="deploy" inheritall="false"/>
+        -->
     </target>
 
     <target name="undeploy"
     description="undeploy loanout from ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
+       leaving this only for backwards compatibility reasons. -->
         <ant antfile="nuxeo-platform-cs-loanout/build.xml" target="undeploy" inheritall="false"/>
     </target>
 
index f60270b95578740947215e89a821c2c7ab42229a..71291e699c16ed033a8ecada5a3c922c9ce27d9c 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.loanout.3rdparty</artifactId>
     <name>services.loanout.3rdparty</name>
     <packaging>pom</packaging>
@@ -19,6 +18,8 @@
     </description>
 
     <modules>
+    <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <module>nuxeo-platform-cs-loanout</module>
+        -->
     </modules>
 </project>
index 6396bc5250e231aafdd1ae5be1c3e6746668377f..da6f632690efd4e553a772b4d4461517e81f4a70 100644 (file)
 \r
     <target name="deploy" depends="install"\r
     description="deploy location in ${jee.server.nuxeo}">\r
+       <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
         <ant antfile="nuxeo-platform-cs-location/build.xml" target="deploy" inheritall="false"/>\r
+        -->\r
     </target>\r
 \r
     <target name="undeploy"\r
     description="undeploy location from ${jee.server.nuxeo}">\r
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
+       leaving this only for backwards compatibility reasons. -->\r
         <ant antfile="nuxeo-platform-cs-location/build.xml" target="undeploy" inheritall="false"/>\r
     </target>\r
 \r
index c258243d23fe494e44a00c86aac7d26261289deb..df3dfb8e85471289504ff08152e5c85732b8811c 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.location.3rdparty.nuxeo</artifactId>
     <name>services.location.3rdparty.nuxeo</name>
     <packaging>jar</packaging>
index 74e599dbf4574e1ee6214d5c696623a7e493a8ad..d34fbe489244d2cfe1a56227be16ee01baa60ba2 100644 (file)
@@ -1,4 +1,3 @@
-\r
 <project xmlns="http://maven.apache.org/POM/4.0.0"\r
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
@@ -9,7 +8,6 @@
     </parent>\r
     \r
     <modelVersion>4.0.0</modelVersion>\r
-    <groupId>org.collectionspace.services</groupId>\r
     <artifactId>org.collectionspace.services.location.3rdparty</artifactId>\r
     <name>services.location.3rdparty</name>\r
     <packaging>pom</packaging>\r
index 61bc6becd7323a236ef77b9e700b63db3c8131dc..c020e69233b0fb11bee8ab97d5f58202a99baa3c 100644 (file)
 
     <target name="deploy" depends="install"
     description="deploy media in ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <ant antfile="nuxeo-platform-cs-media/build.xml" target="deploy" inheritall="false"/>
+        -->
     </target>
 
     <target name="undeploy"
     description="undeploy media from ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
+       leaving this only for backwards compatibility reasons. -->
         <ant antfile="nuxeo-platform-cs-media/build.xml" target="undeploy" inheritall="false"/>
     </target>
 
     description="generate distribution for media" depends="package">
         <ant antfile="nuxeo-platform-cs-media/build.xml" target="dist" inheritall="false"/>
     </target>
-
-
+       
 </project>
index 1d9896ed62c4d070faa080985ba5f288ec2afac0..368cd4dd742af02555e98c9aa9ffb85d848df55c 100644 (file)
@@ -1,4 +1,3 @@
-
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -9,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.media.3rdparty</artifactId>
     <name>services.media.3rdparty</name>
     <packaging>pom</packaging>
@@ -19,6 +17,8 @@
     </description>
 
     <modules>
+    <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <module>nuxeo-platform-cs-media</module>
+        -->
     </modules>
 </project>
index 710ac65310d2d14acb2a416b7af17d762805ba77..d99568477ac02b9ddb9647ac87e9deca02cff0ac 100644 (file)
 
     <target name="deploy" depends="install"
     description="deploy movement in ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <ant antfile="nuxeo-platform-cs-movement/build.xml" target="deploy" inheritall="false"/>
+        -->
     </target>
 
     <target name="undeploy"
     description="undeploy movement from ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
+       leaving this only for backwards compatibility reasons. -->
         <ant antfile="nuxeo-platform-cs-movement/build.xml" target="undeploy" inheritall="false"/>
     </target>
 
index 13f0c00ebc3255c01678a7856f72938f8cb1ad22..9e4f00aae04542e39cf376b77f6d6704364b12d2 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.movement.3rdparty</artifactId>
     <name>services.movement.3rdparty</name>
     <packaging>pom</packaging>
@@ -19,6 +18,8 @@
     </description>
 
     <modules>
+    <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <module>nuxeo-platform-cs-movement</module>
+        -->
     </modules>
 </project>
index 288aeb59336fd147fd316a3ba8fb6c71a77abc06..119b20a7745e1eff1ac87d4d15dc567778e80e65 100644 (file)
 \r
     <target name="deploy" depends="install"\r
     description="deploy note in ${jee.server.nuxeo}">\r
+       <!-- This is an unused and deprecated artifact from an unused Service\r
         <ant antfile="nuxeo-platform-cs-note/build.xml" target="deploy" inheritall="false"/>\r
+        -->\r
     </target>\r
 \r
     <target name="undeploy"\r
     description="undeploy note from ${jee.server.nuxeo}">\r
+       <!-- This is an unused and deprecated artifact from an unused Service.  Leave this undeploy\r
+       target active only for backwards compatibility. -->\r
         <ant antfile="nuxeo-platform-cs-note/build.xml" target="undeploy" inheritall="false"/>\r
     </target>\r
 \r
index 56c3e3d469229617aec2e1373ee5c93743ecbe69..da1c95397221fe17abf75b68b15a82bab62a3dd3 100644 (file)
@@ -9,7 +9,6 @@
     </parent>\r
 \r
     <modelVersion>4.0.0</modelVersion>\r
-    <groupId>org.collectionspace.services</groupId>\r
     <artifactId>org.collectionspace.services.note.3rdparty</artifactId>\r
     <name>services.note.3rdparty</name>\r
     <packaging>pom</packaging>\r
@@ -18,6 +17,8 @@
     </description>\r
 \r
     <modules>\r
+    <!--  This is an unused module from an unused and deprecated Service.\r
         <module>nuxeo-platform-cs-note</module>\r
+        -->\r
     </modules>\r
 </project>\r
index 574aec2c2a29f6249f0c12f82c514cd4fa312aa8..3a5ea63de31753829eb3b2fd0c79cf6dcd4ae2e5 100644 (file)
 
     <target name="deploy" depends="install"
     description="deploy objectexit in ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <ant antfile="nuxeo-platform-cs-objectexit/build.xml" target="deploy" inheritall="false"/>
+        -->
     </target>
 
     <target name="undeploy"
     description="undeploy objectexit from ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
+       leaving this only for backwards compatibility reasons. -->
         <ant antfile="nuxeo-platform-cs-objectexit/build.xml" target="undeploy" inheritall="false"/>
     </target>
 
index e1f8ef6a784e4b178075b4c4d916dec6b882a924..1b735a11154777aa37974448d1d9afbccac27272 100644 (file)
@@ -26,6 +26,8 @@
        </properties>
 
     <modules>
+    <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <module>nuxeo-platform-cs-objectexit</module>
+        -->
     </modules>
 </project>
index 15c59dcd2b6f1023a89ee9eb3d09dcaaaf471a39..d0b209789bf762870b21941971d430d68477355d 100644 (file)
 \r
     <target name="deploy" depends="install"\r
     description="deploy organization in ${jee.server.nuxeo}">\r
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
         <ant antfile="nuxeo-platform-cs-organization/build.xml" target="deploy" inheritall="false"/>\r
+        -->\r
     </target>\r
 \r
     <target name="undeploy"\r
     description="undeploy organization from ${jee.server.nuxeo}">\r
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
+       leaving this only for backwards compatibility reasons. -->\r
         <ant antfile="nuxeo-platform-cs-organization/build.xml" target="undeploy" inheritall="false"/>\r
     </target>\r
 \r
index ff23b5a183cdfdc0bea26891865f4aae1d4b73fc..daaed13519bfb88496e19186026783d5a83d3cd2 100644 (file)
@@ -1,4 +1,3 @@
-\r
 <project xmlns="http://maven.apache.org/POM/4.0.0"\r
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
@@ -9,7 +8,6 @@
     </parent>\r
     \r
     <modelVersion>4.0.0</modelVersion>\r
-    <groupId>org.collectionspace.services</groupId>\r
     <artifactId>org.collectionspace.services.organization.3rdparty</artifactId>\r
     <name>services.organization.3rdparty</name>\r
     <packaging>pom</packaging>\r
@@ -18,6 +16,8 @@
     </description>\r
 \r
     <modules>\r
+    <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
         <module>nuxeo-platform-cs-organization</module>\r
+        -->\r
     </modules>\r
 </project>\r
index 516b147bf9bb53b4fe032b867bcbaaccb8ece17b..342fcb41c795e75f5e8c30cd8d150f2d47ecb007 100644 (file)
 \r
     <target name="deploy" depends="install"\r
     description="deploy person in ${jee.server.nuxeo}">\r
+       <!-- These targets are obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
         <ant antfile="nuxeo-platform-cs-person/build.xml" target="deploy" inheritall="false"/>\r
         <ant antfile="nuxeo-platform-person-lifesci/build.xml" target="deploy" inheritall="false"/>\r
+        -->\r
     </target>\r
 \r
     <target name="undeploy"\r
     description="undeploy person from ${jee.server.nuxeo}">\r
+       <!-- These targets are obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
+       leaving this only for backwards compatibility reasons. -->\r
         <ant antfile="nuxeo-platform-cs-person/build.xml" target="undeploy" inheritall="false"/>\r
         <ant antfile="nuxeo-platform-person-lifesci/build.xml" target="undeploy" inheritall="false"/>\r
     </target>\r
index f9df52324d72ba50325b4c8bd3a31882df93df01..12af5aa0a11ec29d4a9e708fc23e62345c77e56c 100644 (file)
@@ -9,7 +9,6 @@
     </parent>\r
     \r
     <modelVersion>4.0.0</modelVersion>\r
-    <groupId>org.collectionspace.services</groupId>\r
     <artifactId>org.collectionspace.services.person.3rdparty</artifactId>\r
     <name>services.person.3rdparty</name>\r
     <packaging>pom</packaging>\r
@@ -18,7 +17,9 @@
     </description>\r
 \r
     <modules>\r
+    <!-- These modules are obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
         <module>nuxeo-platform-cs-person</module>\r
         <module>nuxeo-platform-person-lifesci</module>\r
+        -->\r
     </modules>\r
 </project>\r
index 22122c6775e6b0732b7a5316a322d76db5977eaa..8f3ed8aabb00138811d8b3ca5a391dbcb831d99f 100644 (file)
 
     <target name="deploy" depends="install"
     description="deploy place in ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <ant antfile="nuxeo-platform-cs-place/build.xml" target="deploy" inheritall="false"/>
+        -->
     </target>
 
     <target name="undeploy"
     description="undeploy place from ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
+       leaving this only for backwards compatibility reasons. -->
         <ant antfile="nuxeo-platform-cs-place/build.xml" target="undeploy" inheritall="false"/>
     </target>
 
index 5bfc580408281af59eb5c263b727f3fe0c984a03..fb64872c11ca4586c566598a4d83f89508f7b0da 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.place.3rdparty</artifactId>
     <name>services.place.3rdparty</name>
     <packaging>pom</packaging>
@@ -18,6 +17,8 @@
     </description>
 
     <modules>
+    <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <module>nuxeo-platform-cs-place</module>
+        -->
     </modules>
 </project>
index 84f0d56a50a7d41c0e4899a78f55ffd2ea6051c6..a1050086e964689e0788921564009090910b184e 100644 (file)
@@ -1,4 +1,3 @@
-\r
 <project name="report.3rdparty" default="package" basedir=".">\r
     <description>\r
         report service 3rdparty\r
 \r
     <target name="deploy" depends="install"\r
     description="deploy report in ${jee.server.nuxeo}">\r
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
         <ant antfile="nuxeo-platform-cs-report/build.xml" target="deploy" inheritall="false"/>\r
-                               <antcall target="deploy_jasper_samples" />\r
+               -->\r
+               <antcall target="deploy_jasper_samples" />\r
     </target>\r
 \r
     <target name="undeploy"\r
     description="undeploy report from ${jee.server.nuxeo}">\r
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
+       leaving this only for backwards compatibility reasons. -->\r
         <ant antfile="nuxeo-platform-cs-report/build.xml" target="undeploy" inheritall="false"/>\r
     </target>\r
 \r
index 479f896e0b0487dcb3d011cff8f9de25a90d5d76..5a7cb32c7b1606f2d36ec94efe00b1aba21f8e9f 100644 (file)
@@ -1,4 +1,3 @@
-\r
 <project xmlns="http://maven.apache.org/POM/4.0.0"\r
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
@@ -9,7 +8,6 @@
     </parent>\r
     \r
     <modelVersion>4.0.0</modelVersion>\r
-    <groupId>org.collectionspace.services</groupId>\r
     <artifactId>org.collectionspace.services.report.3rdparty</artifactId>\r
     <name>services.report.3rdparty</name>\r
     <packaging>pom</packaging>\r
@@ -19,6 +17,8 @@
     </description>\r
 \r
     <modules>\r
+    <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
         <module>nuxeo-platform-cs-report</module>\r
+        -->\r
     </modules>\r
 </project>\r
index e47593f86010be5e8e4baa19f944e9b099d2ab4d..e428ba212730868c267c36ecf436cca4792f5c8e 100644 (file)
 
     <target name="deploy" depends="install"
     description="deploy taxonomy in ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <ant antfile="nuxeo-platform-cs-taxonomy/build.xml" target="deploy" inheritall="false"/>
+        -->
     </target>
 
     <target name="undeploy"
     description="undeploy taxonomy from ${jee.server.nuxeo}">
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
+       leaving this only for backwards compatibility reasons. -->
         <ant antfile="nuxeo-platform-cs-taxonomy/build.xml" target="undeploy" inheritall="false"/>
     </target>
 
index 86827b6cbff63fb7485316d8fa0b8f40f5e10432..ca505bcfcd5ee92284fedbcf1b349c86b65ba75f 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.taxonomy.3rdparty</artifactId>
     <name>services.taxonomy.3rdparty</name>
     <packaging>pom</packaging>
@@ -18,6 +17,8 @@
     </description>
 
     <modules>
+    <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool
         <module>nuxeo-platform-cs-taxonomy</module>
+        -->
     </modules>
 </project>
index 82a17d6d294c3e99e811fa6735f3ee544db70a10..42933169414f5778832424bdb8e91f06922a6022 100644 (file)
 \r
     <target name="deploy" depends="install"\r
     description="deploy vocabulary in ${jee.server.nuxeo}">\r
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
         <ant antfile="nuxeo-platform-cs-vocabulary/build.xml" target="deploy" inheritall="false"/>\r
+        -->\r
     </target>\r
 \r
     <target name="undeploy"\r
     description="undeploy vocabulary from ${jee.server.nuxeo}">\r
+       <!-- This target is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
+       leaving this only for backwards compatibility reasons. -->\r
         <ant antfile="nuxeo-platform-cs-vocabulary/build.xml" target="undeploy" inheritall="false"/>\r
     </target>\r
 \r
index 18d6a1463844c7732aec8770be864ba587441161..1a39c11466bf83af8668de1cc6a0ab32e1e00db7 100644 (file)
@@ -9,7 +9,6 @@
     </parent>\r
 \r
     <modelVersion>4.0.0</modelVersion>\r
-    <groupId>org.collectionspace.services</groupId>\r
     <artifactId>org.collectionspace.services.vocabulary.3rdparty</artifactId>\r
     <name>services.vocabulary.3rdparty</name>\r
     <packaging>pom</packaging>\r
@@ -18,6 +17,8 @@
     </description>\r
 \r
     <modules>\r
+    <!-- This module is obsolete.  The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
         <module>nuxeo-platform-cs-vocabulary</module>\r
+        -->\r
     </modules>\r
 </project>\r