summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2016-12-14 22:54:01 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-12-14 22:54:01 +0000
commit9775d23f1f370523de9afd37be2ea818d2bba89a (patch)
tree91b0e4b22deb0a02a1fd4f2cbaa9998c7bee90b9 /templates
parent8287120f3b4447c7c682f75e4b053caea9834743 (diff)
parent2acb57244ad8e29d5bae62cc7a039454272ddd36 (diff)
downloadbuild-9775d23f1f370523de9afd37be2ea818d2bba89a.tar.gz
Revert "Add deprecation notice to README files for samples" am: b50264e629
am: 2acb57244a Change-Id: Ic84757d3db51d0ae9d39fd032cb2746d6558f453
Diffstat (limited to 'templates')
-rw-r--r--templates/base-build/README.md.ftl11
-rw-r--r--templates/base/README.md.ftl11
-rw-r--r--templates/unmanaged/README.md.ftl11
3 files changed, 0 insertions, 33 deletions
diff --git a/templates/base-build/README.md.ftl b/templates/base-build/README.md.ftl
index 78dacb45..3ec65045 100644
--- a/templates/base-build/README.md.ftl
+++ b/templates/base-build/README.md.ftl
@@ -1,17 +1,6 @@
Android ${sample.name} Sample
===================================
-<#if sample.metadata.status == "DEPRECATED">
------------------------------------------------------------------------------
-**NOTICE: DEPRECATED.**
-
-This sample has been deprecated and is no longer being maintained. Code may
-fail to compile, or no longer represents best practices for development.
-Please check the API documentation associated with this project for updated
-information.
------------------------------------------------------------------------------
-
-</#if>
<#if sample.metadata.description?is_node>
${sample.metadata.description?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', 'r')?replace('(^\n+|\n+$)', '', 'r')}
<#else>
diff --git a/templates/base/README.md.ftl b/templates/base/README.md.ftl
index 78dacb45..3ec65045 100644
--- a/templates/base/README.md.ftl
+++ b/templates/base/README.md.ftl
@@ -1,17 +1,6 @@
Android ${sample.name} Sample
===================================
-<#if sample.metadata.status == "DEPRECATED">
------------------------------------------------------------------------------
-**NOTICE: DEPRECATED.**
-
-This sample has been deprecated and is no longer being maintained. Code may
-fail to compile, or no longer represents best practices for development.
-Please check the API documentation associated with this project for updated
-information.
------------------------------------------------------------------------------
-
-</#if>
<#if sample.metadata.description?is_node>
${sample.metadata.description?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', 'r')?replace('(^\n+|\n+$)', '', 'r')}
<#else>
diff --git a/templates/unmanaged/README.md.ftl b/templates/unmanaged/README.md.ftl
index 848bd6a8..76de21d5 100644
--- a/templates/unmanaged/README.md.ftl
+++ b/templates/unmanaged/README.md.ftl
@@ -1,17 +1,6 @@
Android ${sample.name} Sample
===================================
-<#if sample.metadata.status == "DEPRECATED">
------------------------------------------------------------------------------
-**NOTICE: DEPRECATED.**
-
-This sample has been deprecated and is no longer being maintained. Code may
-fail to compile, or no longer represents best practices for development.
-Please check the API documentation associated with this project for updated
-information.
------------------------------------------------------------------------------
-
-</#if>
<#if sample.metadata.description?is_node>
${sample.metadata.description?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', 'r')?replace('(^\n+|\n+$)', '', 'r')}
<#else>