bug 334417 patch C Default theme should use SUNBIRD_VERSION r=mvl

This commit is contained in:
mattwillis%gmail.com 2006-05-12 23:03:50 +00:00
Родитель 96a37d2cfa
Коммит 609903733a
2 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -20,6 +20,7 @@
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
# Matthew Willis <mattwillis@gmail.com>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
@ -43,6 +44,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
DEFINES += -DSUNBIRD_VERSION=$(SUNBIRD_VERSION)
FILES := \
install.rdf \
$(NULL)

Просмотреть файл

@ -1,5 +1,7 @@
<?xml version="1.0"?>
#filter substitution
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
@ -12,8 +14,8 @@
<em:targetApplication>
<Description>
<em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id>
<em:minVersion>0.1</em:minVersion>
<em:maxVersion>0.3</em:maxVersion>
<em:minVersion>@SUNBIRD_VERSION@</em:minVersion>
<em:maxVersion>@SUNBIRD_VERSION@</em:maxVersion>
</Description>
</em:targetApplication>