From 2aec0bd8df7f05afe705896565e917ab2f34eabc Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Mon, 13 Jul 2009 20:20:13 +0000 Subject: [PATCH] CSPACE-245: Removed extraneous build.properties file from main ID Service project folder, as well as entire 'nuxeo-platform-cs-id' directory from project's 3rdparty directory, as per Sanjay's suggestions. --- .../nuxeo-platform-cs-id/build.properties | 15 - .../3rdparty/nuxeo-platform-cs-id/build.xml | 14 - .../id/3rdparty/nuxeo-platform-cs-id/pom.xml | 35 -- .../src/main/resources/META-INF/MANIFEST.MF | 22 - .../resources/OSGI-INF/core-types-contrib.xml | 13 - .../OSGI-INF/deployment-fragment.xml | 408 ------------------ .../resources/OSGI-INF/ecm-types-contrib.xml | 28 -- .../resources/OSGI-INF/layouts-contrib.xml | 129 ------ .../src/main/resources/schemas/id.xsd | 70 --- services/id/build.properties | 15 - 10 files changed, 749 deletions(-) delete mode 100644 services/id/3rdparty/nuxeo-platform-cs-id/build.properties delete mode 100644 services/id/3rdparty/nuxeo-platform-cs-id/build.xml delete mode 100644 services/id/3rdparty/nuxeo-platform-cs-id/pom.xml delete mode 100644 services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/META-INF/MANIFEST.MF delete mode 100644 services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/OSGI-INF/core-types-contrib.xml delete mode 100644 services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/OSGI-INF/deployment-fragment.xml delete mode 100644 services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/OSGI-INF/ecm-types-contrib.xml delete mode 100644 services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/OSGI-INF/layouts-contrib.xml delete mode 100644 services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/schemas/id.xsd delete mode 100644 services/id/build.properties diff --git a/services/id/3rdparty/nuxeo-platform-cs-id/build.properties b/services/id/3rdparty/nuxeo-platform-cs-id/build.properties deleted file mode 100644 index 908e58f29..000000000 --- a/services/id/3rdparty/nuxeo-platform-cs-id/build.properties +++ /dev/null @@ -1,15 +0,0 @@ -# Example for Windows -# jboss.dir=c:/dev/jboss-4.2.3.GA -# Example for Unix -jboss.dir=/usr/local/jboss - -# Which JBoss server config to use -jboss.config=default - -# nuxeo deployment -jboss.nuxeo.ear.dir=${jboss.dir}/server/${jboss.config}/deploy/nuxeo.ear - - -# additional command line parameters for mvn commands -# e.g. to work offline: -#mvn.opts=-o diff --git a/services/id/3rdparty/nuxeo-platform-cs-id/build.xml b/services/id/3rdparty/nuxeo-platform-cs-id/build.xml deleted file mode 100644 index d4e3b266c..000000000 --- a/services/id/3rdparty/nuxeo-platform-cs-id/build.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/services/id/3rdparty/nuxeo-platform-cs-id/pom.xml b/services/id/3rdparty/nuxeo-platform-cs-id/pom.xml deleted file mode 100644 index ec16e55f4..000000000 --- a/services/id/3rdparty/nuxeo-platform-cs-id/pom.xml +++ /dev/null @@ -1,35 +0,0 @@ - - 4.0.0 - - - org.nuxeo.ecm.platform - nuxeo-platform-parent - 5.2-SNAPSHOT - - - nuxeo-platform-cs-id - jar - nuxeo-platform-cs-id - ID Nuxeo document type - - - 5.2-SNAPSHOT - 1.5-SNAPSHOT - - - - - org.nuxeo.ecm.core - nuxeo-core-schema - ${nuxeo.version.1.5} - - - org.nuxeo.ecm.platform - nuxeo-platform-types-core - ${nuxeo.version.5.2} - - - - diff --git a/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/META-INF/MANIFEST.MF b/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/META-INF/MANIFEST.MF deleted file mode 100644 index 72874b4c1..000000000 --- a/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/META-INF/MANIFEST.MF +++ /dev/null @@ -1,22 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 1 -Bundle-Name: NuxeoCS -Bundle-SymbolicName: org.collectionspace.collectionobject;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.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 -Provide-Package: org.collectionspace.collectionobject -Nuxeo-Component: OSGI-INF/core-types-contrib.xml, - OSGI-INF/ecm-types-contrib.xml, - OSGI-INF/layouts-contrib.xml - diff --git a/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/OSGI-INF/core-types-contrib.xml b/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/OSGI-INF/core-types-contrib.xml deleted file mode 100644 index 72aa5ef19..000000000 --- a/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/OSGI-INF/core-types-contrib.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/OSGI-INF/deployment-fragment.xml b/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/OSGI-INF/deployment-fragment.xml deleted file mode 100644 index 88b94ffd1..000000000 --- a/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/OSGI-INF/deployment-fragment.xml +++ /dev/null @@ -1,408 +0,0 @@ - - - - - - ${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 - - - - - - diff --git a/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/OSGI-INF/ecm-types-contrib.xml b/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/OSGI-INF/ecm-types-contrib.xml deleted file mode 100644 index 541251f1e..000000000 --- a/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/OSGI-INF/ecm-types-contrib.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - view_documents - - - heading - collectionobject - - - - - - CollectionObject - - - - - - CollectionObject - - - - - diff --git a/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/OSGI-INF/layouts-contrib.xml b/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/OSGI-INF/layouts-contrib.xml deleted file mode 100644 index ee35a77d4..000000000 --- a/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/OSGI-INF/layouts-contrib.xml +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - objectNumber - otherNumber - briefDescription - comments - distFeatures - objectName - responsibleDept - title - - - - - - - true - - objectNumber - - - dataInputText - - - - - - - - true - - otherNumber - - - dataInputText - - - - - - - - true - - briefDescription - - - dataInputText - - - - - - - - true - - comments - - - dataInputText - - - - - - - - true - - distFeatures - - - dataInputText - - - - - - - - true - - objectName - - - dataInputText - - - - - - - - true - - responsibleDept - - - dataInputText - - - - - - - - true - - title - - - dataInputText - - - - - - diff --git a/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/schemas/id.xsd b/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/schemas/id.xsd deleted file mode 100644 index 7c6e1c255..000000000 --- a/services/id/3rdparty/nuxeo-platform-cs-id/src/main/resources/schemas/id.xsd +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/services/id/build.properties b/services/id/build.properties deleted file mode 100644 index 908e58f29..000000000 --- a/services/id/build.properties +++ /dev/null @@ -1,15 +0,0 @@ -# Example for Windows -# jboss.dir=c:/dev/jboss-4.2.3.GA -# Example for Unix -jboss.dir=/usr/local/jboss - -# Which JBoss server config to use -jboss.config=default - -# nuxeo deployment -jboss.nuxeo.ear.dir=${jboss.dir}/server/${jboss.config}/deploy/nuxeo.ear - - -# additional command line parameters for mvn commands -# e.g. to work offline: -#mvn.opts=-o -- 2.47.3