From 5ae43f7763a21870df6cf2e907e8203e3b1d23f9 Mon Sep 17 00:00:00 2001 From: Sanjay Dalal Date: Mon, 23 Mar 2009 22:36:39 +0000 Subject: [PATCH] CSPACE-30 cleanup --- HelloWorld/HelloWorldDocService/README.txt | 15 +- HelloWorld/HelloWorldDocService/pom.all.xml | 1079 ------------------- 2 files changed, 7 insertions(+), 1087 deletions(-) delete mode 100644 HelloWorld/HelloWorldDocService/pom.all.xml diff --git a/HelloWorld/HelloWorldDocService/README.txt b/HelloWorld/HelloWorldDocService/README.txt index bd38e834c..b1aa460dd 100644 --- a/HelloWorld/HelloWorldDocService/README.txt +++ b/HelloWorld/HelloWorldDocService/README.txt @@ -1,15 +1,14 @@ - -This project is a simple example showing usage of @Path, @GET, PUT, POST, and @PathParam. It uses pure streaming -output as well. +Helloworld service interfacing with Nuxeo repository through Nuxeo +REST apis. System Requirements: ==================== - Maven 2.0.9 or higher +- Nuxeo CollectionSpace Extensions Building the project: ==================== -1. In root directoy - -mvn clean install - -This will build a WAR and run it with embedded Jetty \ No newline at end of file +In root directoy... +1. customize build.properties for your environment +2. mvn clean package +3. ant diff --git a/HelloWorld/HelloWorldDocService/pom.all.xml b/HelloWorld/HelloWorldDocService/pom.all.xml deleted file mode 100644 index 5aa2f743c..000000000 --- a/HelloWorld/HelloWorldDocService/pom.all.xml +++ /dev/null @@ -1,1079 +0,0 @@ - - - - helloworld - org.collectionspace.hello.services - 0.1 - - 4.0.0 - org.collectionspace.hello.services - helloworld-doc-service - war - 0.1 - Helloworld Document Service - - - - java.net - http://download.java.net/maven/1 - legacy - - - maven repo - maven repo - http://repo1.maven.org/maven2/ - - - - jboss - jboss repo - http://repository.jboss.org/maven2 - - - mojo - mojo repo - http://svn.codehaus.org/mojo/trunk/mojo/jboss-maven-plugin - - - cspace.local.nuxeo - ${nuxeo.local.repo.dir} - - - public - http://maven.nuxeo.org/public - - - - false - - - - public-snapshot - http://maven.nuxeo.org/public-snapshot - - false - - - - - - - - - - - public - http://maven.nuxeo.org/public - Nuxeo virtual release repository - - - - false - - - - public-snapshot - http://maven.nuxeo.org/public-snapshot - Nuxeo virtual snapshot repository - - false - - - - - - - - - 4.2.3.GA - 3.0 - UTF-8 - 1.5.1 - 0.9.7 - 5.2-SNAPSHOT - 1.5-SNAPSHOT - - - - - - org.collectionspace.hello.services - helloworld-jaxb - 0.1 - - - org.jboss.resteasy - resteasy-jaxrs - 1.0.2.GA - - - - tjws - webserver - - - - - org.jboss.resteasy - resteasy-jaxb-provider - 1.0.2.GA - - - junit - junit - 4.1 - test - - - - - - - javax.ejb - ejb - 3.0 - provided - - - - javax.ejb - ejb-api - 3.0 - provided - - - - javax.annotation - jsr250-api - 1.0 - provided - - - - javax.security - jaas - 1.0.01 - provided - - - - - - - - - dom4j - dom4j - 1.6.1 - provided - - - - - - - - - - - - - - - - - org.nuxeo.ecm.core - nuxeo-core-api - ${nuxeo.version.1.5} - - - - org.nuxeo.ecm.platform - nuxeo-platform-api - ${nuxeo.version.5.2} - - - - - - - - helloworld - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - surefire-it - integration-test - - test - - - false - - - - - - org.apache.maven.plugins - maven-war-plugin - 2.0 - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - -- 2.47.3