Author: jleroux
Date: Sat Apr 3 08:18:49 2010
New Revision: 930492
URL:
http://svn.apache.org/viewvc?rev=930492&view=revLog:
Add a caution note to the run-install-multitenant target
Modified:
ofbiz/trunk/build.xml
Modified: ofbiz/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=930492&r1=930491&r2=930492&view=diff==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Sat Apr 3 08:18:49 2010
@@ -351,7 +351,7 @@ under the License.
</java>
</target>
<target name="run-install-multitenant" depends="build"
- description="This loads all data needed for the multi-tenancy demonstration">
+ description="This loads all data needed for the multi-tenancy demonstration. Caution: this creates three databases, with each one loaded with all demo data.">
<java jar="ofbiz.jar" fork="true">
<jvmarg value="${memory.initial.param}"/>
<jvmarg value="${memory.max.param}"/>