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

Unified Diff: templates/edge/AppxBlockMap.xml.tmpl

Issue 29825555: Issue 6291 - add ManifoldJS packaging for Edge (Closed) Base URL: https://hg.adblockplus.org/buildtools/file/9a56d76cd951
Patch Set: Final patch set Created Aug. 9, 2018, 7:08 a.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
« no previous file with comments | « packagerEdge.py ('k') | templates/edge/AppxManifest.xml.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/edge/AppxBlockMap.xml.tmpl
diff --git a/templates/edge/AppxBlockMap.xml.tmpl b/templates/edge/AppxBlockMap.xml.tmpl
deleted file mode 100644
index 7c0d4a7b59c99a6080a86ca6db2e171eb11d3d5e..0000000000000000000000000000000000000000
--- a/templates/edge/AppxBlockMap.xml.tmpl
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<BlockMap xmlns="http://schemas.microsoft.com/appx/2010/blockmap" HashMethod="http://www.w3.org/2001/04/xmlenc#sha256">
- {% for file in files -%}
- <File Name="{{file.name}}" Size="{{file.size}}" LfhSize="{{file.lfh_size}}">
- {% for block in file.blocks -%}
- <Block Hash="{{block.hash}}"/>
- {% endfor -%}
- </File>
- {% endfor -%}
-</BlockMap>
« no previous file with comments | « packagerEdge.py ('k') | templates/edge/AppxManifest.xml.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld