[Pkg-mozext-commits] [itsalltext] 149/459: * added flock to supported list

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:16 UTC 2015


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

taffit pushed a commit to branch master
in repository itsalltext.

commit b0eeee274eed579863bb2a57dc85f3fb949f216d
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Mon Feb 26 09:46:11 2007 -0500

    * added flock to supported list
---
 install.rdf | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/install.rdf b/install.rdf
index 9af2b9a..c5beacf 100644
--- a/install.rdf
+++ b/install.rdf
@@ -2,10 +2,16 @@
 <RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
          xmlns:NC="http://home.netscape.com/NC-rdf#"
          xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
-  <RDF:Description RDF:about="rdf:#$dlkc22"
+  <!-- FireFox -->
+  <RDF:Description RDF:about="rdf:#$firefox"
                    em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
                    em:minVersion="1.5"
                    em:maxVersion="3.0a3" />
+  <!-- Flock -->
+  <RDF:Description RDF:about="rdf:#$flock"
+                   em:id="{a463f10c-3994-11da-9945-000d60ca027b}"
+                   em:minVersion="0.4"
+                   em:maxVersion="0.8" />
   <RDF:Description RDF:about="urn:mozilla:install-manifest"
                    em:id="itsalltext at docwhat.gerf.org"
                    em:version="0.4.2"
@@ -17,6 +23,7 @@
                    em:iconURL="chrome://itsalltext/content/icon.png"
                    em:aboutURL="chrome://itsalltext/content/about.xul"
                    em:creator="Christian Höltje">
-    <em:targetApplication RDF:resource="rdf:#$dlkc22"/>
+    <em:targetApplication RDF:resource="rdf:#$firefox"/>
+    <em:targetApplication RDF:resource="rdf:#$flock"/>
   </RDF:Description>
 </RDF:RDF>

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



More information about the Pkg-mozext-commits mailing list