]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA - Re-enabling Vocabulary service after patches to fix build. Bad Patrick.
authorPatrick Schmitz <pschmitz@berkeley.edu>
Thu, 8 Oct 2009 16:36:15 +0000 (16:36 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Thu, 8 Oct 2009 16:36:15 +0000 (16:36 +0000)
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
services/build.xml
services/pom.xml

index d38bcd021484541625f4927f9de616c6956ced5e..a801ccb0ecefdd0b900e79e360d2bf330d8e9e29 100644 (file)
@@ -7,8 +7,7 @@ import org.collectionspace.services.intake.IntakeResource;
 import org.collectionspace.services.relation.NewRelationResource;
 import org.collectionspace.services.acquisition.AcquisitionResource;
 
-////FIXME: COLLECTIONSPACE1-SERVICESTRUNK1-22
-//import org.collectionspace.services.vocabulary.VocabularyResource;
+import org.collectionspace.services.vocabulary.VocabularyResource;
 
 //import org.collectionspace.services.query.QueryResource;
 
@@ -30,8 +29,7 @@ public class CollectionSpaceJaxRsApplication extends Application {
 //        singletons.add(new RelationResource());
         singletons.add(new NewRelationResource());
 
-//FIXME: COLLECTIONSPACE1-SERVICESTRUNK1-22
-//        singletons.add(new VocabularyResource());
+        singletons.add(new VocabularyResource());
 
 //        singletons.add(new QueryResource());
 //        singletons.add(new DomainIdentifierResource());
index 4e7d75dc5caf989cf39cdcec923575911a7b32fb..fe66659d06847e142864628e97a52c45760d69fe 100644 (file)
         <ant antfile="id/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="collectionobject/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="intake/build.xml" target="deploy" inheritAll="false"/>\r
-<!-- //FIXME: COLLECTIONSPACE1-SERVICESTRUNK1-22 -->\r
-<!--        <ant antfile="vocabulary/build.xml" target="deploy" inheritAll="false"/> -->\r
+        <ant antfile="vocabulary/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="acquisition/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="JaxRsServiceProvider/build.xml" target="deploy" inheritAll="false"/>\r
     </target>\r
index 619dcbf909c807df8c95196ab531d496dc8f4b35..1eb56b06ebed66ba4cefaae7d3451d30d41cca2e 100644 (file)
@@ -22,8 +22,7 @@
         <!--module>query</module-->\r
         <module>acquisition</module>\r
         \r
-<!-- //FIXME: COLLECTIONSPACE1-SERVICESTRUNK1-22 -->        \r
-<!--        <module>vocabulary</module> -->\r
+        <module>vocabulary</module>\r
 \r
         <module>id</module>\r
         <module>collectionobject</module>\r