[Pkg-mozext-commits] [nostalgy] 53/235: *** empty log message ***
David Prévot
taffit at alioth.debian.org
Tue Oct 8 20:41:37 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository nostalgy.
commit 8fd0b26512717be818d22d54a9d40a5240f688b5
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Sun Nov 12 08:13:25 2006 +0000
*** empty log message ***
git-svn-id: http://nostalgy.googlecode.com/svn/trunk@53 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
install.rdf | 41 ++++++++++++++++++++---------------------
1 file changed, 20 insertions(+), 21 deletions(-)
diff --git a/install.rdf b/install.rdf
index ae83a61..081139f 100644
--- a/install.rdf
+++ b/install.rdf
@@ -1,21 +1,20 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>nostalgy at alain.frisch</em:id>
- <em:name>Nostalgy</em:name>
- <em:version>0.1.9</em:version>
- <em:creator>Alain Frisch</em:creator>
- <em:description>Adds shortcuts to change folder, move message, with folder completion</em:description>
- <em:homepageURL>http://www.eleves.ens.fr/home/frisch/soft_mozilla.html</em:homepageURL>
- <em:aboutURL>chrome://nostalgy/content/about.xul</em:aboutURL>
- <em:optionsURL>chrome://nostalgy/content/edit_prefs.xul</em:optionsURL>
- <em:targetApplication>
- <Description>
- <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> <!-- thunderbird -->
- <em:minVersion>1.5</em:minVersion>
- <em:maxVersion>2.0b1</em:maxVersion>
- </Description>
- </em:targetApplication>
- </Description>
-</RDF>
+<?xml version="1.0"?>
+<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="urn:mozilla:install-manifest"
+ em:id="nostalgy at alain.frisch"
+ em:name="Nostalgy"
+ em:version="0.1.9"
+ em:creator="Alain Frisch"
+ em:description="Adds shortcuts to change folder, move message, with folder completion"
+ em:homepageURL="http://www.eleves.ens.fr/home/frisch/soft_mozilla.html"
+ em:aboutURL="chrome://nostalgy/content/about.xul"
+ em:optionsURL="chrome://nostalgy/content/edit_prefs.xul">
+ <em:targetApplication RDF:resource="rdf:#$3Mz8c3"/>
+ </RDF:Description>
+ <RDF:Description RDF:about="rdf:#$3Mz8c3"
+ em:id="{3550f703-e582-4d05-9a08-453d09bdfdc6}"
+ em:minVersion="1.5"
+ em:maxVersion="2.0b1" />
+</RDF:RDF>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git
More information about the Pkg-mozext-commits
mailing list