aboutsummaryrefslogtreecommitdiffstats
path: root/templates/activities/SettingsActivity/recipe.xml.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/activities/SettingsActivity/recipe.xml.ftl')
-rw-r--r--templates/activities/SettingsActivity/recipe.xml.ftl22
1 files changed, 0 insertions, 22 deletions
diff --git a/templates/activities/SettingsActivity/recipe.xml.ftl b/templates/activities/SettingsActivity/recipe.xml.ftl
deleted file mode 100644
index b6d46ce..0000000
--- a/templates/activities/SettingsActivity/recipe.xml.ftl
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<recipe>
- <merge from="AndroidManifest.xml.ftl"
- to="${escapeXmlAttribute(manifestOut)}/AndroidManifest.xml" />
-
- <copy from="res/xml/pref_data_sync.xml"
- to="${escapeXmlAttribute(resOut)}/xml/pref_data_sync.xml" />
- <copy from="res/xml/pref_general.xml"
- to="${escapeXmlAttribute(resOut)}/xml/pref_general.xml" />
- <merge from="res/xml/pref_headers.xml.ftl"
- to="${escapeXmlAttribute(resOut)}/xml/pref_headers.xml" />
- <copy from="res/xml/pref_notification.xml"
- to="${escapeXmlAttribute(resOut)}/xml/pref_notification.xml" />
-
- <instantiate from="res/values/strings.xml.ftl"
- to="${escapeXmlAttribute(resOut)}/values/strings_${simpleName}.xml" />
-
- <instantiate from="src/app_package/SettingsActivity.java.ftl"
- to="${escapeXmlAttribute(srcOut)}/${activityClass}.java" />
-
- <open file="${escapeXmlAttribute(srcOut)}/${activityClass}.java" />
-</recipe>