From b15c388c6af9e70bdb02cf956951f1bdd7de930f Mon Sep 17 00:00:00 2001 From: Sanjay Dalal Date: Thu, 9 Jul 2009 18:57:34 +0000 Subject: [PATCH] cspace-62 added relation service to service build. removed redundant build.properties M pom.xml M build.xml D collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.properties --- services/build.xml | 2 ++ .../build.properties | 15 -------- services/pom.xml | 35 ++++++++++--------- 3 files changed, 20 insertions(+), 32 deletions(-) delete mode 100644 services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.properties diff --git a/services/build.xml b/services/build.xml index 998c99087..ae3f34bbf 100644 --- a/services/build.xml +++ b/services/build.xml @@ -110,6 +110,7 @@ description="deploy services in ${jboss.server.cspace}"> + @@ -118,6 +119,7 @@ description="undeploy authentication service from ${jboss.server.cspace}"> + diff --git a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.properties b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.properties deleted file mode 100644 index c26799aa9..000000000 --- a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/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=/opt/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/pom.xml b/services/pom.xml index cf53bde2b..9cc2dc3de 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -23,12 +23,13 @@ common authentication - client - collectionobject id + relation + collectionobject intake JaxRsServiceProvider - + client + @@ -112,20 +113,20 @@ - - org.apache.maven.plugins - maven-dependency-plugin - - - classpath - - build-classpath - - - classpath - - - + + org.apache.maven.plugins + maven-dependency-plugin + + + classpath + + build-classpath + + + classpath + + + -- 2.47.3