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 2008/07/11 21:27:25 UTC

svn commit: r676056 - in /ofbiz/trunk/specialpurpose/assetmaint: entitydef/entitygroup.xml ofbiz-component.xml

Author: jleroux
Date: Fri Jul 11 12:27:25 2008
New Revision: 676056

URL: http://svn.apache.org/viewvc?rev=676056&view=rev
Log:
Revert this specialpurpose component only from r672822 as at least one entitygroup.xml and an ofbiz-component.xml file referencing the entity-group org.ofbiz defined in this sole entitygroup.xml file are needed for the moment.


Added:
    ofbiz/trunk/specialpurpose/assetmaint/entitydef/entitygroup.xml
      - copied unchanged from r675946, ofbiz/trunk/specialpurpose/assetmaint/entitydef/entitygroup.xml
Modified:
    ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml

Modified: ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml?rev=676056&r1=676055&r2=676056&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml Fri Jul 11 12:27:25 2008
@@ -33,7 +33,7 @@
 
     <!-- entity resources: model(s), eca(s), group, and data definitions -->
     <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
-      
+    <entity-resource type="group" reader-name="main" loader="main" location="entitydef/entitygroup.xml"/>  
     <entity-resource type="data" reader-name="seed" loader="main" location="data/AssetMaintSecurityData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/AssetMaintSeedData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" location="data/AssetMaintDemoData.xml"/>