[Pkg-mozext-commits] [tabmixplus] 83/107: Update install.rdf to prevent AMO validation error 'The RDF parser was unable to parse the install.rdf file included with this add-on'

David Prévot taffit at moszumanska.debian.org
Tue Dec 29 19:02:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit 48b19c7114ca19596de3ab22c1c77f5980c3b795
Author: onemen <tabmix.onemen at gmail.com>
Date:   Fri Nov 27 09:56:16 2015 +0200

    Update install.rdf to prevent AMO validation error 'The RDF parser was unable to parse the install.rdf file included with this add-on'
---
 install.rdf | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/install.rdf b/install.rdf
index 2d64b20..f12b77e 100644
--- a/install.rdf
+++ b/install.rdf
@@ -15,15 +15,22 @@
                    NS1:aboutURL="chrome://tabmixplus/content/about.xul"
                    NS1:creator="ONEMEN (tabmix.onemen at gmail.com)"
                    NS1:developer="ONEMEN">
-    <NS1:targetApplication RDF:resource="rdf:#$n83In3"/>
-    <NS1:targetApplication RDF:resource="rdf:#$n74Pm2"/>
-  </RDF:Description>
-  <RDF:Description RDF:about="rdf:#$n83In3"
+
+    <!-- Firefox -->
+    <NS1:targetApplication>
+      <RDF:Description RDF:about="rdf:#$n83In3"
                    NS1:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
                    NS1:minVersion="31.0"
-                   NS1:maxVersion="45.0a1" />
-  <RDF:Description RDF:about="rdf:#$n74Pm2"
+                   NS1:maxVersion="45.0a1" />    
+    </NS1:targetApplication>
+
+    <!-- PaleMoon -->
+    <NS1:targetApplication>
+      <RDF:Description RDF:about="rdf:#$n74Pm2"
                    NS1:id="{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}"
                    NS1:minVersion="25.0"
-                   NS1:maxVersion="25.*" />
+                   NS1:maxVersion="26.*" />
+    </NS1:targetApplication>
+
+  </RDF:Description>
 </RDF:RDF>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list