bug 349743 - Sets build ID in Lightning description to BUILD_ID. patch by ssitter, r1=lilmatt, r2=dmose

This commit is contained in:
mattwillis%gmail.com 2006-08-27 01:54:21 +00:00
Родитель 5346f81114
Коммит dc5fbe5ae2
2 изменённых файлов: 2 добавлений и 3 удалений

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

@ -72,8 +72,7 @@ DEFINES += -DFIREFOX_VERSION=$(FIREFOX_VERSION)
DEFINES += -DTARGET_PLATFORM=$(OS_TARGET)_$(TARGET_XPCOM_ABI)
MOZ_BUILD_DATE = $(shell $(PERL) -I$(topsrcdir)/config $(topsrcdir)/config/bdate.pl)
DEFINES += -DMOZ_BUILD_DATE=$(MOZ_BUILD_DATE)
DEFINES += -DBUILD_ID=$(BUILD_ID)
PREF_JS_EXPORTS = $(srcdir)/content/lightning.js

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

@ -42,7 +42,7 @@
<em:name>Lightning</em:name>
<em:version>0.1+</em:version>
<em:description>An experimental calendar extension (build @MOZ_BUILD_DATE@)</em:description>
<em:description>An experimental calendar extension (build @BUILD_ID@)</em:description>
<em:creator>Mozilla Calendar Squad</em:creator>
<em:updateURL>http://www.mozilla.org/projects/calendar/lightning/@TARGET_PLATFORM@/update.rdf</em:updateURL>