[OFBiz] SVN: r6971 - trunk/applications/humanres
sichen@svn.ofbiz.org
sichen at svn.ofbiz.org
Fri Mar 10 11:47:18 CST 2006
Author: sichen
Date: 2006-03-10 11:47:15 -0600 (Fri, 10 Mar 2006)
New Revision: 6971
Modified:
trunk/applications/humanres/ofbiz-component.xml
Log:
Updated component file with config, build, and services xml thanks to Vinay Agarwal
Modified: trunk/applications/humanres/ofbiz-component.xml
===================================================================
--- trunk/applications/humanres/ofbiz-component.xml 2006-03-10 17:46:25 UTC (rev 6970)
+++ trunk/applications/humanres/ofbiz-component.xml 2006-03-10 17:47:15 UTC (rev 6971)
@@ -21,7 +21,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/ofbiz-component.xsd">
<resource-loader name="main" type="component"/>
+ <classpath type="jar" location="build/lib/*"/>
+ <classpath type="dir" location="config"/>
<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