]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-3865: Fixed mass-substitution typo when replacing 'location' with taxonomy...
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 6 May 2011 22:34:39 +0000 (22:34 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 6 May 2011 22:34:39 +0000 (22:34 +0000)
services/taxonomy/3rdparty/build.xml
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/build.xml
services/taxonomy/build.xml

index 69bb682cce8293fdabbc4ff8e81cfbe5077cbff3..d33b4bc0f4118c287665d349606fd7e4b5bdf4e2 100644 (file)
@@ -9,7 +9,7 @@
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
     <property name="mvn.opts" value="" />
-    <property name="src" taxonomy="src"/>
+    <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
         <os family="unix" />
index cbab3fe501e753f19fcc63e8f2948acb1536852c..3e3cbec5788f9c9753af0c5443814beb68e9b73e 100644 (file)
@@ -9,7 +9,7 @@
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
     <property name="mvn.opts" value="" />
-    <property name="src" taxonomy="src"/>
+    <property name="src" location="src"/>
     <property name="nuxeo.taxonomy.jar"
         value="org.collectionspace.services.taxonomy.3rdparty.nuxeo-${cspace.release}.jar"/>
     <property name="nuxeo.taxonomy.jars.all"
index 9c4b825bb656146823e82ce4f60a1d12364357c7..dba523a4f9bf20a94ec0d41d20a9293ffaa0314c 100644 (file)
@@ -9,7 +9,7 @@
     <property environment="env" />
     <property file="${services.trunk}/build.properties" />
     <property name="mvn.opts" value="" />
-    <property name="src" taxonomy="src"/>
+    <property name="src" location="src"/>
 
     <condition property="osfamily-unix">
         <os family="unix" />