]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
cspace-62 added relation service to service build. removed redundant build.properties
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Thu, 9 Jul 2009 18:57:34 +0000 (18:57 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Thu, 9 Jul 2009 18:57:34 +0000 (18:57 +0000)
M    pom.xml
M    build.xml
D    collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.properties

services/build.xml
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.properties [deleted file]
services/pom.xml

index 998c990877d2deaffeb14d809e055204255b6ef9..ae3f34bbfca2e6687479eae1e75b03b0dc5e21b5 100644 (file)
     description="deploy services in ${jboss.server.cspace}">\r
         <ant antfile="authentication/build.xml" target="deploy" inheritall="false"/>\r
         <ant antfile="common/build.xml" target="deploy" inheritall="false"/>\r
+        <ant antfile="relation/build.xml" target="deploy" inheritall="false"/>\r
         <ant antfile="collectionobject/build.xml" target="deploy" inheritall="false"/>\r
         <ant antfile="JaxRsServiceProvider/build.xml" target="deploy" inheritall="false"/>\r
     </target>\r
     description="undeploy authentication service from ${jboss.server.cspace}">\r
         <ant antfile="authentication/build.xml" target="undeploy" inheritall="false"/>\r
         <ant antfile="common/build.xml" target="undeploy" inheritall="false"/>\r
+        <ant antfile="relation/build.xml" target="undeploy" inheritall="false"/>\r
         <ant antfile="collectionobject/build.xml" target="undeploy" inheritall="false"/>\r
         <ant antfile="JaxRsServiceProvider/build.xml" target="undeploy" inheritall="false"/>\r
     </target>\r
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 (file)
index c26799a..0000000
+++ /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
index cf53bde2b31c56f55d60b144ffed67ff6403b367..9cc2dc3de27d13e158ea29b33275812ebc1253ee 100644 (file)
     <modules>
         <module>common</module>
         <module>authentication</module>
-        <module>client</module>
-        <module>collectionobject</module>
         <module>id</module>
+        <module>relation</module>
+        <module>collectionobject</module>
         <module>intake</module>
         <module>JaxRsServiceProvider</module>
-  </modules>
+        <module>client</module>
+    </modules>
 
     <repositories>
         <repository>
                     </configuration>
                 </plugin>
                 
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-dependency-plugin</artifactId>
-                  <executions>
-                    <execution>
-                      <id>classpath</id>
-                      <goals>
-                        <goal>build-classpath</goal>
-                      </goals>
-                      <configuration>
-                      <outputFile>classpath</outputFile>
-                      </configuration>
-                    </execution>
-                  </executions>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-dependency-plugin</artifactId>
+                    <executions>
+                        <execution>
+                            <id>classpath</id>
+                            <goals>
+                                <goal>build-classpath</goal>
+                            </goals>
+                            <configuration>
+                                <outputFile>classpath</outputFile>
+                            </configuration>
+                        </execution>
+                    </executions>
                 </plugin>