]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Adding this interface for common/global values and settings to all CollectionSpace...
authorRichard Millet <richard.millet@berkeley.edu>
Thu, 9 Apr 2009 02:37:59 +0000 (02:37 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Thu, 9 Apr 2009 02:37:59 +0000 (02:37 +0000)
HelloWorld/HelloWorldNuxeoService/src/main/java/org/collectionspace/hello/services/CollectionSpaceResource.java [new file with mode: 0644]

diff --git a/HelloWorld/HelloWorldNuxeoService/src/main/java/org/collectionspace/hello/services/CollectionSpaceResource.java b/HelloWorld/HelloWorldNuxeoService/src/main/java/org/collectionspace/hello/services/CollectionSpaceResource.java
new file mode 100644 (file)
index 0000000..abf3128
--- /dev/null
@@ -0,0 +1,6 @@
+package org.collectionspace.hello.services;\r
+\r
+public interface CollectionSpaceResource {\r
+       static String CS_NUXEO_WORKSPACE_UID = "322e1045-8e6f-4984-b42a-f18fb817d091";\r
+       static String CS_NUXEO_DEFAULT_REPOS = "default";       \r
+}\r