svn commit: r1571996 - /ofbiz/trunk/build.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1571996 - /ofbiz/trunk/build.xml

jleroux@apache.org
Author: jleroux
Date: Wed Feb 26 10:37:39 2014
New Revision: 1571996

URL: http://svn.apache.org/r1571996
Log:
qa is a better name here, I'm used to the German translation

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1571996&r1=1571995&r2=1571996&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Wed Feb 26 10:37:39 2014
@@ -1243,7 +1243,7 @@ under the License.
         <mkdir dir="${basedir}/hot-deploy/${component-name}/lib"/>
         <mkdir dir="${basedir}/hot-deploy/${component-name}/patches"/>
         <mkdir dir="${basedir}/hot-deploy/${component-name}/patches/staging"/>
-        <mkdir dir="${basedir}/hot-deploy/${component-name}/patches/qs"/>
+        <mkdir dir="${basedir}/hot-deploy/${component-name}/patches/qa"/>
         <mkdir dir="${basedir}/hot-deploy/${component-name}/patches/production"/>
         <mkdir dir="${basedir}/hot-deploy/${component-name}/script"/>
         <mkdir dir="${basedir}/hot-deploy/${component-name}/servicedef"/>