[Major] Refactored StrolchConfiguration.xml to use environments

Now the agent requires an environment parameter to start, and the
configuration of that environment is used to load different sections of
the configuration file
This commit is contained in:
Robert von Burg 2014-08-13 16:07:13 +02:00
parent 55331cda7b
commit 8d37337936
2 changed files with 114 additions and 110 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<StrolchConfiguration>
<env id="dev">
<Runtime>
<applicationName>StrolchTutorialApp</applicationName>
<Properties>
@ -62,4 +63,5 @@
<religions>Resource/Enumeration/religions</religions>
</Properties>
</Component>
</env>
</StrolchConfiguration>

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<StrolchConfiguration>
<env id="dev">
<Runtime>
<applicationName>StrolchTutorialApp</applicationName>
<Properties>
@ -48,4 +49,5 @@
<verbose>true</verbose>
</Properties>
</Component>
</env>
</StrolchConfiguration>