svn commit: r820206 - /ofbiz/trunk/framework/common/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: r820206 - /ofbiz/trunk/framework/common/ofbiz-component.xml

jleroux@apache.org
Author: jleroux
Date: Wed Sep 30 08:04:09 2009
New Revision: 820206

URL: http://svn.apache.org/viewvc?rev=820206&view=rev
Log:
GeoData_CN.xml was not yet loaded. This commit fix this issue and load it like other as seed. Thanks to Deepak Dixit on dev ML.

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

Modified: ofbiz/trunk/framework/common/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/ofbiz-component.xml?rev=820206&r1=820205&r2=820206&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/ofbiz-component.xml (original)
+++ ofbiz/trunk/framework/common/ofbiz-component.xml Wed Sep 30 08:04:09 2009
@@ -36,6 +36,7 @@
     <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_AU.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_BG.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_BR.xml"/>
+    <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_CN.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_CO.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_DE.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_ES.xml"/>