svn commit: r1150560 - /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: r1150560 - /ofbiz/trunk/build.xml

jleroux@apache.org
Author: jleroux
Date: Mon Jul 25 07:20:18 2011
New Revision: 1150560

URL: http://svn.apache.org/viewvc?rev=1150560&view=rev
Log:
I found that often you need to differentiate patches between staging and production (URLs, etc.). So adding sub-dirs here

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1150560&r1=1150559&r2=1150560&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Mon Jul 25 07:20:18 2011
@@ -978,6 +978,8 @@ under the License.
         <mkdir dir="${basedir}/hot-deploy/${component-name}/entitydef"/>
         <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/production"/>
         <mkdir dir="${basedir}/hot-deploy/${component-name}/script"/>
         <mkdir dir="${basedir}/hot-deploy/${component-name}/servicedef"/>
         <mkdir dir="${basedir}/hot-deploy/${component-name}/src"/>