aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2019-07-05 16:08:17 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2019-08-01 17:46:18 +0200
commit6c36102bf3964808f6f2db4161f79cf458880a5a (patch)
tree009fe4060c233a822ff2eb25e4e7facceb7dd8f3
parent9e15ef8f38cd7562365356839ab9822e060c68cc (diff)
Reorder the json configuration file
Change-Id: Ib555a70aa910750fb865c7b25e81f6c20ba6c460 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--conf.d/wgt/config.xml.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index c7510b3..3aecd87 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -6,10 +6,10 @@
<description>@PROJECT_DESCRIPTION@</description>
<author>@PROJECT_AUTHOR@ &lt;@PROJECT_AUTHOR_MAIL@&gt;</author>
<license>@PROJECT_LICENSE@</license>
- <feature name="urn:AGL:widget:provided-api">
- <param name="harvester" value="ws" />
- </feature>
<feature name="urn:AGL:widget:required-api">
<param name="lib/afb-harvester.so" value="local" />
</feature>
-</widget>
+ <feature name="urn:AGL:widget:provided-api">
+ <param name="harvester" value="ws" />
+ </feature>
+</widget> \ No newline at end of file