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