Author: adrianc
Date: Sat Apr  3 04:41:21 2010
New Revision: 930470

URL: http://svn.apache.org/viewvc?rev=930470&view=rev
Log:
Changed a demo data comment to help clear up some confusion.

Modified:
    ofbiz/trunk/framework/entity/data/TenantDemoData.xml

Modified: ofbiz/trunk/framework/entity/data/TenantDemoData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/data/TenantDemoData.xml?rev=930470&r1=930469&r2=930470&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/data/TenantDemoData.xml (original)
+++ ofbiz/trunk/framework/entity/data/TenantDemoData.xml Sat Apr  3 04:41:21 
2010
@@ -18,9 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 <entity-engine-xml>
-    <!-- to prep the databases for these (just like the main databases need to 
be prepped) run something like:
-        java -Xmx512m -XX:MaxPermSize=128m -jar ofbiz.jar -install 
-delegator=default#DEMO1
-    -->
+    <!-- Search the Ofbiz Wiki for "Multitenancy support" to get instructions 
on how to setup multi-tenancy -->
     <Tenant tenantId="DEMO1" tenantName="Demo Tenant One"/>
     <TenantDataSource tenantId="DEMO1" entityGroupName="org.ofbiz" 
         jdbcUri="jdbc:derby:ofbiz_DEMO1;create=true" jdbcUsername="ofbiz" 
jdbcPassword="ofbiz"/>


Reply via email to