- Improved version of the setup wizard with asynchronous data load

SVN:code[36]
This commit is contained in:
Denis Flaven
2009-04-14 16:46:36 +00:00
parent 74da660194
commit 38d28b1b4e
32 changed files with 7622 additions and 461 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<Set>
<bizLocation id="29">
<name>Grenoble</name>
<status>production</status>
<org_id>3</org_id>
<severity>high</severity>
<address>5 Avenue de la Poste</address>
<country>France</country>
<parent_location_id>1</parent_location_id>
</bizLocation>
<bizLocation id="1">
<name>Paris</name>
<status>implementation</status>
<org_id>3</org_id>
<severity>high</severity>
<address>5 rue de la Paroisse
15eme arrondissement</address>
<country>France</country>
<parent_location_id>1</parent_location_id>
</bizLocation>
</Set>