]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5727: Changes to integrate 'update object location on move' module with its...
authorAron Roberts <aron@socrates.berkeley.edu>
Tue, 4 Dec 2012 19:45:27 +0000 (11:45 -0800)
committerAron Roberts <aron@socrates.berkeley.edu>
Tue, 4 Dec 2012 19:45:27 +0000 (11:45 -0800)
3rdparty/nuxeo/nuxeo-platform-listener/build.xml
3rdparty/nuxeo/nuxeo-platform-listener/pom.xml

index 6824e889f4ce465653734005e97f6e12f0106472..10dc369ba160b67d98402c267838bd3c4506966e 100644 (file)
 
     <target name="deploy" depends="package"
             description="deploy nuxeo server libs to ${jee.server.cspace}">
-        <!-- ant antfile="add_modulename_here/build.xml" target="deploy" inheritall="false"/ -->
+        <ant antfile="updateobjectlocationonmove/build.xml" target="deploy" inheritall="false"/>
     </target>
 
     <target name="undeploy"
             description="undeploy nuxeo server libs from ${jee.server.cspace}">
-        <!-- ant antfile="add_modulename_here/build.xml" target="undeploy" inheritall="false"/ -->
+        <ant antfile="updateobjectlocationonmove/build.xml" target="undeploy" inheritall="false"/>
     </target>
 
     <target name="dist"
             description="generate distribution for nuxeo server libs" depends="package">
-        <!-- ant antfile="add_modulename_here/build.xml" target="dist" inheritall="false"/ -->
+        <ant antfile="updateobjectlocationonmove/build.xml" target="dist" inheritall="false"/>
     </target>
 
 </project>
index 84b6768a80318a27e47f62d4d00c502116295fa6..a19a3425f8e7d4a4e1978c299815650f50893c90 100644 (file)
@@ -14,9 +14,7 @@
     <name>services.3rdparty.nuxeo.listener</name>
 
     <modules>
-<!-- 
-        <module>add_modulename_here</module>
- -->
+        <module>updateobjectlocationonmove</module>
     </modules>
 
     <dependencies>
@@ -37,4 +35,4 @@
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>