1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-01 07:43:32 +02:00

Fix :version for non-XPI installs. Fix :extensions in FF 3.6.

This commit is contained in:
Kris Maglione
2010-09-18 07:24:35 -04:00
parent ce179ee3b6
commit a53edafac1
12 changed files with 32 additions and 19 deletions

View File

@@ -1,6 +1,5 @@
#### configuration
VERSION = 0.2a1pre
NAME = xulmus
include ../common/Makefile

View File

@@ -11,3 +11,6 @@
<!ENTITY dactyl.statusBefore "statusbar-display">
<!ENTITY dactyl.statusAfter "">
<!ENTITY xmlns.dactyl "http://vimperator.org/namespaces/liberator">
<!ENTITY xmlns.html "http://www.w3.org/1999/xhtml">
<!ENTITY xmlns.xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

View File

@@ -6,7 +6,7 @@
<em:id>xulmus@vimperator.org</em:id>
<em:type>2</em:type>
<em:name>Xulmus</em:name>
<em:version>###VERSION###</em:version>
<em:version>0.2a1pre</em:version>
<em:description>Makes Songbird behave like Vim and CMus.</em:description>
<em:creator>Prathyush Thota</em:creator>
<em:homepageURL>http://vimperator.org</em:homepageURL>