[Pkg-javascript-commits] [pdf.js] 15/414: Changing Firefox Addon ID
David Prévot
taffit at moszumanska.debian.org
Tue Jun 28 17:12:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 2fb9baf6f12f2e03cb36a33e73e3509607c04b14
Author: Yury Delendik <ydelendik at mozilla.com>
Date: Fri Dec 18 09:06:23 2015 -0600
Changing Firefox Addon ID
.. to allow AMO publishing to the unlisted extensions for automatic signing.
---
extensions/firefox/install.rdf | 8 ++++----
extensions/firefox/update.rdf | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/extensions/firefox/install.rdf b/extensions/firefox/install.rdf
index 041e589..eb683b9 100644
--- a/extensions/firefox/install.rdf
+++ b/extensions/firefox/install.rdf
@@ -4,7 +4,7 @@
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
- <em:id>uriloader at pdf.js</em:id>
+ <em:id>viewer at pdf.js</em:id>
<!-- PDFJS_LOCALIZED_METADATA -->
<em:name>PDF Viewer</em:name>
<em:version>PDFJSSCRIPT_VERSION</em:version>
@@ -14,7 +14,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>10.0</em:minVersion>
- <em:maxVersion>15.0a1</em:maxVersion>
+ <em:maxVersion>46.0a1</em:maxVersion>
</Description>
</em:targetApplication>
@@ -23,7 +23,7 @@
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.7</em:minVersion>
- <em:maxVersion>2.12a1</em:maxVersion>
+ <em:maxVersion>2.39</em:maxVersion>
</Description>
</em:targetApplication>
@@ -32,7 +32,7 @@
<Description>
<em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
<em:minVersion>11.0</em:minVersion>
- <em:maxVersion>16.0a1</em:maxVersion>
+ <em:maxVersion>46.0a1</em:maxVersion>
</Description>
</em:targetApplication>
diff --git a/extensions/firefox/update.rdf b/extensions/firefox/update.rdf
index b31051b..0dcc709 100644
--- a/extensions/firefox/update.rdf
+++ b/extensions/firefox/update.rdf
@@ -3,7 +3,7 @@
<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 at pdf.js">
+ <RDF:Description about="urn:mozilla:extension:viewer at pdf.js">
<em:updates>
<RDF:Seq>
<RDF:li>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list