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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
Author: jleroux
Date: Sun May 27 07:38:28 2012
New Revision: 1343010

URL: http://svn.apache.org/viewvc?rev=1343010&view=rev
Log:
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}"/>