aboutsummaryrefslogtreecommitdiff
path: root/common/build/templates/create/template-params.xml.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'common/build/templates/create/template-params.xml.ftl')
-rw-r--r--common/build/templates/create/template-params.xml.ftl23
1 files changed, 0 insertions, 23 deletions
diff --git a/common/build/templates/create/template-params.xml.ftl b/common/build/templates/create/template-params.xml.ftl
deleted file mode 100644
index 40857302..00000000
--- a/common/build/templates/create/template-params.xml.ftl
+++ /dev/null
@@ -1,23 +0,0 @@
-<#ftl>
-<sample>
- <name>${sample.name}</name>
- <package>${sample.package}</package>
-
-
- <!-- change minSdk if needed-->
- <minSdk>${sample.minSdk}</minSdk>
-
-
- <strings>
- <intro>
- <![CDATA[
- Introductory text that explains what the sample is intended to demonstrate. Edit
- in template-params.xml.
- ]]>
- </intro>
- </strings>
-
- <template src="base"/>
- <common src="logger"/>
-
-</sample>