mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 08:55:46 +01:00
Add missing em:type flags to install.rdf files.
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<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>pentadactyl@dactyl.googlecode.com</em:id>
|
||||
<em:name>Pentadactyl</em:name>
|
||||
<em:version>1.0b6pre</em:version>
|
||||
<em:description>Firefox for Vim and Links addicts</em:description>
|
||||
<em:homepageURL>http://dactyl.sourceforge.net/pentadactyl</em:homepageURL>
|
||||
<em:iconURL>resource://dactyl-local-skin/icon.png</em:iconURL>
|
||||
<em:bootstrap>true</em:bootstrap>
|
||||
<Description about="urn:mozilla:install-manifest"
|
||||
em:id="pentadactyl@dactyl.googlecode.com"
|
||||
em:type="2"
|
||||
em:name="Pentadactyl"
|
||||
em:version="1.0b6pre"
|
||||
em:description="Firefox for Vim and Links addicts"
|
||||
em:homepageURL="http://dactyl.sourceforge.net/pentadactyl"
|
||||
em:iconURL="resource://dactyl-local-skin/icon.png"
|
||||
em:bootstrap="true">
|
||||
|
||||
<em:creator>Kris Maglione, Doug Kearns</em:creator>
|
||||
<em:developer>Kris Maglione</em:developer>
|
||||
|
||||
Reference in New Issue
Block a user