From: Richard Millet Date: Fri, 17 Jun 2011 05:23:00 +0000 (+0000) Subject: CSPACE-3441: Added final support in the Services core for tenant specifc document... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=c62fa5b596c9920d62f603937bb98b6f004cb321;p=tmp%2Fjakarta-migration.git CSPACE-3441: Added final support in the Services core for tenant specifc document types. --- diff --git a/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/build.xml b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/build.xml new file mode 100644 index 000000000..6f383736e --- /dev/null +++ b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/build.xml @@ -0,0 +1,151 @@ + + + + Collectionobject nuxeo document type for the Hearst tenant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/pom.xml b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/pom.xml new file mode 100644 index 000000000..af484acfd --- /dev/null +++ b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/pom.xml @@ -0,0 +1,37 @@ + + + org.collectionspace.services + org.collectionspace.services.collectionobject.3rdparty + 1.8-SNAPSHOT + + + 4.0.0 + org.collectionspace.services + org.collectionspace.services.collectionobject.CollectionObjectTenant2.nuxeo + services.collectionobject.CollectionObjectTenant2.nuxeo + jar + + CollectionObject Nuxeo document type for Tenant ID = "1" + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + src/main/resources/META-INF/MANIFEST.MF + + ${eclipseVersion} + 2 + + + + + + + + diff --git a/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/META-INF/MANIFEST.MF b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/META-INF/MANIFEST.MF new file mode 100644 index 000000000..cd9e64ee8 --- /dev/null +++ b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/META-INF/MANIFEST.MF @@ -0,0 +1,18 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 1 +Bundle-Name: org.collectionspace.collectionobjecttenant2 +Bundle-SymbolicName: org.collectionspace.collectionobjecttenant2;singleton:=true +Bundle-Version: 1.0.0 +Bundle-Localization: plugin +Bundle-Vendor: Nuxeo +Require-Bundle: org.nuxeo.runtime, + org.nuxeo.ecm.core.api, + org.nuxeo.ecm.core, + org.nuxeo.ecm.webapp.core, + org.collectionspace.collectionspace_core, + org.collectionspace.collectionobject +Provide-Package: org.collectionspace.collectionobjecttenant2 +Nuxeo-Component: OSGI-INF/core-types-contrib.xml, + OSGI-INF/life-cycle-contrib.xml, + OSGI-INF/ecm-types-contrib.xml, + OSGI-INF/layouts-contrib.xml diff --git a/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/OSGI-INF/core-types-contrib.xml b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/OSGI-INF/core-types-contrib.xml new file mode 100644 index 000000000..cb535a749 --- /dev/null +++ b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/OSGI-INF/core-types-contrib.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/OSGI-INF/deployment-fragment.xml b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/OSGI-INF/deployment-fragment.xml new file mode 100644 index 000000000..06404c6a0 --- /dev/null +++ b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/OSGI-INF/deployment-fragment.xml @@ -0,0 +1,10 @@ + + + + + + ${bundle.fileName} + + + + diff --git a/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/OSGI-INF/ecm-types-contrib.xml b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/OSGI-INF/ecm-types-contrib.xml new file mode 100644 index 000000000..736cb14a0 --- /dev/null +++ b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/OSGI-INF/ecm-types-contrib.xml @@ -0,0 +1,29 @@ + + + + + + + + view_documents + + + heading + collectionspace_core + CollectionObjectTenant2 + + + + + + "CollectionObjectTenant2" + + + + + + "CollectionObjectTenant2" + + + + diff --git a/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/OSGI-INF/layouts-contrib.xml b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/OSGI-INF/layouts-contrib.xml new file mode 100644 index 000000000..b32593054 --- /dev/null +++ b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/OSGI-INF/layouts-contrib.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + diff --git a/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/OSGI-INF/life-cycle-contrib.xml b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/OSGI-INF/life-cycle-contrib.xml new file mode 100644 index 000000000..12688b12e --- /dev/null +++ b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/OSGI-INF/life-cycle-contrib.xml @@ -0,0 +1,11 @@ + + + + + + default + + + + diff --git a/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/schemas/collectionobjects_naturalhistory.xsd b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/schemas/collectionobjects_naturalhistory.xsd new file mode 100644 index 000000000..40118113d --- /dev/null +++ b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/src/main/resources/schemas/collectionobjects_naturalhistory.xsd @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +