Author: jleroux
Date: Tue Jan 16 07:58:49 2018 New Revision: 1821219 URL: http://svn.apache.org/viewvc?rev=1821219&view=rev Log: Improved: Update Geo information according to ISO notifications, Mali (OFBIZ-10028) This follows this discussion http://markmail.org/message/xn7f552qvtpua2uq This is mostly to check WIP at INFRA-15836, so will be backported Thanks: Kyra Pritzel-Hentley Added: ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_ML.xml (with props) Added: ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_ML.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_ML.xml?rev=1821219&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_ML.xml (added) +++ ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_ML.xml Tue Jan 16 07:58:49 2018 @@ -0,0 +1,45 @@ +<?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="BA" geoCode="BKO" geoId="ML-BKO" geoName="Bamako" geoTypeId="COUNTY"/> + <Geo abbreviation="GO" geoCode="7" geoId="ML-7" geoName="Gao" geoTypeId="REGION"/> + <Geo abbreviation="KY" geoCode="1" geoId="ML-1" geoName="Kayes" geoTypeId="REGION"/> + <Geo abbreviation="KD" geoCode="8" geoId="ML-8" geoName="Kidal" geoTypeId="REGION"/> + <Geo abbreviation="KK" geoCode="2" geoId="ML-2" geoName="Koulikoro" geoTypeId="REGION"/> + <Geo abbreviation="MO" geoCode="5" geoId="ML-5" geoName="Mopti" geoTypeId="REGION"/> + <Geo abbreviation="ME" geoCode="9" geoId="ML-9" geoName="Ménaka" geoTypeId="REGION"/> + <Geo abbreviation="SK" geoCode="3" geoId="ML-3" geoName="Sikasso" geoTypeId="REGION"/> + <Geo abbreviation="SG" geoCode="4" geoId="ML-4" geoName="Ségou" geoTypeId="REGION"/> + <Geo abbreviation="TD" geoCode="10" geoId="ML-10" geoName="Taoudénit" geoTypeId="REGION"/> + <Geo abbreviation="TT" geoCode="6" geoId="ML-6" geoName="Tombouctou" geoTypeId="REGION"/> + + <GeoAssoc geoId="MLI" geoIdTo="ML-BKO" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="MLI" geoIdTo="ML-7" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="MLI" geoIdTo="ML-1" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="MLI" geoIdTo="ML-8" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="MLI" geoIdTo="ML-2" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="MLI" geoIdTo="ML-5" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="MLI" geoIdTo="ML-9" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="MLI" geoIdTo="ML-3" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="MLI" geoIdTo="ML-4" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="MLI" geoIdTo="ML-10" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="MLI" geoIdTo="ML-6" geoAssocTypeId="REGIONS"/> +</entity-engine-xml> \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_ML.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_ML.xml ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_ML.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml |
Free forum by Nabble | Edit this page |