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 2014/09/20 13:35:53 UTC

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

Author: jleroux
Date: Sat Sep 20 11:35:53 2014
New Revision: 1626422

URL: http://svn.apache.org/r1626422
Log:
No reasons to use forward slashes here

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1626422&r1=1626421&r2=1626422&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Sat Sep 20 11:35:53 2014
@@ -279,7 +279,7 @@ under the License.
         <then>
           <exec executable="svn" dir="${basedir}">
             <arg value="patch"/>
-            <arg value="${basedir}\runtime\patches\dev.patch"/>
+            <arg value="${basedir}/runtime/patches/dev.patch"/>
           </exec>
           <delete>
             <fileset dir="${basedir}/runtime/patches" includes="dev.patch"/>
@@ -327,7 +327,6 @@ under the License.
     
     <target name="build" depends="ofbiz-init">
         <echo message="[build] ========== Start Building (Compile) =========="/>
-
         <antcall target="build-dev"/>
 
         <antcall target="build-framework"/>