]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5564: Fixed Ant scripts to deploy Article's Nuxeo doctype.
authorRichard Millet <remillet@berkeley.edu>
Sat, 19 Jan 2013 19:07:39 +0000 (11:07 -0800)
committerRichard Millet <remillet@berkeley.edu>
Sat, 19 Jan 2013 19:07:39 +0000 (11:07 -0800)
services/article/3rdparty/build.xml
services/article/3rdparty/nuxeo-platform-cs-article/build.xml
services/article/build.xml
services/build.xml

index 35a6ae2a5ba79a305472e78d7e934337a9df457b..0ec33548a3a594c87f99f8ac0f60409c3733dbba 100644 (file)
@@ -1,7 +1,7 @@
 
 <project name="article.3rdparty" default="package" basedir=".">
     <description>
-        article service 3rdparty
+        Article service 3rdparty
     </description>
   <!-- set global properties for this build -->
     <property name="services.trunk" value="../../.."/>
index 7aa3ce53cdf887cd6827c13efd0b86cb9547c2a8..e88ea9c343ec2c0586ee9cf8a35456245921f8dc 100644 (file)
@@ -1,7 +1,7 @@
 
 <project name="nuxeo-platform-cs-article" default="package" basedir=".">
     <description>
-        article nuxeo document type
+        Article nuxeo document type
     </description>
     <!-- set global properties for this build -->
     <property name="services.trunk" value="../../../.."/>
index bfcb211834c63a960eb9ac2fae60f8af9d55257b..bc60494e8b65b2e34e52bfe3158f0b3981e82b41 100644 (file)
@@ -1,7 +1,7 @@
 
 <project name="article" default="package" basedir=".">
     <description>
-        article service
+        Article service
     </description>
   <!-- set global properties for this build -->
     <property name="services.trunk" value="../.."/>
index 5e4bde13634d49c935c41d92303de3342410e784..12678eadc89e8fd2c0c3ab65838f34b1564246ef 100644 (file)
         <ant antfile="acquisition/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="dimension/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="contact/build.xml" target="deploy" inheritAll="false"/>\r
+        <ant antfile="article/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="JaxRsServiceProvider/build.xml" target="deploy" inheritAll="false"/>\r
     </target>\r
 \r
         <ant antfile="vocabulary/build.xml" target="undeploy" inheritAll="false"/>\r
         <ant antfile="organization/build.xml" target="undeploy" inheritAll="false"/>\r
         <ant antfile="person/build.xml" target="undeploy" inheritAll="false"/>\r
+        <ant antfile="article/build.xml" target="undeploy" inheritAll="false"/>\r
         <ant antfile="contact/build.xml" target="undeploy" inheritAll="false"/>\r
         <ant antfile="dimension/build.xml" target="undeploy" inheritAll="false"/>\r
         <ant antfile="acquisition/build.xml" target="undeploy" inheritAll="false"/>\r