]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5678: Disabling Note service and all related modules from the build.
authorRichard Millet <remillet@berkeley.edu>
Thu, 3 Jan 2013 21:07:51 +0000 (13:07 -0800)
committerRichard Millet <remillet@berkeley.edu>
Thu, 3 Jan 2013 21:07:51 +0000 (13:07 -0800)
services/build.xml
services/movement/client/pom.xml
services/pom.xml

index 5e4bde13634d49c935c41d92303de3342410e784..eaa63cd6729ae46811641f1dcedf49c73ba17a24 100644 (file)
         <ant antfile="account/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="relation/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="id/build.xml" target="deploy" inheritAll="false"/>\r
+       <!--\r
         <ant antfile="note/build.xml" target="deploy" inheritAll="false"/>\r
+        -->\r
         <ant antfile="collectionobject/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="servicegroup/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="group/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="group/build.xml" target="undeploy" inheritAll="false"/>\r
         <ant antfile="servicegroup/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="collectionobject/build.xml" target="undeploy" inheritAll="false"/>\r
+       <!--\r
         <ant antfile="note/build.xml" target="undeploy" inheritAll="false"/>\r
+        -->\r
         <ant antfile="id/build.xml" target="undeploy" inheritAll="false"/>\r
         <ant antfile="relation/build.xml" target="undeploy" inheritAll="false"/>\r
         <ant antfile="account/build.xml" target="undeploy" inheritAll="false"/>\r
index ad10b5ffd2c2afff55454524bcb94a69d63803ed..445dc5452e671cd7c84272ffac00fe9a80765da6 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.movement.client</artifactId>
     <name>services.movement.client</name>
     
index abc587c1a866899c8fc96a1c956b7fccacf65cab..2af3426e24578d44678d8bc5c3c6ac0ddf5e3093 100644 (file)
@@ -44,7 +44,9 @@
         <module>authorization-mgt</module> <!-- relies on authorization -->
         <module>common-test</module>
         <module>account</module> <!-- relies on authorization-mgt.import -->
+        <!-- 
         <module>note</module>
+         -->
         <module>relation</module>
         <module>query</module>
         <module>acquisition</module>