From 9a5f724204f4ac9773bd2c6e3b9f6df90e242fd6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> Date: Tue, 6 Dec 2011 09:13:27 +0100 Subject: [PATCH] move config var sfa_aggregate_api_version in the sfa_aggregate category --- config/default_config.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/config/default_config.xml b/config/default_config.xml index 99c5d374..9a0a8878 100644 --- a/config/default_config.xml +++ b/config/default_config.xml @@ -33,12 +33,6 @@ Thierry Parmentelat <description>The human readable name for this interface.</description> </variable> - <variable id="aggregate_api_version" type="int"> - <name>Aggregate Manager API Version</name> - <value>1</value> - <description>The Aggregate API version</description> - </variable> - <variable id="credential_schema" type="string"> <name>Credential Schema</name> <value>/etc/sfa/credential.xsd</value> @@ -169,6 +163,13 @@ Thierry Parmentelat <value>12346</value> <description>The port where the aggregate is to be found.</description> </variable> + + <variable id="api_version" type="int"> + <name>Aggregate Manager API Version</name> + <value>1</value> + <description>The Aggregate API version</description> + </variable> + </variablelist> </category> -- 2.47.0