From: Sanjay Dalal Date: Tue, 7 Jul 2009 18:41:30 +0000 (+0000) Subject: cspace-62 added ant build for collectionobject. co doctype is copied to correct lcoat... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=4600cdb731c4a716b2f3b2d662c437e0953acfee;p=tmp%2Fjakarta-migration.git cspace-62 added ant build for collectionobject. co doctype is copied to correct lcoation in jboss domain. deploy depends on install instead of package to make sure local maven repository is populated. removed dependencies to defunct local directory locations. M services/authentication/build.xml M services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.xml A services/collectionobject/3rdparty/build.xml A services/collectionobject/build.xml M services/JaxRsServiceProvider/pom.xml M services/JaxRsServiceProvider/build.xml M services/common/build.xml M services/pom.xml M services/id/service/pom.xml M services/build.xml M 3rdparty/nuxeo/build.xml M 3rdparty/build.xml M build.xml --- diff --git a/3rdparty/build.xml b/3rdparty/build.xml index 8f8b43231..fa903f93d 100644 --- a/3rdparty/build.xml +++ b/3rdparty/build.xml @@ -51,7 +51,31 @@ - + + + + + + + + + + + + + + + + + + + + + + + + @@ -88,7 +112,7 @@ - diff --git a/3rdparty/nuxeo/build.xml b/3rdparty/nuxeo/build.xml index 46355799e..d984e65fb 100644 --- a/3rdparty/nuxeo/build.xml +++ b/3rdparty/nuxeo/build.xml @@ -52,6 +52,30 @@ + + + + + + + + + + + + + + + + + + + + + + + @@ -88,7 +112,7 @@ - diff --git a/build.xml b/build.xml index f8e34c8cc..820e111aa 100644 --- a/build.xml +++ b/build.xml @@ -14,7 +14,6 @@ - @@ -22,7 +21,7 @@ - + @@ -97,7 +96,7 @@ - @@ -122,6 +121,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -160,8 +184,7 @@ + description="create database(s), grant privileges to test users"> - - diff --git a/services/JaxRsServiceProvider/build.xml b/services/JaxRsServiceProvider/build.xml index d984b062e..971f5d3c5 100644 --- a/services/JaxRsServiceProvider/build.xml +++ b/services/JaxRsServiceProvider/build.xml @@ -27,6 +27,30 @@ + + + + + + + + + + + + + + + + + + + + + + + @@ -89,7 +113,7 @@ - diff --git a/services/JaxRsServiceProvider/pom.xml b/services/JaxRsServiceProvider/pom.xml index 83bdb6a83..80073564a 100644 --- a/services/JaxRsServiceProvider/pom.xml +++ b/services/JaxRsServiceProvider/pom.xml @@ -154,7 +154,6 @@ jboss-undeploy - pre-integration-test undeploy @@ -166,7 +165,6 @@ jboss-deploy - pre-integration-test deploy diff --git a/services/authentication/build.xml b/services/authentication/build.xml index 9978f2a07..d2a0615f1 100644 --- a/services/authentication/build.xml +++ b/services/authentication/build.xml @@ -53,7 +53,31 @@ - + + + + + + + + + + + + + + + + + + + + + + + + @@ -89,7 +113,7 @@ - diff --git a/services/build.xml b/services/build.xml index 7241d51a0..998c99087 100644 --- a/services/build.xml +++ b/services/build.xml @@ -46,6 +46,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -81,10 +106,11 @@ - + @@ -92,6 +118,7 @@ description="undeploy authentication service from ${jboss.server.cspace}"> + diff --git a/services/collectionobject/3rdparty/build.xml b/services/collectionobject/3rdparty/build.xml new file mode 100644 index 000000000..1a281d0a7 --- /dev/null +++ b/services/collectionobject/3rdparty/build.xml @@ -0,0 +1,126 @@ + + + + collectionspace authentication service + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.xml b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.xml index d4e3b266c..df6ca15ed 100644 --- a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.xml +++ b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.xml @@ -1,14 +1,128 @@ - - - - - - - - - - - - - - + + + + collectionobject nuxeo document type + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/services/collectionobject/build.xml b/services/collectionobject/build.xml new file mode 100644 index 000000000..77cd5ef4e --- /dev/null +++ b/services/collectionobject/build.xml @@ -0,0 +1,121 @@ + + + + collectionobject service + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/services/common/build.xml b/services/common/build.xml index 6a8076574..31644b289 100644 --- a/services/common/build.xml +++ b/services/common/build.xml @@ -51,7 +51,31 @@ - + + + + + + + + + + + + + + + + + + + + + + + + @@ -87,7 +111,7 @@ - diff --git a/services/id/service/pom.xml b/services/id/service/pom.xml index c936752c9..3c90f2664 100644 --- a/services/id/service/pom.xml +++ b/services/id/service/pom.xml @@ -159,7 +159,7 @@ - collectionspace-services-commonobject + collectionspace-services-id diff --git a/services/pom.xml b/services/pom.xml index dcf87756a..cf53bde2b 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -36,14 +36,6 @@ Public online Restlet repository http://maven.restlet.org - - cspace.local.nuxeo - ${nuxeo.local.repo.dir} - - - cspace.local.nuxeo.client - ${nuxeo.local.repo.client.dir} - public http://maven.nuxeo.org/public