svn commit: r899188 - /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: r899188 - /ofbiz/trunk/build.xml

jleroux@apache.org
Author: jleroux
Date: Thu Jan 14 13:18:49 2010
New Revision: 899188

URL: http://svn.apache.org/viewvc?rev=899188&view=rev
Log:
A patch from Chris Snow "build.xml run-install-readers error" (https://issues.apache.org/jira/browse/OFBIZ-3410) - OFBIZ-3410

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=899188&r1=899187&r2=899188&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Thu Jan 14 13:18:49 2010
@@ -379,7 +379,7 @@
         </java>
     </target>
     <target name="run-install-readers" depends="build"
-            description="This loads data using the command line argument 'readers' that takes a comma separated list of readers (seed, seed-initial, demo, ext, ext-test, ext-demo)">
+            description="This loads data using the command line argument 'data-readers' that takes a comma separated list of readers (seed, seed-initial, demo, ext, ext-test, ext-demo)">
         <java jar="ofbiz.jar" fork="true" >
             <jvmarg value="${memory.initial.param}"/>
             <jvmarg value="${memory.max.param}"/>