]> git.parisson.com Git - pdf.js.git/commitdiff
Add the missing update.rdf file.
authorBrendan Dahl <brendan.dahl@gmail.com>
Sat, 7 Jan 2012 19:41:46 +0000 (11:41 -0800)
committerBrendan Dahl <brendan.dahl@gmail.com>
Sat, 7 Jan 2012 19:41:46 +0000 (11:41 -0800)
extensions/firefox/update.rdf [new file with mode: 0644]

diff --git a/extensions/firefox/update.rdf b/extensions/firefox/update.rdf
new file mode 100644 (file)
index 0000000..5cdfff5
--- /dev/null
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:em="http://www.mozilla.org/2004/em-rdf#">
+
+  <RDF:Description about="urn:mozilla:extension:uriloader@pdf.js">
+    <em:updates>
+      <RDF:Seq>
+        <RDF:li>
+          <RDF:Description>
+            <em:version>0.2.PDFJSSCRIPT_BUILD</em:version>
+            <em:targetApplication>
+              <RDF:Description>
+                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+                <em:minVersion>6.0</em:minVersion>
+                <em:maxVersion>11.*</em:maxVersion>
+                <em:updateLink>https://github.com/mozilla/pdf.js/raw/gh-pages/extensions/firefox/pdf.js.xpi</em:updateLink>
+              </RDF:Description>
+            </em:targetApplication>
+          </RDF:Description>
+        </RDF:li>
+      </RDF:Seq>
+    </em:updates>
+  </RDF:Description>
+</RDF:RDF>
\ No newline at end of file