]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-1292: Add Loan Out (aka Loans Out ervice) to services/build.xml deploy, undepl...
authorAron Roberts <aron@socrates.berkeley.edu>
Tue, 20 Apr 2010 23:41:18 +0000 (23:41 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Tue, 20 Apr 2010 23:41:18 +0000 (23:41 +0000)
services/build.xml

index a2c56c4afdf746d40c4636169bad21644e6a1388..92e884d4237cf28deba1e3ebd1bd9bffef6382b7 100644 (file)
         <ant antfile="collectionobject/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="intake/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="loanin/build.xml" target="deploy" inheritAll="false"/>\r
+        <ant antfile="loanout/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="vocabulary/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="organization/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="person/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="JaxRsServiceProvider/build.xml" target="deploy" inheritAll="false"/>\r
     </target>\r
 \r
-    <!-- this target is called in revese order of deploy targets -->\r
+    <!-- this target is called in reverse order of deploy targets -->\r
     <target name="undeploy"\r
             description="undeploy services from ${jboss.server.cspace}">\r
         <ant antfile="JaxRsServiceProvider/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
+        <ant antfile="loanout/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="loanin/build.xml" target="undeploy" inheritAll="false"/>\r
         <ant antfile="intake/build.xml" target="undeploy" inheritAll="false"/>\r
         <ant antfile="collectionobject/build.xml" target="undeploy" inheritAll="false"/>\r
         <ant antfile="collectionobject/build.xml" target="dist" inheritAll="false"/>\r
         <ant antfile="intake/build.xml" target="dist" inheritAll="false"/>\r
         <ant antfile="loanin/build.xml" target="dist" inheritAll="false"/>\r
+        <ant antfile="loanout/build.xml" target="deploy" inheritAll="false"/>\r
         <ant antfile="vocabulary/build.xml" target="dist" inheritAll="false"/>\r
         <ant antfile="organization/build.xml" target="dist" inheritAll="false"/>\r
         <ant antfile="person/build.xml" target="dist" inheritAll="false"/>\r