summaryrefslogtreecommitdiff
path: root/tests/dh_xul-ext/default-to-compatible/install.rdf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-03-23 01:08:19 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-03-23 01:08:19 +0900
commit366ae1dfd7460efc0f49a4ee9402192eb61759c9 (patch)
treeff16c4e8ee5e831d4b19da831b3b2c48b566af16 /tests/dh_xul-ext/default-to-compatible/install.rdf
mozilla-devscripts (0.45.1) unstable; urgency=high
* Restore generation of iceweasel entries for Depends:, Enhances: etc. to ease the Iceweasel -> Firefox transition. (Closes: #818756) Update test suite accordingly. * Also restore generation of iceweasel-* binary packages. * Preemptively add generation of thunderbird entries for Depends:, Enhances: etc. for the upcoming Icedove -> Thunderbird transition. Update test suite accordingly. # imported from the archive
Diffstat (limited to 'tests/dh_xul-ext/default-to-compatible/install.rdf')
-rw-r--r--tests/dh_xul-ext/default-to-compatible/install.rdf24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/dh_xul-ext/default-to-compatible/install.rdf b/tests/dh_xul-ext/default-to-compatible/install.rdf
new file mode 100644
index 0000000..d8958fe
--- /dev/null
+++ b/tests/dh_xul-ext/default-to-compatible/install.rdf
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
+ <Description about="urn:mozilla:install-manifest">
+ <em:id>{deadda7a-fee1-dead-coo1-d00ddeadc0de}</em:id>
+ <em:version>1.0</em:version>
+ <em:name>mozilla-devscripts test package</em:name>
+ <em:targetApplication>
+ <Description>
+ <!-- Firefox -->
+ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+ <em:minVersion>4.0</em:minVersion>
+ <em:maxVersion>11</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+ <em:targetApplication>
+ <Description>
+ <!-- Icedove/Thunderbird -->
+ <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
+ <em:minVersion>5.0</em:minVersion>
+ <em:maxVersion>12.0</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+ </Description>
+</RDF>