diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-24 12:02:21 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-24 12:02:21 +0200 |
commit | 6d55c85990ce83b038809cb957759d0cd09dc38c (patch) | |
tree | 3b45707805d3e5e78f45b4eb44b25897d2cab391 /wgt/config.xml.in | |
parent | 54a3a12345c741e82ce53a9912303b46b4dc9f11 (diff) |
Reorganization of folder structure
Change-Id: I809382d652415038b53be9a1ec9f2f60939cce42
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'wgt/config.xml.in')
-rw-r--r-- | wgt/config.xml.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/wgt/config.xml.in b/wgt/config.xml.in deleted file mode 100644 index 250878a..0000000 --- a/wgt/config.xml.in +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@"> - <name>@PROJECT_NAME@</name> - <icon src="@PROJECT_ICON@"/> - <content src="@WIDGET_ENTRY_POINT@" type="@WIDGET_TYPE@"/> - <description>@PROJECT_DESCRIPTION@</description> - <author>@PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@></author> - <license>@PROJECT_LICENCE@</license> -</widget> - - |