From: Sanjay Dalal Date: Mon, 23 Mar 2009 21:51:47 +0000 (+0000) Subject: add person document type in nuxeo repository X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=c3a36cf01975a01281ee0dedf51b14f12d08bb5b;p=tmp%2Fjakarta-migration.git add person document type in nuxeo repository --- diff --git a/3rdparty/nuxeo/nuxeo-platform-cs/build.properties b/3rdparty/nuxeo/nuxeo-platform-cs/build.properties new file mode 100644 index 000000000..d5f969d19 --- /dev/null +++ b/3rdparty/nuxeo/nuxeo-platform-cs/build.properties @@ -0,0 +1,13 @@ +# Example for Windows +jboss.dir=c:/dev/jboss-4.2.3.GA +# Example for Unix +#jboss.dir=/opt/jboss + +jboss.nuxeo.ear.dir=${jboss.dir}/server/default/deploy/nuxeo.ear + +# Which JBoss server config to use +jboss.config=default + +# additional command line parameters for mvn commands +# e.g. to work offline: +#mvn.opts=-o diff --git a/3rdparty/nuxeo/nuxeo-platform-cs/build.xml b/3rdparty/nuxeo/nuxeo-platform-cs/build.xml new file mode 100644 index 000000000..3f7bf4139 --- /dev/null +++ b/3rdparty/nuxeo/nuxeo-platform-cs/build.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/3rdparty/nuxeo/nuxeo-platform-cs/pom.xml b/3rdparty/nuxeo/nuxeo-platform-cs/pom.xml new file mode 100644 index 000000000..c6ca3618b --- /dev/null +++ b/3rdparty/nuxeo/nuxeo-platform-cs/pom.xml @@ -0,0 +1,30 @@ + + 4.0.0 + + + org.nuxeo.ecm.platform + nuxeo-platform-parent + 5.2-SNAPSHOT + + + nuxeo-platform-cs + jar + Nuxeo CS extensions + + Nuxeo Enterprise Platform: CS extensions + + + + + org.nuxeo.ecm.core + nuxeo-core-schema + + + org.nuxeo.ecm.platform + nuxeo-platform-types-core + + + + diff --git a/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/META-INF/MANIFEST.MF b/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/META-INF/MANIFEST.MF new file mode 100644 index 000000000..ab71dc50b --- /dev/null +++ b/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/META-INF/MANIFEST.MF @@ -0,0 +1,22 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 1 +Bundle-Name: NuxeoCS +Bundle-SymbolicName: org.collectionspace.hello;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.hello +Nuxeo-Component: OSGI-INF/core-types-contrib.xml, + OSGI-INF/ecm-types-contrib.xml, + OSGI-INF/layouts-contrib.xml + diff --git a/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/OSGI-INF/core-types-contrib.xml b/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/OSGI-INF/core-types-contrib.xml new file mode 100644 index 000000000..7be6addb0 --- /dev/null +++ b/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/OSGI-INF/core-types-contrib.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/OSGI-INF/deployment-fragment.xml b/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/OSGI-INF/deployment-fragment.xml new file mode 100644 index 000000000..88b94ffd1 --- /dev/null +++ b/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/OSGI-INF/deployment-fragment.xml @@ -0,0 +1,408 @@ + + + + + + ${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/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/OSGI-INF/ecm-types-contrib.xml b/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/OSGI-INF/ecm-types-contrib.xml new file mode 100644 index 000000000..04790db46 --- /dev/null +++ b/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/OSGI-INF/ecm-types-contrib.xml @@ -0,0 +1,37 @@ + + + + + + + view_documents + + + heading + person + + + + + + Hello + + + + + Hello + + + + + diff --git a/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/OSGI-INF/layouts-contrib.xml b/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/OSGI-INF/layouts-contrib.xml new file mode 100644 index 000000000..e9449766d --- /dev/null +++ b/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/OSGI-INF/layouts-contrib.xml @@ -0,0 +1,155 @@ + + + + + + + + + + + + cid + cversion + firstname + lastname + street + city + state + zip + country + + + + + + true + + person.cid + + + + hidden + + + + true + + + + cssClass + + + + + + + true + + person.cversion + + + dataInputText + + + + + + + + + true + + person.firstName + + + dataInputText + + + + + + + + true + + person.lastName + + + dataInputText + + + + + + + + true + + person.street + + + dataInputText + + + + + + + + true + + person.city + + + dataInputText + + + + + + + + true + + person.state + + + dataInputText + + + + + + + + true + + person.zip + + + dataInputText + + + + + + + + true + + person.country + + + dataInputText + + + + + + + + + + diff --git a/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/schemas/hello.xsd b/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/schemas/hello.xsd new file mode 100644 index 000000000..f8109a7e4 --- /dev/null +++ b/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/schemas/hello.xsd @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + +