]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Cleaned up build scripts for UOC module.
authorRichard Millet <remillet@gmail.com>
Thu, 6 Jun 2019 20:05:08 +0000 (13:05 -0700)
committerRichard Millet <remillet@gmail.com>
Thu, 6 Jun 2019 20:30:36 +0000 (13:30 -0700)
services/build.xml
services/uoc/3rdparty/nuxeo-platform-cs-uoc/build.xml [moved from services/uoc/3rdparty/nuxeo-platform-cs-loanin/build.xml with 100% similarity]
services/uoc/3rdparty/nuxeo-platform-cs-uoc/pom.xml [moved from services/uoc/3rdparty/nuxeo-platform-cs-loanin/pom.xml with 100% similarity]
services/uoc/3rdparty/nuxeo-platform-cs-uoc/src/main/resources/OSGI-INF/README.txt [moved from services/uoc/3rdparty/nuxeo-platform-cs-loanin/src/main/resources/OSGI-INF/README.txt with 100% similarity]
services/uoc/3rdparty/nuxeo-platform-cs-uoc/src/main/resources/schemas/README.txt [moved from services/uoc/3rdparty/nuxeo-platform-cs-loanin/src/main/resources/schemas/README.txt with 100% similarity]

index d944aed70ce555195e65c099256f9c40d783896a..bddaaedd6c34c96c819a14853c5ea09b5346dcf3 100644 (file)
         <ant antfile="dimension/build.xml" target="deploy" inheritAll="false"/>
         <ant antfile="contact/build.xml" target="deploy" inheritAll="false"/>
         <ant antfile="publicitem/build.xml" target="deploy" inheritAll="false"/>
+        <ant antfile="uoc/build.xml" target="deploy" inheritAll="false"/>
         <ant antfile="JaxRsServiceProvider/build.xml" target="deploy" inheritAll="false"/>
     </target>
 
         <ant antfile="citation/build.xml" target="undeploy" inheritAll="false"/>
         <ant antfile="organization/build.xml" target="undeploy" inheritAll="false"/>
         <ant antfile="person/build.xml" target="undeploy" inheritAll="false"/>
+        <ant antfile="uoc/build.xml" target="undeploy" inheritAll="false"/>
         <ant antfile="publicitem/build.xml" target="undeploy" inheritAll="false"/>
         <ant antfile="contact/build.xml" target="undeploy" inheritAll="false"/>
         <ant antfile="dimension/build.xml" target="undeploy" inheritAll="false"/>