"//FIXME: COLLECTIONSPACE1-SERVICESTRUNK1-22" in ALL source related files and uncomment the corresponding code.
////import org.collectionspace.services.relation.RelationResource;
import org.collectionspace.services.relation.NewRelationResource;
import org.collectionspace.services.acquisition.AcquisitionResource;
-import org.collectionspace.services.vocabulary.VocabularyResource;
+
+////FIXME: COLLECTIONSPACE1-SERVICESTRUNK1-22
+//import org.collectionspace.services.vocabulary.VocabularyResource;
+
//import org.collectionspace.services.query.QueryResource;
import javax.ws.rs.core.Application;
singletons.add(new AcquisitionResource());
// singletons.add(new RelationResource());
singletons.add(new NewRelationResource());
- singletons.add(new VocabularyResource());
+
+//FIXME: COLLECTIONSPACE1-SERVICESTRUNK1-22
+// singletons.add(new VocabularyResource());
+
// singletons.add(new QueryResource());
// singletons.add(new DomainIdentifierResource());
// singletons.add(new PingResource());
<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
- <ant antfile="vocabulary/build.xml" target="deploy" inheritAll="false"/>\r
+<!-- //FIXME: COLLECTIONSPACE1-SERVICESTRUNK1-22 -->\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
<module>relation</module>\r
<!--module>query</module-->\r
<module>acquisition</module>\r
- <module>vocabulary</module>\r
+ \r
+<!-- //FIXME: COLLECTIONSPACE1-SERVICESTRUNK1-22 --> \r
+<!-- <module>vocabulary</module> -->\r
+\r
<module>id</module>\r
<module>collectionobject</module>\r
<module>intake</module>\r