Author: jleroux
Date: Sun May 27 07:38:28 2012
New Revision: 1343010
URL:
http://svn.apache.org/viewvc?rev=1343010&view=revLog:
Adds the default port number in start-debug target description
Modified:
ofbiz/trunk/build.xml
Modified: ofbiz/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1343010&r1=1343009&r2=1343010&view=diff==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Sun May 27 07:38:28 2012
@@ -396,7 +396,7 @@ under the License.
</java>
</target>
<target name="start-debug"
- description="Start OFBiz in debugging mode">
+ description="Start OFBiz in debugging mode. It uses the 8091 port by default">
<java jar="ofbiz.jar" fork="true">
<jvmarg value="${memory.initial.param}"/>
<jvmarg value="${memory.max.param}"/>