summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/addons/test_bug324121_9/install.rdf
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/mozapps/extensions/test/addons/test_bug324121_9/install.rdf')
-rw-r--r--toolkit/mozapps/extensions/test/addons/test_bug324121_9/install.rdf25
1 files changed, 25 insertions, 0 deletions
diff --git a/toolkit/mozapps/extensions/test/addons/test_bug324121_9/install.rdf b/toolkit/mozapps/extensions/test/addons/test_bug324121_9/install.rdf
new file mode 100644
index 000000000..7804e833c
--- /dev/null
+++ b/toolkit/mozapps/extensions/test/addons/test_bug324121_9/install.rdf
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+
+<!-- Compatible to install -->
+
+<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>bug324121_9@tests.mozilla.org</em:id>
+ <em:version>1</em:version>
+
+ <em:targetApplication>
+ <Description>
+ <em:id>toolkit@mozilla.org</em:id>
+ <em:minVersion>1</em:minVersion>
+ <em:maxVersion>3</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+
+ <em:name>Bug 324121 Test 9</em:name>
+ <em:updateURL>http://localhost:4444/data/test_bug324121_9.rdf</em:updateURL>
+
+ </Description>
+</RDF>
+