You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2011/07/25 09:20:19 UTC

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

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"/>