aboutsummaryrefslogtreecommitdiffstats
path: root/templates/activities/SettingsActivity/recipe.xml.ftl
diff options
context:
space:
mode:
authorJosiah Gaskin <josiahgaskin@google.com>2013-07-31 14:21:16 -0700
committerJosiah Gaskin <josiahgaskin@google.com>2013-07-31 14:21:16 -0700
commitf7c5f6b3fb2f6bd820d0d70ec48be12df103cf12 (patch)
tree91e9e7227cc1a79a08edd6f742a918628b08d994 /templates/activities/SettingsActivity/recipe.xml.ftl
parentbe3b71eb1f30ebaf063d0df63e1f082844df24a3 (diff)
downloadsdk-f7c5f6b3fb2f6bd820d0d70ec48be12df103cf12.zip
sdk-f7c5f6b3fb2f6bd820d0d70ec48be12df103cf12.tar.gz
sdk-f7c5f6b3fb2f6bd820d0d70ec48be12df103cf12.tar.bz2
Update template location for SDK build
This change removes templates from the SDK source tree (from sdk/templates) and points the build/tools.atree build location file to their new location in tools/base/templates Change-Id: Id37b24eceaae6dcc0b3bf5078a759a337cb13467
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>