summaryrefslogtreecommitdiffstats
path: root/templates/other/Service/recipe.xml.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/other/Service/recipe.xml.ftl')
-rw-r--r--templates/other/Service/recipe.xml.ftl7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/other/Service/recipe.xml.ftl b/templates/other/Service/recipe.xml.ftl
deleted file mode 100644
index 6e4bd57..0000000
--- a/templates/other/Service/recipe.xml.ftl
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0"?>
-<recipe>
- <merge from="AndroidManifest.xml.ftl" />
- <instantiate from="src/app_package/Service.java.ftl"
- to="${srcOut}/${className}.java" />
- <open file="${srcOut}/${className}.java" />
-</recipe>