]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-30 cleanup
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Mon, 23 Mar 2009 22:36:39 +0000 (22:36 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Mon, 23 Mar 2009 22:36:39 +0000 (22:36 +0000)
HelloWorld/HelloWorldDocService/README.txt
HelloWorld/HelloWorldDocService/pom.all.xml [deleted file]

index bd38e834ce021c1ae0555cf04f248bfd6e182632..b1aa460ddc9a57c31807599029de2a13276d9013 100644 (file)
@@ -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 (file)
index 5aa2f74..0000000
+++ /dev/null
@@ -1,1079 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
-    <parent>\r
-        <artifactId>helloworld</artifactId>\r
-        <groupId>org.collectionspace.hello.services</groupId>\r
-        <version>0.1</version>\r
-    </parent>\r
-    <modelVersion>4.0.0</modelVersion>\r
-    <groupId>org.collectionspace.hello.services</groupId>\r
-    <artifactId>helloworld-doc-service</artifactId>\r
-    <packaging>war</packaging>\r
-    <version>0.1</version>\r
-    <name>Helloworld Document Service</name>\r
-\r
-    <repositories>\r
-        <repository>\r
-            <id>java.net</id>\r
-            <url>http://download.java.net/maven/1</url>\r
-            <layout>legacy</layout>\r
-        </repository>\r
-        <repository>\r
-            <id>maven repo</id>\r
-            <name>maven repo</name>\r
-            <url>http://repo1.maven.org/maven2/</url>\r
-        </repository>\r
-        <!-- For resteasy -->\r
-        <repository>\r
-            <id>jboss</id>\r
-            <name>jboss repo</name>\r
-            <url>http://repository.jboss.org/maven2</url>\r
-        </repository>\r
-        <repository>\r
-            <id>mojo</id>\r
-            <name>mojo repo</name>\r
-            <url>http://svn.codehaus.org/mojo/trunk/mojo/jboss-maven-plugin</url>\r
-        </repository>\r
-        <repository>\r
-            <id>cspace.local.nuxeo</id>\r
-            <url>${nuxeo.local.repo.dir}</url>\r
-        </repository>\r
-        <repository>\r
-            <id>public</id>\r
-            <url>http://maven.nuxeo.org/public</url>\r
-            <releases>\r
-            </releases>\r
-            <snapshots>\r
-                <enabled>false</enabled>\r
-            </snapshots>\r
-        </repository>\r
-        <repository>\r
-            <id>public-snapshot</id>\r
-            <url>http://maven.nuxeo.org/public-snapshot</url>\r
-            <releases>\r
-                <enabled>false</enabled>\r
-            </releases>\r
-            <snapshots>\r
-            </snapshots>\r
-        </repository>\r
-\r
-\r
-    </repositories>\r
-\r
-    <pluginRepositories>\r
-        <pluginRepository>\r
-            <id>public</id>\r
-            <url>http://maven.nuxeo.org/public</url>\r
-            <name>Nuxeo virtual release repository</name>\r
-            <releases>\r
-            </releases>\r
-            <snapshots>\r
-                <enabled>false</enabled>\r
-            </snapshots>\r
-        </pluginRepository>\r
-        <pluginRepository>\r
-            <id>public-snapshot</id>\r
-            <url>http://maven.nuxeo.org/public-snapshot</url>\r
-            <name>Nuxeo virtual snapshot repository</name>\r
-            <releases>\r
-                <enabled>false</enabled>\r
-            </releases>\r
-            <snapshots>\r
-            </snapshots>\r
-        </pluginRepository>\r
-    </pluginRepositories>\r
-\r
-\r
-    <properties>\r
-        <jboss.version>4.2.3.GA</jboss.version>\r
-        <jboss.ejb.version>3.0</jboss.ejb.version>\r
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
-        <apacheds.version>1.5.1</apacheds.version>\r
-        <apachedshared.version>0.9.7</apachedshared.version>\r
-        <nuxeo.version.5.2>5.2-SNAPSHOT</nuxeo.version.5.2>\r
-        <nuxeo.version.1.5>1.5-SNAPSHOT</nuxeo.version.1.5>\r
-    </properties>\r
-\r
-\r
-    <dependencies>\r
-        <dependency>\r
-            <groupId>org.collectionspace.hello.services</groupId>\r
-            <artifactId>helloworld-jaxb</artifactId>\r
-            <version>0.1</version>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.jboss.resteasy</groupId>\r
-            <artifactId>resteasy-jaxrs</artifactId>\r
-            <version>1.0.2.GA</version>\r
-            <!-- filter out unwanted jars -->\r
-            <exclusions>\r
-                <exclusion>\r
-                    <groupId>tjws</groupId>\r
-                    <artifactId>webserver</artifactId>\r
-                </exclusion>\r
-            </exclusions>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.jboss.resteasy</groupId>\r
-            <artifactId>resteasy-jaxb-provider</artifactId>\r
-            <version>1.0.2.GA</version>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>junit</groupId>\r
-            <artifactId>junit</artifactId>\r
-            <version>4.1</version>\r
-            <scope>test</scope>\r
-        </dependency>\r
-\r
-      <!-- javax -->\r
-\r
-\r
-        <dependency>\r
-            <groupId>javax.ejb</groupId>\r
-            <artifactId>ejb</artifactId>\r
-            <version>3.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>javax.ejb</groupId>\r
-            <artifactId>ejb-api</artifactId>\r
-            <version>3.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>javax.annotation</groupId>\r
-            <artifactId>jsr250-api</artifactId>\r
-            <version>1.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-      <!--\r
-        <dependency>\r
-            <groupId>javax.el</groupId>\r
-            <artifactId>el-api</artifactId>\r
-            <version>unknown</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>javax.el</groupId>\r
-            <artifactId>el-ri</artifactId>\r
-            <version>unknown</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>javax.faces</groupId>\r
-            <artifactId>jsf-api</artifactId>\r
-            <version>1.2_09_jboss</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>javax.faces</groupId>\r
-            <artifactId>jsf-impl</artifactId>\r
-            <version>1.2_09_jboss</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>javax.jms</groupId>\r
-            <artifactId>jms</artifactId>\r
-            <version>1.1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>javax.jws</groupId>\r
-            <artifactId>jsr181</artifactId>\r
-            <version>1.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>javax.mail</groupId>\r
-            <artifactId>mail</artifactId>\r
-            <version>1.4</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>javax.persistence</groupId>\r
-            <artifactId>persistence</artifactId>\r
-            <version>3.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>javax.servlet.jsp</groupId>\r
-            <artifactId>jsp-api</artifactId>\r
-            <version>2.1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>javax.servlet</groupId>\r
-            <artifactId>jstl</artifactId>\r
-            <version>1.1.2</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>javax.servlet</groupId>\r
-            <artifactId>servlet-api</artifactId>\r
-            <version>2.4</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>javax.transaction</groupId>\r
-            <artifactId>jta</artifactId>\r
-            <version>1.0.1B</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>javax.jcr</groupId>\r
-            <artifactId>jcr</artifactId>\r
-            <version>1.0.1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>javax.script</groupId>\r
-            <artifactId>script-api</artifactId>\r
-            <version>1.0</version>\r
-        </dependency>\r
--->\r
-        <dependency>\r
-            <groupId>javax.security</groupId>\r
-            <artifactId>jaas</artifactId>\r
-            <version>1.0.01</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-      <!-- commons -->\r
-      <!--\r
-        <dependency>\r
-            <groupId>commons-collections</groupId>\r
-            <artifactId>commons-collections</artifactId>\r
-            <version>3.1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>commons-fileupload</groupId>\r
-            <artifactId>commons-fileupload</artifactId>\r
-            <version>1.1.1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>commons-io</groupId>\r
-            <artifactId>commons-io</artifactId>\r
-            <version>1.4</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>commons-lang</groupId>\r
-            <artifactId>commons-lang</artifactId>\r
-            <version>2.2</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>commons-beanutils</groupId>\r
-            <artifactId>commons-beanutils</artifactId>\r
-            <version>1.6</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>commons-digester</groupId>\r
-            <artifactId>commons-digester</artifactId>\r
-            <version>1.8</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>commons-el</groupId>\r
-            <artifactId>commons-el</artifactId>\r
-            <version>1.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>commons-logging</groupId>\r
-            <artifactId>commons-logging</artifactId>\r
-            <version>1.1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>commons-logging</groupId>\r
-            <artifactId>commons-logging-api</artifactId>\r
-            <version>1.1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>commons-jexl</groupId>\r
-            <artifactId>commons-jexl</artifactId>\r
-            <version>1.1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-      -->\r
-      <!-- apache \r
-        <dependency>\r
-            <groupId>org.apache.derby</groupId>\r
-            <artifactId>derby</artifactId>\r
-            <version>10.4.1.3</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.apache.derby</groupId>\r
-            <artifactId>derbyclient</artifactId>\r
-            <version>10.4.1.3</version>\r
-            <scope>test</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.apache.lucene</groupId>\r
-            <artifactId>lucene-core</artifactId>\r
-            <version>2.3.2</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.apache.lucene</groupId>\r
-            <artifactId>lucene-analyzers</artifactId>\r
-            <version>2.3.2</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.apache.directory.shared</groupId>\r
-            <artifactId>shared-asn1</artifactId>\r
-            <version>${apachedshared.version}</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.apache.directory.shared</groupId>\r
-            <artifactId>shared-ldap-constants</artifactId>\r
-            <version>${apachedshared.version}</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.apache.poi</groupId>\r
-            <artifactId>poi</artifactId>\r
-            <version>3.0.2-FINAL</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.apache.poi</groupId>\r
-            <artifactId>poi-scratchpad</artifactId>\r
-            <version>3.0.2-FINAL</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.apache.jackrabbit</groupId>\r
-            <artifactId>jackrabbit-text-extractors</artifactId>\r
-            <version>1.5.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.apache.directory.shared</groupId>\r
-            <artifactId>shared-ldap</artifactId>\r
-            <version>${apachedshared.version}</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.apache.directory.server</groupId>\r
-            <artifactId>apacheds-protocol-shared</artifactId>\r
-            <version>${apacheds.version}</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.apache.directory.server</groupId>\r
-            <artifactId>apacheds-core</artifactId>\r
-            <version>${apacheds.version}</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.apache.directory.server</groupId>\r
-            <artifactId>apacheds-core-shared</artifactId>\r
-            <version>${apacheds.version}</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.apache.directory.server</groupId>\r
-            <artifactId>apacheds-bootstrap-partition</artifactId>\r
-            <version>${apacheds.version}</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>xerces</groupId>\r
-            <artifactId>xmlParserAPIs</artifactId>\r
-            <scope>provided</scope>\r
-            <version>2.6.2</version>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>xml-apis</groupId>\r
-            <artifactId>xml-apis</artifactId>\r
-            <scope>provided</scope>\r
-            <version>1.0.b2</version>\r
-        </dependency>\r
-        -->\r
-        <!-- jboss -->\r
-\r
-\r
-        <dependency>\r
-            <groupId>dom4j</groupId>\r
-            <artifactId>dom4j</artifactId>\r
-            <version>1.6.1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-      <!-- jboss (+ hibernate, richfaces...) >\r
-        <dependency>\r
-            <groupId>dom4j</groupId>\r
-            <artifactId>dom4j</artifactId>\r
-            <version>1.6.1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.jbpm.jbpm3</groupId>\r
-            <artifactId>jbpm-jpdl</artifactId>\r
-            <version>3.3.0.GA</version>\r
-        </dependency>\r
-        -->\r
-      <!-- overrides jackrabbit version 1.4.5 specified by jbpm \r
-        <dependency>\r
-            <groupId>org.apache.jackrabbit</groupId>\r
-            <artifactId>jackrabbit-core</artifactId>\r
-            <version>1.5.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jboss</groupId>\r
-            <artifactId>jboss</artifactId>\r
-            <version>${jboss.version}</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jboss</groupId>\r
-            <artifactId>jboss-annotations-ejb3</artifactId>\r
-            <version>${jboss.ejb.version}</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jboss</groupId>\r
-            <artifactId>jboss-aop-jdk50</artifactId>\r
-            <version>1.4.0.SP1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jboss</groupId>\r
-            <artifactId>jboss-cache</artifactId>\r
-            <version>1.4.0.BETA2</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jboss</groupId>\r
-            <artifactId>jboss-cache-jdk50</artifactId>\r
-            <version>1.4.0.SP1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jboss</groupId>\r
-            <artifactId>cglib-jboss</artifactId>\r
-            <version>2.1.2</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jboss</groupId>\r
-            <artifactId>jboss-common</artifactId>\r
-            <version>${jboss.version}</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jboss</groupId>\r
-            <artifactId>jboss-j2ee</artifactId>\r
-            <version>${jboss.version}</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jboss</groupId>\r
-            <artifactId>javassist</artifactId>\r
-            <version>${jboss.version}</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jboss</groupId>\r
-            <artifactId>jboss-jmx</artifactId>\r
-            <version>${jboss.version}</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jboss</groupId>\r
-            <artifactId>jboss-remoting</artifactId>\r
-            <version>2.2.2.SP1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.jboss.seam</groupId>\r
-            <artifactId>jboss-seam</artifactId>\r
-            <version>2.0.3.CR1-NX2</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.jboss.seam</groupId>\r
-            <artifactId>jboss-seam-remoting</artifactId>\r
-            <version>2.0.3.CR1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.jboss.seam</groupId>\r
-            <artifactId>jboss-seam-ui</artifactId>\r
-            <version>2.0.3.CR1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.jboss.seam</groupId>\r
-            <artifactId>jboss-seam-mail</artifactId>\r
-            <version>2.0.3.CR1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.jboss.seam</groupId>\r
-            <artifactId>jboss-seam-debug</artifactId>\r
-            <version>2.0.3.CR1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.jboss.el</groupId>\r
-            <artifactId>jboss-el</artifactId>\r
-            <version>2.0.1.GA</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jboss</groupId>\r
-            <artifactId>jboss-serialization</artifactId>\r
-            <version>1.0.3.GA</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jboss</groupId>\r
-            <artifactId>jboss-system</artifactId>\r
-            <version>${jboss.version}</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jboss</groupId>\r
-            <artifactId>jbosssx</artifactId>\r
-            <version>${jboss.version}</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jboss</groupId>\r
-            <artifactId>jgroups</artifactId>\r
-            <version>2.2.9</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jboss</groupId>\r
-            <artifactId>jnp-client</artifactId>\r
-            <version>4.0.2</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>org.hibernate</groupId>\r
-            <artifactId>hibernate</artifactId>\r
-            <version>3.2.0.ga</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.hibernate</groupId>\r
-            <artifactId>hibernate-annotations</artifactId>\r
-            <version>3.2.0.ga</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.hibernate</groupId>\r
-            <artifactId>hibernate-entitymanager</artifactId>\r
-            <version>3.2.0.ga</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>org.richfaces.framework</groupId>\r
-            <artifactId>richfaces-api</artifactId>\r
-            <scope>provided</scope>\r
-            <version>3.2.1.GA</version>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.richfaces.framework</groupId>\r
-            <artifactId>richfaces-impl</artifactId>\r
-            <scope>provided</scope>\r
-            <version>3.2.1.GA-NX</version>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.richfaces.ui</groupId>\r
-            <artifactId>richfaces-ui</artifactId>\r
-            <scope>provided</scope>\r
-            <version>3.2.1.GA</version>\r
-        </dependency>\r
--->\r
-      <!-- OpenOffice.org -->\r
-      <!--\r
-        <dependency>\r
-            <groupId>org.openoffice</groupId>\r
-            <artifactId>juh</artifactId>\r
-            <version>2.2.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.openoffice</groupId>\r
-            <artifactId>jurt</artifactId>\r
-            <version>2.2.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.openoffice</groupId>\r
-            <artifactId>ridl</artifactId>\r
-            <version>2.2.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.openoffice</groupId>\r
-            <artifactId>unoil</artifactId>\r
-            <version>2.2.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>com.artofsolving</groupId>\r
-            <artifactId>jodconverter</artifactId>\r
-            <version>2.1.1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-      -->\r
-      <!-- others \r
-        <dependency>\r
-            <groupId>com.h2database</groupId>\r
-            <artifactId>h2</artifactId>\r
-            <version>1.1.104</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>cssparser</groupId>\r
-            <artifactId>cssparser</artifactId>\r
-            <version>0.9.4-fix</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>com.sun.facelets</groupId>\r
-            <artifactId>jsf-facelets</artifactId>\r
-            <version>1.1.11</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.freemarker</groupId>\r
-            <artifactId>freemarker</artifactId>\r
-            <version>2.3.11</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>concurrent</groupId>\r
-            <artifactId>concurrent</artifactId>\r
-            <version>1.3.4</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>hsqldb</groupId>\r
-            <artifactId>hsqldb</artifactId>\r
-            <version>1.8.0.1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>log4j</groupId>\r
-            <artifactId>log4j</artifactId>\r
-            <version>1.2.13</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>junit</groupId>\r
-            <artifactId>junit</artifactId>\r
-            <version>3.8.2</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>opensymphony</groupId>\r
-            <artifactId>quartz-all</artifactId>\r
-            <version>1.5.2</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.slf4j</groupId>\r
-            <artifactId>slf4j-api</artifactId>\r
-            <version>1.3.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.slf4j</groupId>\r
-            <artifactId>slf4j-log4j12</artifactId>\r
-            <version>1.3.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>net.sf.ehcache</groupId>\r
-            <artifactId>ehcache</artifactId>\r
-            <version>1.2.3</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>net.sf.json-lib</groupId>\r
-            <artifactId>json-lib</artifactId>\r
-            <version>2.2.1</version>\r
-            <scope>provided</scope>\r
-            <classifier>jdk15</classifier>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>net.sf.ezmorph</groupId>\r
-            <artifactId>ezmorph</artifactId>\r
-            <version>0.9</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>net.sf.opencsv</groupId>\r
-            <artifactId>opencsv</artifactId>\r
-            <version>1.7</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.osgi</groupId>\r
-            <artifactId>osgi-core</artifactId>\r
-            <version>4.1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>oro</groupId>\r
-            <artifactId>oro</artifactId>\r
-            <version>2.0.8</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-\r
-        -->\r
-      <!-- beanshell         <dependency>\r
-            <groupId>bsh</groupId>\r
-            <artifactId>bsh</artifactId>\r
-            <version>2.0b1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>taglibs</groupId>\r
-            <artifactId>standard</artifactId>\r
-            <version>1.1.2</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>antlr</groupId>\r
-            <artifactId>antlr</artifactId>\r
-            <version>2.7.7</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>postgresql</groupId>\r
-            <artifactId>postgresql</artifactId>\r
-            <version>8.2-507.jdbc3</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jmock</groupId>\r
-            <artifactId>jmock</artifactId>\r
-            <version>1.0.1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>pdfbox</groupId>\r
-            <artifactId>pdfbox</artifactId>\r
-            <version>0.7.3</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>bouncycastle</groupId>\r
-            <artifactId>bcmail-jdk14</artifactId>\r
-            <version>136</version>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>bouncycastle</groupId>\r
-            <artifactId>bcprov-jdk14</artifactId>\r
-            <version>136</version>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.fontbox</groupId>\r
-            <artifactId>fontbox</artifactId>\r
-            <version>0.1.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.jempbox</groupId>\r
-            <artifactId>jempbox</artifactId>\r
-            <version>0.2.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>com.thoughtworks.xstream</groupId>\r
-            <artifactId>xstream</artifactId>\r
-            <version>1.1.3</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.dojotoolkit</groupId>\r
-            <artifactId>custom_rhino</artifactId>\r
-            <version>0.4.3</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>cglib</groupId>\r
-            <artifactId>cglib-nodep</artifactId>\r
-            <version>2.1_3</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>commons-jexl</groupId>\r
-            <artifactId>commons-jexl</artifactId>\r
-            <version>1.1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>xml-apis</groupId>\r
-            <artifactId>xml-apis</artifactId>\r
-            <scope>provided</scope>\r
-            <version>1.0.b2</version>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>xerces</groupId>\r
-            <artifactId>xmlParserAPIs</artifactId>\r
-            <scope>provided</scope>\r
-            <version>2.6.2</version>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>jsr170</groupId>\r
-            <artifactId>jcr</artifactId>\r
-            <version>1.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.codehaus.groovy</groupId>\r
-            <artifactId>groovy-all</artifactId>\r
-            <version>1.5.7</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.codehaus.groovy</groupId>\r
-            <artifactId>groovy</artifactId>\r
-            <version>1.5.1</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>javax.script</groupId>\r
-            <artifactId>groovy-engine</artifactId>\r
-            <version>1.0</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.platform</groupId>\r
-            <artifactId>nuxeo-jbossws-wrapper</artifactId>\r
-            <version>4.0.5.GA</version>\r
-            <scope>provided</scope>\r
-        </dependency>\r
-\r
--->\r
-\r
-\r
-\r
-        <!-- nuxeo -->\r
-\r
-\r
-\r
-\r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.core</groupId>\r
-            <artifactId>nuxeo-core-api</artifactId>\r
-            <version>${nuxeo.version.1.5}</version>\r
-        </dependency>\r
-        \r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.platform</groupId>\r
-            <artifactId>nuxeo-platform-api</artifactId>\r
-            <version>${nuxeo.version.5.2}</version>\r
-        </dependency>\r
-        \r
-        <!--\r
-\r
-        <dependency>\r
-            <groupId>org.nuxeo.runtime</groupId>\r
-            <artifactId>nuxeo-runtime</artifactId>\r
-            <version>${nuxeo.version.1.5}</version>\r
-            <scope>compile</scope>\r
-        </dependency>\r
-        \r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.core</groupId>\r
-            <artifactId>nuxeo-core-io</artifactId>\r
-            <version>${nuxeo.version.1.5}</version>\r
-            <scope>compile</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.core</groupId>\r
-            <artifactId>nuxeo-core-query</artifactId>\r
-            <version>${nuxeo.version.1.5}</version>\r
-            <scope>compile</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.core</groupId>\r
-            <artifactId>nuxeo-core-schema</artifactId>\r
-            <version>${nuxeo.version.1.5}</version>\r
-            <scope>compile</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.platform</groupId>\r
-            <artifactId>nuxeo-platform-web-common</artifactId>\r
-            <version>${nuxeo.version.5.2}</version>\r
-            <scope>compile</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.platform</groupId>\r
-            <artifactId>nuxeo-platform-ui-api</artifactId>\r
-            <version>${nuxeo.version.5.2}</version>\r
-            <scope>compile</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.platform</groupId>\r
-            <artifactId>nuxeo-platform-ui-web</artifactId>\r
-            <version>${nuxeo.version.5.2}</version>\r
-            <scope>compile</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.platform</groupId>\r
-            <artifactId>nuxeo-platform-directory-api</artifactId>\r
-            <version>${nuxeo.version.5.2}</version>\r
-            <scope>compile</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.platform</groupId>\r
-            <artifactId>nuxeo-platform-publishing-api</artifactId>\r
-            <version>${nuxeo.version.5.2}</version>\r
-            <scope>compile</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.platform</groupId>\r
-            <artifactId>nuxeo-platform-mimetype-api</artifactId>\r
-            <version>${nuxeo.version.5.2}</version>\r
-            <scope>compile</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.platform</groupId>\r
-            <artifactId>nuxeo-platform</artifactId>\r
-            <version>${nuxeo.version.5.2}</version>\r
-            <scope>compile</scope>\r
-            <type>ejb</type>\r
-        </dependency>\r
-       \r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.platform</groupId>\r
-            <artifactId>nuxeo-platform-actions-core</artifactId>\r
-            <version>${nuxeo.version.5.2}</version>\r
-            <scope>compile</scope>\r
-            <type>ejb</type>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.platform</groupId>\r
-            <artifactId>nuxeo-platform-types-api</artifactId>\r
-            <version>${nuxeo.version.5.2}</version>\r
-            <scope>compile</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.platform</groupId>\r
-            <artifactId>nuxeo-platform-url-api</artifactId>\r
-            <version>${nuxeo.version.5.2}</version>\r
-            <scope>compile</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.platform</groupId>\r
-            <artifactId>nuxeo-platform-filemanager-api</artifactId>\r
-            <version>${nuxeo.version.5.2}</version>\r
-            <scope>compile</scope>\r
-        </dependency>\r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.platform</groupId>\r
-            <artifactId>nuxeo-platform-usermanager-api</artifactId>\r
-            <version>${nuxeo.version.5.2}</version>\r
-            <scope>compile</scope>\r
-        </dependency>\r
-\r
-        <dependency>\r
-            <groupId>org.nuxeo.ecm.platform</groupId>\r
-            <artifactId>nuxeo-platform-search-api</artifactId>\r
-            <version>${nuxeo.version.5.2}</version>\r
-            <scope>compile</scope>\r
-        </dependency>\r
--->\r
-\r
-    </dependencies>\r
-    \r
-    <build>\r
-        <finalName>helloworld</finalName>\r
-        <plugins>\r
-            <!--plugin>\r
-                <groupId>org.codehaus.mojo</groupId>\r
-                <artifactId>jboss-maven-plugin</artifactId>\r
-                <configuration>\r
-                    <jbossHome>${jboss.dir}</jbossHome>\r
-                </configuration>\r
-                <executions>\r
-                    <execution>\r
-                        <id>jboss-undeploy</id>\r
-                        <phase>pre-integration-test</phase>\r
-                        <goals>\r
-                            <goal>undeploy</goal>\r
-                        </goals>\r
-                        <configuration>\r
-                            <fileName>${basedir}/target/helloworld.war</fileName>\r
-                        </configuration>\r
-                    </execution>\r
-                    <execution>\r
-                        <id>jboss-deploy</id>\r
-                        <phase>pre-integration-test</phase>\r
-                        <goals>\r
-                            <goal>deploy</goal>\r
-                        </goals>\r
-                        <configuration>\r
-                            <fileName>${basedir}/target/helloworld.war</fileName>\r
-                        </configuration>\r
-                    </execution>\r
-\r
-                </executions>\r
-            </plugin-->\r
-\r
-            <plugin>\r
-                <groupId>org.apache.maven.plugins</groupId>\r
-                <artifactId>maven-surefire-plugin</artifactId>\r
-                <configuration></configuration>\r
-                <executions>\r
-                    <execution>\r
-                        <id>surefire-it</id>\r
-                        <phase>integration-test</phase>\r
-                        <goals>\r
-                            <goal>test</goal>\r
-                        </goals>\r
-                        <configuration>\r
-                            <skip>false</skip>\r
-                        </configuration>\r
-                    </execution>\r
-                </executions>\r
-            </plugin>\r
-            <plugin>\r
-                <groupId>org.apache.maven.plugins</groupId>\r
-                <artifactId>maven-war-plugin</artifactId>\r
-                <version>2.0</version>\r
-            </plugin>\r
-            <plugin>\r
-                <groupId>org.apache.maven.plugins</groupId>\r
-                <artifactId>maven-compiler-plugin</artifactId>\r
-                <configuration>\r
-                    <source>1.5</source>\r
-                    <target>1.5</target>\r
-                </configuration>\r
-            </plugin>\r
-        </plugins>\r
-    </build>\r
-</project>\r