diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-01-25 19:03:35 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-01-25 19:03:35 -0500 |
commit | 44bdb6e6661c941423456445052c5bcc65d80452 (patch) | |
tree | 03ff841ce50a6840c4dc8a8de23cd1c3a2dadf75 /melodactyl/install.rdf | |
parent | ec42ad5a5afeaae016065fc9146d454be4948e7b (diff) | |
download | pentadactyl-44bdb6e6661c941423456445052c5bcc65d80452.tar.gz |
Add missing em:type flags to install.rdf files.
Diffstat (limited to 'melodactyl/install.rdf')
-rw-r--r-- | melodactyl/install.rdf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/melodactyl/install.rdf b/melodactyl/install.rdf index ac3a7361..f0b625d8 100644 --- a/melodactyl/install.rdf +++ b/melodactyl/install.rdf @@ -2,16 +2,16 @@ <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#" xmlns:songbird="http://www.songbirdnest.com/2007/addon-metadata-rdf#"> - <Description about="urn:mozilla:install-manifest"> - <em:id>melodactyl@dactyl.googlecode.com</em:id> - <em:type>2</em:type> - <em:name>Melodactyl</em:name> - <em:version>0.1a1pre</em:version> - <em:description>Songbird for Vim and CMus junkies.</em:description> - <em:creator>Prathyush Thota</em:creator> - <em:homepageURL>http://dactyl.sourceforge.net/</em:homepageURL> - <em:iconURL>chrome://melodactyl/skin/icon.png</em:iconURL> - <em:optionsURL>chrome://dactyl/content/preferences.xul</em:optionsURL> + <Description about="urn:mozilla:install-manifest" + em:id="melodactyl@dactyl.googlecode.com" + em:type="2" + em:name="Melodactyl" + em:version="0.1a1pre" + em:description="Songbird for Vim and CMus junkies." + em:creator="Prathyush Thota" + em:homepageURL="http://dactyl.sourceforge.net/" + em:iconURL="chrome://melodactyl/skin/icon.png" + em:optionsURL="chrome://dactyl/content/preferences.xul"> <em:targetApplication> <Description> <em:id>songbird@songbirdnest.com</em:id> |