Author: jacopoc
Date: Tue Apr 17 05:43:39 2012
New Revision: 1326936
URL:
http://svn.apache.org/viewvc?rev=1326936&view=revLog:
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}"/>