From: Richard Millet Date: Thu, 14 Jul 2011 05:33:55 +0000 (+0000) Subject: CSPACE-4232: Normalize Nuxeo DocType configuration files into /trunk/3rdparty/nuxeo... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=25f842b19d618a93cbd7fb5cca32fc5c0272a4d7;p=tmp%2Fjakarta-migration.git CSPACE-4232: Normalize Nuxeo DocType configuration files into /trunk/3rdparty/nuxeo source tree directory. --- 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 + + + +