summaryrefslogtreecommitdiffstats
path: root/templates/hybrid-html5/packaging/wgt/config.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'templates/hybrid-html5/packaging/wgt/config.xml.in')
-rw-r--r--templates/hybrid-html5/packaging/wgt/config.xml.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/hybrid-html5/packaging/wgt/config.xml.in b/templates/hybrid-html5/packaging/wgt/config.xml.in
deleted file mode 100644
index af4fd89..0000000
--- a/templates/hybrid-html5/packaging/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="icon.png"/>
- <content src="index.html" type="application/vnd.agl.html.hybrid"/>
- <description>@PROJECT_DESCRIPTION@</description>
- <author>@PROJECT_AUTHOR@ &lt;@PROJECT_AUTHOR_MAIL@&gt;</author>
- <license>APL 2.0</license>
-</widget>
-
-