Author: jleroux
Date: Sat Feb 25 09:30:35 2012
New Revision: 1293557

URL: http://svn.apache.org/viewvc?rev=1293557&view=rev
Log:
A patch from Nicolas Malin "Label not loading on entityext components" 
https://issues.apache.org/jira/browse/OFBIZ-4717

The configuration directory config isn't loaded on the entityext's 
ofbiz-component.xml file.

Modified:
    ofbiz/trunk/framework/entityext/ofbiz-component.xml

Modified: ofbiz/trunk/framework/entityext/ofbiz-component.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entityext/ofbiz-component.xml?rev=1293557&r1=1293556&r2=1293557&view=diff
==============================================================================
--- ofbiz/trunk/framework/entityext/ofbiz-component.xml (original)
+++ ofbiz/trunk/framework/entityext/ofbiz-component.xml Sat Feb 25 09:30:35 2012
@@ -22,6 +22,7 @@ under the License.
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd";>
     <resource-loader name="main" type="component"/>
+    <classpath type="dir" location="config"/>
     <classpath type="jar" location="build/lib/*"/>
     
     <entity-resource type="model" reader-name="main" loader="main" 
location="entitydef/entitymodel.xml"/>


Reply via email to