Moved under "trunk" to be able to track releases under "tags"

SVN:trunk[55]
This commit is contained in:
Denis Flaven
2009-04-28 09:03:12 +00:00
parent 3c438e20ed
commit b756db0992
422 changed files with 62557 additions and 0 deletions

33
setup/data/03.persons.xml Normal file
View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<Set>
<bizPerson id="21">
<name>Denis</name>
<status>production</status>
<org_id>3</org_id>
<email>denis.flaven@gmail.com</email>
<phone></phone>
<location_id>29</location_id>
<first_name>Flaven</first_name>
<employe_number></employe_number>
</bizPerson>
<bizPerson id="20">
<name>Quetiez</name>
<status>production</status>
<org_id>3</org_id>
<email>romain.quetiez@gmail.com</email>
<phone></phone>
<location_id>1</location_id>
<first_name>Romain</first_name>
<employe_number></employe_number>
</bizPerson>
<bizPerson id="7">
<name>Taloc</name>
<status>production</status>
<org_id>3</org_id>
<email>erwan.taloc@gmail.com</email>
<phone>33172382223</phone>
<location_id>1</location_id>
<first_name>Erwan</first_name>
<employe_number>e12345</employe_number>
</bizPerson>
</Set>