You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/04/03 10:18:50 UTC

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

Author: jleroux
Date: Sat Apr  3 08:18:49 2010
New Revision: 930492

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