Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/extensions/template/androidupdates.xml

Issue 8327353: Crawler backend (Closed)
Patch Set: Created Sept. 27, 2012, 2:15 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sitescripts/extensions/template/androidupdates.xml
===================================================================
new file mode 100644
--- /dev/null
+++ b/sitescripts/extensions/template/androidupdates.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+
+<!-- This Source Code is subject to the terms of the Mozilla Public License
+ - version 2.0 (the "License"). You can obtain a copy of the License at
+ - http://mozilla.org/MPL/2.0/. -->
+
+<update protocol="1.0">
+ {%- for extension in extensions %}
+ <updatecheck package="{{extension.updateURL}}" build="{{extension.revision}}" api="{{extension.minSdkVersion}}" />
+ {%- endfor %}
+</update>

Powered by Google App Engine
This is Rietveld