From ef2c1721066526ea499618c24f1c56a3808f35f6 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Wed, 22 Sep 2010 22:52:06 +0000 Subject: [PATCH] CSPACE-2902: Create a resource text file to contain a list of CollectionObject fields that we'll instruct Nuxeo in its config files to convert to type "longtext". --- .../src/main/resources/META-INF/MANIFEST.MF | 10 +- .../OSGI-INF/deployment-fragment.xml | 418 +----------------- .../src/main/resources/README.txt | 105 +++++ 3 files changed, 117 insertions(+), 416 deletions(-) create mode 100644 services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/README.txt diff --git a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/META-INF/MANIFEST.MF b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/META-INF/MANIFEST.MF index 9103c7a00..f9a7546bb 100644 --- a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/META-INF/MANIFEST.MF +++ b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/META-INF/MANIFEST.MF @@ -6,15 +6,9 @@ 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.core.api, - org.nuxeo.ecm.platform.types.api, - org.nuxeo.ecm.platform.versioning.api, - org.nuxeo.ecm.platform.ui, - org.nuxeo.ecm.platform.forms.layout.client, - org.nuxeo.ecm.platform.publishing.api, - org.nuxeo.ecm.platform.ws, + org.nuxeo.ecm.core, + org.nuxeo.ecm.webapp.core, org.collectionspace.collectionspace_core Provide-Package: org.collectionspace.collectionobject Nuxeo-Component: OSGI-INF/core-types-contrib.xml, diff --git a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/deployment-fragment.xml b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/deployment-fragment.xml index 88b94ffd1..06404c6a0 100644 --- a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/deployment-fragment.xml +++ b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/deployment-fragment.xml @@ -1,408 +1,10 @@ - - - - - - ${bundle.fileName} - - - - - nuxeo.war - /nuxeo - - - - - - - - - - - - Seam Context Filter - /ws/FileManageWS - - - - Seam Context Filter - /DocumentManagerWS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #{currentServerLocation.name}/#{currentTabAction.label} - - - - Create new document in #{currentDocument.name} - - - - Create new document in #{currentDocument.name} - - - - breadcrumb=command.user_dashboard - - - - breadcrumb=command.manageMembers - - - - breadcrumb=command.manageMembers - - - - breadcrumb=title.vocabularies - - - - breadcrumb=command.advancedSearch - - - - - - en - en_GB - en_US - fr - de - es - it - ar - ru - ja - vn - - - messages - - - - config/addWorkspace.jpdl.xml - - - - - - generic_error_page - /generic_error_page.xhtml - - - - - generic_message_page - /generic_message_page.xhtml - - - - - home - /nxstartup.xhtml - - - - - user_login - /login.xhtml - - - - - user_logout - /logout.xhtml - - - - - view_servers - /view_servers.xhtml - - - - - - - view_domains - /view_domains.xhtml - - - - - select_document_type - /select_document_type.xhtml - - - - - create_document - /create_document.xhtml - - - - - edit_document - /edit_document.xhtml - - - - - view_documents - /view_documents.xhtml - - - - - create_file - /create_file.xhtml - - - - - create_workspace_wizard - /createWorkspaceWizard.xhtml - - - - - send_email - /document_email.xhtml - - - - - - view_workspaces - /view_workspaces.xhtml - - - - - - create_domain - /create_domain.xhtml - - - - - - edit_domain - /edit_domain.xhtml - - - - - - create_workspace - /create_workspace.xhtml - - - - - - edit_workspace - /edit_workspace.xhtml - - - - - - - members_management - /members_management.xhtml - - - - - view_users - /view_users.xhtml - - - - - view_many_users - /view_many_users.xhtml - - - - - edit_user - /edit_user.xhtml - - - - - edit_user_password - /edit_user_password.xhtml - - - - - view_user - /view_user.xhtml - - - - - create_user - /create_user.xhtml - - - - - view_groups - /view_groups.xhtml - - - - - view_group - /view_group.xhtml - - - - - edit_group - /edit_group.xhtml - - - - - create_group - /create_group.xhtml - - - - - view_vocabularies - /view_vocabularies.xhtml - - - - - view_vocabulary - /view_vocabulary.xhtml - - - - - - - search_form - /search/search_form.xhtml - - - - - search_results_nxql - /search/search_results_nxql.xhtml - - - - - search_results_advanced - - /search/search_results_advanced.xhtml - - - - - - search_results_simple - /search/search_results_simple.xhtml - - - - - - - clipboard - /incl/clipboard.xhtml - - - - - user_dashboard - /user_dashboard.xhtml - - - - - select_workspace_template - /select_workspace_template.xhtml - - - - - pdf_generation_error - /pdf_generation_error.xhtml - - - - - mass_edit - /massedit_documents.xhtml - - - - - mass_edit_confirm - /massedit_documents_preview.xhtml - - - - - - + + + + + + ${bundle.fileName} + + + + diff --git a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/README.txt b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/README.txt new file mode 100644 index 000000000..fa8d43880 --- /dev/null +++ b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/README.txt @@ -0,0 +1,105 @@ +Copy the following Nuxeo field type declarations to the ..\nuxeo.ear\config\default-repository-config.xml file. Insert into the existing element. + + + collectionobjects_common:objectNumber + collectionobjects_common:otherNumber + collectionobjects_common:otherNumberType + collectionobjects_common:briefDescriptions + collectionobjects_common:distinguishingFeatures + collectionobjects_common:numberOfObjects + + + collectionobjects_common:collection + collectionobjects_common:title + collectionobjects_common:titleLanguage + collectionobjects_common:titleTranslation + collectionobjects_common:titleTranslationLanguage + collectionobjects_common:titleType + collectionobjects_common:recordStatus + collectionobjects_common:age + collectionobjects_common:ageQualifier + collectionobjects_common:ageUnit + + collectionobjects_common:contentDate + collectionobjects_common:contentDescription + collectionobjects_common:contentEventName + collectionobjects_common:contentEventNameType + collectionobjects_common:contentNote + collectionobjects_common:contentLanguages + collectionobjects_common:contentObject + collectionobjects_common:contentObjectType + collectionobjects_common:contentOrganizations + collectionobjects_common:contentOther + collectionobjects_common:contentOtherType + collectionobjects_common:copyNumber + + collectionobjects_common:dimensionSummary + collectionobjects_common:dimension + collectionobjects_common:dimensionMeasuredPart + collectionobjects_common:dimensionMeasurementUnit + collectionobjects_common:dimensionValue + collectionobjects_common:dimensionValueDate + collectionobjects_common:dimensionValueQualifier + collectionobjects_common:editionNumber + + collectionobjects_common:inscriptionContent + collectionobjects_common:inscriptionContentInscriber + collectionobjects_common:inscriptionContentDate + collectionobjects_common:inscriptionContentInterpretation + collectionobjects_common:inscriptionContentLanguage + collectionobjects_common:inscriptionContentMethod + collectionobjects_common:inscriptionContentPosition + collectionobjects_common:inscriptionContentScript + collectionobjects_common:inscriptionContentTranslation + collectionobjects_common:inscriptionContentTransliteration + collectionobjects_common:inscriptionContentType + collectionobjects_common:inscriptionDescription + collectionobjects_common:inscriptionDescriptionInscriber + collectionobjects_common:inscriptionDescriptionDate + collectionobjects_common:inscriptionDescriptionInterpretation + collectionobjects_common:inscriptionDescriptionMethod + collectionobjects_common:inscriptionDescriptionPosition + collectionobjects_common:inscriptionDescriptionType + + collectionobjects_common:ownersReferences + collectionobjects_common:ownersContributionNote + collectionobjects_common:viewersRole + collectionobjects_common:viewersPersonalExperience + collectionobjects_common:viewersPersonalResponse + collectionobjects_common:viewersContributionNote + collectionobjects_common:catalogNumber + collectionobjects_common:fieldCollectionDate + collectionobjects_common:fieldCollectionMethods + collectionobjects_common:fieldCollectionNote + collectionobjects_common:fieldCollectionNumber + collectionobjects_common:fieldCollectionPlace + collectionobjects_common:dateAssociation + collectionobjects_common:dateEarliestSingle + collectionobjects_common:dateEarliestSingleCertainty + collectionobjects_common:dateEarliestSingleQualifier + collectionobjects_common:dateLatest + collectionobjects_common:dateLatestCertainty + collectionobjects_common:dateLatestQualifier + collectionobjects_common:datePeriod + collectionobjects_common:dateText + collectionobjects_common:ownersPersonalExperience + collectionobjects_common:ownersPersonalResponse + collectionobjects_common:ownersReferences + collectionobjects_common:ownersContributionNote + collectionobjects_common:viewersRole + collectionobjects_common:viewersPersonalExperience + collectionobjects_common:viewersPersonalResponse + collectionobjects_common:viewersReferences + collectionobjects_common:viewersContributionNote + collectionobjects_common:references + collectionobjects_common:owners + collectionobjects_common:ownershipAccess + collectionobjects_common:ownershipCategory + collectionobjects_common:ownershipDates + collectionobjects_common:ownershipExchangeMethod + collectionobjects_common:ownershipExchangeNote + collectionobjects_common:ownershipExchangePriceCurrency + collectionobjects_common:ownershipExchangePriceValue + collectionobjects_common:ownershipPlace + collectionobjects_common:usage + collectionobjects_common:usageNote \ No newline at end of file -- 2.47.3