svn commit: r1583674 - in /ofbiz/trunk/framework/common: data/GeoData_IL.xml 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: r1583674 - in /ofbiz/trunk/framework/common: data/GeoData_IL.xml ofbiz-component.xml

jleroux@apache.org
Author: jleroux
Date: Tue Apr  1 14:02:34 2014
New Revision: 1583674

URL: http://svn.apache.org/r1583674
Log:
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/trunk/framework/common/data/GeoData_IL.xml   (with props)
Modified:
    ofbiz/trunk/framework/common/ofbiz-component.xml

Added: ofbiz/trunk/framework/common/data/GeoData_IL.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/GeoData_IL.xml?rev=1583674&view=auto
==============================================================================
--- ofbiz/trunk/framework/common/data/GeoData_IL.xml (added)
+++ ofbiz/trunk/framework/common/data/GeoData_IL.xml Tue Apr  1 14:02:34 2014
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<entity-engine-xml>
+    <Geo abbreviation="" geoCode="D" geoId="IL-D" geoName="HaDarom" geoTypeId="PROVINCE"/>
+    <Geo abbreviation="" geoCode="M" geoId="IL-M" geoName="HaMerkaz" geoTypeId="PROVINCE"/>
+    <Geo abbreviation="" geoCode="Z" geoId="IL-Z" geoName="HaZafon" geoTypeId="PROVINCE"/>
+    <Geo abbreviation="" geoCode="HA" geoId="IL-HA" geoName="Haifa" geoTypeId="PROVINCE"/>
+    <Geo abbreviation="" geoCode="TA" geoId="IL-TA" geoName="Tel Aviv" geoTypeId="PROVINCE"/>
+    <Geo abbreviation="" geoCode="JM" geoId="IL-JM" geoName="Jerusalem" geoTypeId="PROVINCE"/>
+
+    <GeoAssoc geoId="ISR" geoIdTo="IL-D" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="ISR" geoIdTo="IL-M" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="ISR" geoIdTo="IL-Z" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="ISR" geoIdTo="IL-HA" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="ISR" geoIdTo="IL-TA" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="ISR" geoIdTo="IL-JM" geoAssocTypeId="REGIONS"/>
+</entity-engine-xml>
+

Propchange: ofbiz/trunk/framework/common/data/GeoData_IL.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/framework/common/data/GeoData_IL.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/framework/common/data/GeoData_IL.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: ofbiz/trunk/framework/common/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/ofbiz-component.xml?rev=1583674&r1=1583673&r2=1583674&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/ofbiz-component.xml (original)
+++ ofbiz/trunk/framework/common/ofbiz-component.xml Tue Apr  1 14:02: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"/>