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

Side by Side Diff: sitescripts/extensions/template/androidupdates.xml

Issue 8327353: Crawler backend (Closed)
Patch Set: Created Sept. 27, 2012, 2:15 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version='1.0' encoding='UTF-8'?>
2
3 <!-- This Source Code is subject to the terms of the Mozilla Public License
4 - version 2.0 (the "License"). You can obtain a copy of the License at
5 - http://mozilla.org/MPL/2.0/. -->
6
7 <update protocol="1.0">
8 {%- for extension in extensions %}
9 <updatecheck package="{{extension.updateURL}}" build="{{extension.revision}}" api="{{extension.minSdkVersion}}" />
10 {%- endfor %}
11 </update>
OLDNEW

Powered by Google App Engine
This is Rietveld