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

Unified Diff: templates/edge/[Content_Types].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 | « templates/edge/AppxManifest.xml.tmpl ('k') | tests/abp-150.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/edge/[Content_Types].xml.tmpl
diff --git a/templates/edge/[Content_Types].xml.tmpl b/templates/edge/[Content_Types].xml.tmpl
deleted file mode 100644
index 54b5c2f0d4d7344443fb1a40b79f44e060392ecb..0000000000000000000000000000000000000000
--- a/templates/edge/[Content_Types].xml.tmpl
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
- {% for extension, content_type in defaults.items() -%}
- <Default Extension="{{ extension }}" ContentType="{{ content_type }}"/>
- {% endfor -%}
- {% for part_name, content_type in overrides.items() -%}
- <Override PartName="{{ part_name }}" ContentType="{{ content_type }}"/>
- {% endfor -%}
-</Types>
« no previous file with comments | « templates/edge/AppxManifest.xml.tmpl ('k') | tests/abp-150.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld