[OFBiz] SVN: r6537 - in trunk/framework/common: . data
jonesde@svn.ofbiz.org
jonesde at svn.ofbiz.org
Sun Jan 22 18:56:58 CST 2006
Author: jonesde
Date: 2006-01-22 18:56:54 -0600 (Sun, 22 Jan 2006)
New Revision: 6537
Added:
trunk/framework/common/data/GeoData_AU.xml
Modified:
trunk/framework/common/ofbiz-component.xml
Log:
Applied patch from Andrew Yager with AU geo info; Jira #OFBIZ-693
Added: trunk/framework/common/data/GeoData_AU.xml
===================================================================
--- trunk/framework/common/data/GeoData_AU.xml 2006-01-22 23:04:00 UTC (rev 6536)
+++ trunk/framework/common/data/GeoData_AU.xml 2006-01-23 00:56:54 UTC (rev 6537)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entity-engine-xml>
+ <Geo abbreviation="ACT" geoCode="ACT" geoId="AU-ACT" geoName="Australian Capital Territory" geoTypeId="TERRITORY"/>
+ <Geo abbreviation="NSW" geoCode="NSW" geoId="AU-NSW" geoName="New South Wales" geoTypeId="STATE"/>
+ <Geo abbreviation="NT" geoCode="NT" geoId="AU-NT" geoName="Northern Territory" geoTypeId="TERRITORY"/>
+ <Geo abbreviation="QLD" geoCode="QLD" geoId="AU-QLD" geoName="Queensland" geoTypeId="STATE"/>
+ <Geo abbreviation="SA" geoCode="SA" geoId="AU-SA" geoName="South Australia" geoTypeId="STATE"/>
+ <Geo abbreviation="TAS" geoCode="TAS" geoId="AU-TAS" geoName="Tasmania" geoTypeId="STATE"/>
+ <Geo abbreviation="VIC" geoCode="VIC" geoId="AU-VIC" geoName="Victoria" geoTypeId="STATE"/>
+ <Geo abbreviation="WA" geoCode="WA" geoId="AU-WA" geoName="Western Australia" geoTypeId="STATE"/>
+
+ <GeoAssoc geoId="AUS" geoIdTo="AU-ACT" geoAssocTypeId="REGIONS"/>
+ <GeoAssoc geoId="AUS" geoIdTo="AU-NSW" geoAssocTypeId="REGIONS"/>
+ <GeoAssoc geoId="AUS" geoIdTo="AU-NT" geoAssocTypeId="REGIONS"/>
+ <GeoAssoc geoId="AUS" geoIdTo="AU-QLD" geoAssocTypeId="REGIONS"/>
+ <GeoAssoc geoId="AUS" geoIdTo="AU-SA" geoAssocTypeId="REGIONS"/>
+ <GeoAssoc geoId="AUS" geoIdTo="AU-TAS" geoAssocTypeId="REGIONS"/>
+ <GeoAssoc geoId="AUS" geoIdTo="AU-VIC" geoAssocTypeId="REGIONS"/>
+ <GeoAssoc geoId="AUS" geoIdTo="AU-WA" geoAssocTypeId="REGIONS"/>
+</entity-engine-xml>
Property changes on: trunk/framework/common/data/GeoData_AU.xml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:keywords
+ "Id Rev Author"
Name: svn:eol-style
+ native
Modified: trunk/framework/common/ofbiz-component.xml
===================================================================
--- trunk/framework/common/ofbiz-component.xml 2006-01-22 23:04:00 UTC (rev 6536)
+++ trunk/framework/common/ofbiz-component.xml 2006-01-23 00:56:54 UTC (rev 6537)
@@ -35,6 +35,7 @@
<entity-resource type="data" reader-name="seed" loader="main" location="data/CountryCodeData.xml"/>
<entity-resource type="data" reader-name="seed" loader="main" location="data/CurrencyData.xml"/>
<entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData.xml"/>
+ <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_AU.xml"/>
<entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_BR.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_US.xml"/>
More information about the Svn
mailing list