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

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

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

jleroux@apache.org
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"/>