svn commit: r1583555 - in /ofbiz/branches/release11.04: ./ framework/common/data/GeoData_TH.xml 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: r1583555 - in /ofbiz/branches/release11.04: ./ framework/common/data/GeoData_TH.xml framework/common/ofbiz-component.xml

jleroux@apache.org
Author: jleroux
Date: Tue Apr  1 07:42:46 2014
New Revision: 1583555

URL: http://svn.apache.org/r1583555
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/release11.04/framework/common/data/GeoData_TH.xml
      - copied unchanged from r1583551, ofbiz/trunk/framework/common/data/GeoData_TH.xml
Modified:
    ofbiz/branches/release11.04/   (props changed)
    ofbiz/branches/release11.04/framework/common/ofbiz-component.xml

Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1583551

Modified: ofbiz/branches/release11.04/framework/common/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/framework/common/ofbiz-component.xml?rev=1583555&r1=1583554&r2=1583555&view=diff
==============================================================================
--- ofbiz/branches/release11.04/framework/common/ofbiz-component.xml (original)
+++ ofbiz/branches/release11.04/framework/common/ofbiz-component.xml Tue Apr  1 07:42:46 2014
@@ -48,6 +48,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"/>