From 25f842b19d618a93cbd7fb5cca32fc5c0272a4d7 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Thu, 14 Jul 2011 05:33:55 +0000 Subject: [PATCH] CSPACE-4232: Normalize Nuxeo DocType configuration files into /trunk/3rdparty/nuxeo source tree directory. --- .../src/main/resources/META-INF/MANIFEST.MF | 18 ++++++++++++ .../resources/OSGI-INF/core-types-contrib.xml | 14 ++++++++++ .../OSGI-INF/deployment-fragment.xml | 10 +++++++ .../resources/OSGI-INF/ecm-types-contrib.xml | 28 +++++++++++++++++++ .../resources/OSGI-INF/life-cycle-contrib.xml | 11 ++++++++ 5 files changed, 81 insertions(+) create mode 100644 3rdparty/nuxeo/nuxeo-doctype/src/main/resources/META-INF/MANIFEST.MF create mode 100644 3rdparty/nuxeo/nuxeo-doctype/src/main/resources/OSGI-INF/core-types-contrib.xml create mode 100644 3rdparty/nuxeo/nuxeo-doctype/src/main/resources/OSGI-INF/deployment-fragment.xml create mode 100644 3rdparty/nuxeo/nuxeo-doctype/src/main/resources/OSGI-INF/ecm-types-contrib.xml create mode 100644 3rdparty/nuxeo/nuxeo-doctype/src/main/resources/OSGI-INF/life-cycle-contrib.xml diff --git a/3rdparty/nuxeo/nuxeo-doctype/src/main/resources/META-INF/MANIFEST.MF b/3rdparty/nuxeo/nuxeo-doctype/src/main/resources/META-INF/MANIFEST.MF new file mode 100644 index 000000000..d9ab43c87 --- /dev/null +++ b/3rdparty/nuxeo/nuxeo-doctype/src/main/resources/META-INF/MANIFEST.MF @@ -0,0 +1,18 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 1 +Bundle-Name: org.collectionspace.${ServiceName} +Bundle-SymbolicName: org.collectionspace.${ServiceName};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 +Provide-Package: org.collectionspace.${ServiceName} +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/3rdparty/nuxeo/nuxeo-doctype/src/main/resources/OSGI-INF/core-types-contrib.xml b/3rdparty/nuxeo/nuxeo-doctype/src/main/resources/OSGI-INF/core-types-contrib.xml new file mode 100644 index 000000000..25996149a --- /dev/null +++ b/3rdparty/nuxeo/nuxeo-doctype/src/main/resources/OSGI-INF/core-types-contrib.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/3rdparty/nuxeo/nuxeo-doctype/src/main/resources/OSGI-INF/deployment-fragment.xml b/3rdparty/nuxeo/nuxeo-doctype/src/main/resources/OSGI-INF/deployment-fragment.xml new file mode 100644 index 000000000..226075b98 --- /dev/null +++ b/3rdparty/nuxeo/nuxeo-doctype/src/main/resources/OSGI-INF/deployment-fragment.xml @@ -0,0 +1,10 @@ + + + + + + ${bundle.fileName} + + + + diff --git a/3rdparty/nuxeo/nuxeo-doctype/src/main/resources/OSGI-INF/ecm-types-contrib.xml b/3rdparty/nuxeo/nuxeo-doctype/src/main/resources/OSGI-INF/ecm-types-contrib.xml new file mode 100644 index 000000000..9e6eae1e4 --- /dev/null +++ b/3rdparty/nuxeo/nuxeo-doctype/src/main/resources/OSGI-INF/ecm-types-contrib.xml @@ -0,0 +1,28 @@ + + + + + + + view_documents + + + heading + collectionspace_core + ${CommonSchemaName} + + + + + + ${NuxeoDocTypeName} + + + + + + ${NuxeoDocTypeName} + + + + diff --git a/3rdparty/nuxeo/nuxeo-doctype/src/main/resources/OSGI-INF/life-cycle-contrib.xml b/3rdparty/nuxeo/nuxeo-doctype/src/main/resources/OSGI-INF/life-cycle-contrib.xml new file mode 100644 index 000000000..bb8e07e46 --- /dev/null +++ b/3rdparty/nuxeo/nuxeo-doctype/src/main/resources/OSGI-INF/life-cycle-contrib.xml @@ -0,0 +1,11 @@ + + + + + + default + + + + -- 2.47.3