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: Created July 11, 2018, 12:05 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: 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>

Powered by Google App Engine
This is Rietveld