Author: jleroux Date: Tue Apr 1 14:03:34 2014 New Revision: 1583676 URL: http://svn.apache.org/r1583676 Log: "Applied fix from trunk for revision: 1583674 " ------------------------------------------------------------------------ r1583674 | jleroux | 2014-04-01 16:02:34 +0200 (mar. 01 avr. 2014) | 5 lignes
A patch from Christian Carlow for "Add Israel geo data OOTB" https://issues.apache.org/jira/browse/OFBIZ-5609 While importing Israeli customer data from a legacy system I determined that OFBiz does not include Israel geo data OOTB which should be added. ------------------------------------------------------------------------ Added: ofbiz/branches/release13.07/framework/common/data/GeoData_IL.xml - copied unchanged from r1583674, ofbiz/trunk/framework/common/data/GeoData_IL.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:r1583674 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=1583676&r1=1583675&r2=1583676&view=diff ============================================================================== --- ofbiz/branches/release13.07/framework/common/ofbiz-component.xml (original) +++ ofbiz/branches/release13.07/framework/common/ofbiz-component.xml Tue Apr 1 14:03:34 2014 @@ -46,6 +46,7 @@ under the License. <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_ES.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_FR.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_IE.xml"/> + <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_IL.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_IN.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_IT.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_JP.xml"/>

