diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-10 18:25:48 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 3262bd7940fcf09305ebf7952b12c63f85c7682c (patch) | |
tree | 1dedf56817766fbab52ca6954b803de2cf3d92ba /wgt/config.xml.in | |
parent | ecd8dcced06c00f7c0231806eab68a1e0b2fbafc (diff) |
Extending pluggable arch for templates
Idea is to be able to use custom templates from home dir and system dir
Change-Id: I74b48458f3dcc26b49f8144e042c213691028167
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'wgt/config.xml.in')
-rw-r--r-- | wgt/config.xml.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/wgt/config.xml.in b/wgt/config.xml.in deleted file mode 100644 index 35d20b8..0000000 --- a/wgt/config.xml.in +++ /dev/null @@ -1,9 +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_LICENSE@</license> -</widget> |