You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2012/04/17 07:43:40 UTC

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

Author: jacopoc
Date: Tue Apr 17 05:43:39 2012
New Revision: 1326936

URL: http://svn.apache.org/viewvc?rev=1326936&view=rev
Log:
Now start-debug doesn't depend on build to make it consistent with the other start* targets.

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1326936&r1=1326935&r2=1326936&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Tue Apr 17 05:43:39 2012
@@ -394,7 +394,7 @@ under the License.
             <jvmarg value="${memory.maxpermsize.param}"/>
         </java>
     </target>
-    <target name="start-debug" depends="build"
+    <target name="start-debug"
             description="Start OFBiz in debugging mode">
         <java jar="ofbiz.jar" fork="true">
             <jvmarg value="${memory.initial.param}"/>