Author: hansbak
Date: Sat Jun 16 03:02:57 2012
New Revision: 1350847
URL:
http://svn.apache.org/viewvc?rev=1350847&view=revLog:
corrected misplaced ant echo messages
Modified:
ofbiz/trunk/build.xml
Modified: ofbiz/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1350847&r1=1350846&r2=1350847&view=diff==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Sat Jun 16 03:02:57 2012
@@ -473,8 +473,8 @@ under the License.
<jvmarg value="${memory.maxpermsize.param}"/>
<arg value="install"/>
<arg value="readers=seed"/>
- <echo message="Please note that security data is not loaded with this action, so all components are not accessible, either load security data for a specific component or for all components with: ./ant load-readers -Ddata-readers=security"/>
</java>
+ <echo message="Please note that security data is not loaded with this action, so all components are not accessible, either load security data for a specific component or for all components with: ./ant load-readers -Ddata-readers=security"/>
</target>
<target name="load-extseed" depends="build"
description="Load seed, seed-initial and ext data; meant for manual/generic testing, development, or going into production with a derived system based on stock OFBiz where the ext data basically replaces the demo data">
@@ -484,8 +484,8 @@ under the License.
<jvmarg value="${memory.maxpermsize.param}"/>
<arg value="install"/>
<arg value="readers=seed,seed-initial,ext"/>
- <echo message="Please note that security data is not loaded with this action, so all components are not accessible, either load security data for a specific component or for all components with: ./ant load-readers -Ddata-readers=security"/>
</java>
+ <echo message="Please note that security data is not loaded with this action, so all components are not accessible, either load security data for a specific component or for all components with: ./ant load-readers -Ddata-readers=security"/>
</target>
<target name="load-exttest" depends="build"
description="Load seed, seed-initial, ext and ext-test data; meant for automated testing with a derived system based on stock OFBiz">