svn commit: r927396 - /ofbiz/trunk/framework/entity/entitydef/entitygroup.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r927396 - /ofbiz/trunk/framework/entity/entitydef/entitygroup.xml

adrianc
Author: adrianc
Date: Thu Mar 25 13:34:48 2010
New Revision: 927396

URL: http://svn.apache.org/viewvc?rev=927396&view=rev
Log:
Commented out unused entity in entitygroup.xml file.

Modified:
    ofbiz/trunk/framework/entity/entitydef/entitygroup.xml

Modified: ofbiz/trunk/framework/entity/entitydef/entitygroup.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/entitydef/entitygroup.xml?rev=927396&r1=927395&r2=927396&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/entitydef/entitygroup.xml (original)
+++ ofbiz/trunk/framework/entity/entitydef/entitygroup.xml Thu Mar 25 13:34:48 2010
@@ -26,5 +26,5 @@ under the License.
     <!-- ========================================================= -->
     <entity-group group="org.ofbiz.tenant" entity="Tenant"/>
     <entity-group group="org.ofbiz.tenant" entity="TenantDataSource"/>
-    <entity-group group="org.ofbiz.tenant" entity="TenantUserLogin"/>
+<!--     <entity-group group="org.ofbiz.tenant" entity="TenantUserLogin"/> -->
 </entitygroup>