Author: jleroux
Date: Tue Apr 1 07:42:39 2014
New Revision: 1583553
URL:
http://svn.apache.org/r1583553Log:
"Applied fix from trunk for revision: 1583551 "
------------------------------------------------------------------------
r1583551 | jleroux | 2014-04-01 09:41:21 +0200 (mar. 01 avr. 2014) | 5 lignes
A patch from Christian Carlow for "Include Thailand Province Geo data"
https://issues.apache.org/jira/browse/OFBIZ-5607I determined that Malaysia GeoData does not exist OOTB while importing customer records from a legacy system so OFBiz should be improved to include it.
jleroux: as fort Malaysian geo data I have added the mean to load those seed data in the common/ofbiz-component.xml file
------------------------------------------------------------------------
Added:
ofbiz/branches/release13.07/framework/common/data/GeoData_TH.xml
- copied unchanged from r1583551, ofbiz/trunk/framework/common/data/GeoData_TH.xml
Modified:
ofbiz/branches/release13.07/ (props changed)
ofbiz/branches/release13.07/framework/common/ofbiz-component.xml
Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1583551
Modified: ofbiz/branches/release13.07/framework/common/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/common/ofbiz-component.xml?rev=1583553&r1=1583552&r2=1583553&view=diff==============================================================================
--- ofbiz/branches/release13.07/framework/common/ofbiz-component.xml (original)
+++ ofbiz/branches/release13.07/framework/common/ofbiz-component.xml Tue Apr 1 07:42:39 2014
@@ -53,6 +53,7 @@ under the License.
<entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_MY.xml"/>
<entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_NL.xml"/>
<entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_PL.xml"/>
+ <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_TH.xml"/>
<entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_UK.xml"/>
<entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_US.xml"/>