[OFBiz] SVN: r7019 - trunk/applications/humanres

jacopo@svn.ofbiz.org jacopo at svn.ofbiz.org
Mon Mar 20 00:21:05 CST 2006


Author: jacopo
Date: 2006-03-20 00:21:00 -0600 (Mon, 20 Mar 2006)
New Revision: 7019

Modified:
   trunk/applications/humanres/ofbiz-component.xml
Log:
Now that the service def files has been committed, I've reinserted its service-resource declaration.

Modified: trunk/applications/humanres/ofbiz-component.xml
===================================================================
--- trunk/applications/humanres/ofbiz-component.xml	2006-03-20 06:16:53 UTC (rev 7018)
+++ trunk/applications/humanres/ofbiz-component.xml	2006-03-20 06:21:00 UTC (rev 7019)
@@ -26,4 +26,5 @@
     <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/HumanResTypeData.xml"/>
+    <service-resource type="model" loader="main" location="servicedef/services.xml"/>
 </ofbiz-component>



More information about the Svn mailing list