Author: jleroux Date: Tue Apr 1 07:42:42 2014 New Revision: 1583554 URL: http://svn.apache.org/r1583554 Log: "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-5607 I 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/release12.04/framework/common/data/GeoData_TH.xml - copied unchanged from r1583551, ofbiz/trunk/framework/common/data/GeoData_TH.xml Modified: ofbiz/branches/release12.04/ (props changed) ofbiz/branches/release12.04/framework/common/ofbiz-component.xml Propchange: ofbiz/branches/release12.04/ ------------------------------------------------------------------------------ Merged /ofbiz/trunk:r1583551 Modified: ofbiz/branches/release12.04/framework/common/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/framework/common/ofbiz-component.xml?rev=1583554&r1=1583553&r2=1583554&view=diff ============================================================================== --- ofbiz/branches/release12.04/framework/common/ofbiz-component.xml (original) +++ ofbiz/branches/release12.04/framework/common/ofbiz-component.xml Tue Apr 1 07:42:42 2014 @@ -50,6 +50,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"/>

