replaced store binding with a database binding based on a berkeley db
[apps/agl-service-data-persistence.git] / ll-database-binding / conf.d / app-templates / template.d / config.xml.in
1 <?xml version="1.0" encoding="UTF-8"?>
2 <widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@">
3   <name>@PROJECT_NAME@</name>
4   <icon src="@PROJECT_ICON@"/>
5   <content src="@WIDGET_ENTRY_POINT@" type="@WIDGET_TYPE@"/>
6   <description>@PROJECT_DESCRIPTION@</description>
7   <author>@PROJECT_AUTHOR@ &lt;@PROJECT_AUTHOR_MAIL@&gt;</author>
8   <license>@PROJECT_LICENSE@</license>
9 </widget>