summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>