summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-11-02 04:31:42 +0000
committerHenri Herscher <henri@oreka.org>2005-11-02 04:31:42 +0000
commitaf0c46804f97c72de3188d2bf9a09c4486a033e0 (patch)
tree63fc8d1909f9243656e7d402bf1ecac5ac42aa08
parent5032501f1c352b5725b678095124e49f1f2557dd (diff)
Temporary fix: the ConfigManager assumes the first config.xml top node is the actual configuration, so putting in a comment first messes this up.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@28 09dcff7a-b715-0410-9601-b79a96267cd0
-rw-r--r--orkaudio/config-template.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkaudio/config-template.xml b/orkaudio/config-template.xml
index abefe19..14e1936 100644
--- a/orkaudio/config-template.xml
+++ b/orkaudio/config-template.xml
@@ -1,6 +1,6 @@
+<config>
<!-- This is an example configuration file for the Oreka orkaudio capture service -->
<!-- Copy this to config.xml and modify according to taste -->
-<config>
<TrackerHostname>localhost</TrackerHostname>
<EnableReporting>true</EnableReporting>
<ClientTimeout>1000</ClientTimeout>