mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
Bug 350688 Dictionaries should form part of the locale pack in the installer (windows patch). r/sr=neil
This commit is contained in:
parent
273481f3d7
commit
aa93cb3198
@ -37,6 +37,7 @@ bin\chrome\en-US\*
|
||||
bin\defaults\profile\en-US\*
|
||||
bin\defaults\messenger\en-US\*
|
||||
bin\searchplugins\*
|
||||
bin\dictionaries\*
|
||||
|
||||
[deflenus]
|
||||
;
|
||||
@ -174,6 +175,11 @@ bin\components\auth.dll
|
||||
bin\components\websrvcs.dll
|
||||
bin\components\websrvcs.xpt
|
||||
|
||||
; spellchecker (may not be present)
|
||||
bin\components\myspell.dll
|
||||
bin\components\spellchk.dll
|
||||
bin\components\spellchecker.xpt
|
||||
|
||||
; LDAP components need to be in the browser for AutoConfig
|
||||
bin\components\mozldap.dll
|
||||
bin\components\mozldap.xpt
|
||||
@ -373,11 +379,5 @@ bin\res\inspector\search-registry.rdf
|
||||
bin\components\sroaming.dll
|
||||
bin\chrome\sroaming.jar
|
||||
|
||||
[spellcheck]
|
||||
bin\components\myspell.dll
|
||||
bin\components\spellchk.dll
|
||||
bin\components\spellchecker.xpt
|
||||
bin\dictionaries\*
|
||||
|
||||
[reporter]
|
||||
bin\chrome\reporter.jar
|
||||
|
@ -248,18 +248,17 @@ C0=Component XPCOM
|
||||
C1=Component GRE
|
||||
C2=Component Navigator
|
||||
C3=Component MailNews
|
||||
C4=Component Spellchecker
|
||||
C5=Component Uninstaller
|
||||
C6=Component Chatzilla
|
||||
C7=Component Venkman
|
||||
C8=Component US English Profile Defaults
|
||||
C9=Component En US lang pack
|
||||
C10=Component DOM Inspector
|
||||
C11=Component SRoaming
|
||||
C12=Component RPT
|
||||
C4=Component Uninstaller
|
||||
C5=Component Chatzilla
|
||||
C6=Component Venkman
|
||||
C7=Component US English Profile Defaults
|
||||
C8=Component En US lang pack
|
||||
C9=Component DOM Inspector
|
||||
C10=Component SRoaming
|
||||
C11=Component RPT
|
||||
; Make sure Component QFA is LAST so 3rd party developers who might not want
|
||||
; this component can easily remove it.
|
||||
C13=Component QFA
|
||||
C12=Component QFA
|
||||
|
||||
[Setup Type2]
|
||||
;*** LOCALIZE ME BABY ***
|
||||
@ -276,18 +275,17 @@ C0=Component XPCOM
|
||||
C1=Component GRE
|
||||
C2=Component Navigator
|
||||
C3=Component MailNews
|
||||
C4=Component Spellchecker
|
||||
C5=Component Uninstaller
|
||||
C6=Component Chatzilla
|
||||
C7=Component Venkman
|
||||
C8=Component US English Profile Defaults
|
||||
C9=Component En US lang pack
|
||||
C10=Component DOM Inspector
|
||||
C11=Component SRoaming
|
||||
C12=Component RPT
|
||||
C4=Component Uninstaller
|
||||
C5=Component Chatzilla
|
||||
C6=Component Venkman
|
||||
C7=Component US English Profile Defaults
|
||||
C8=Component En US lang pack
|
||||
C9=Component DOM Inspector
|
||||
C10=Component SRoaming
|
||||
C11=Component RPT
|
||||
; Make sure Component QFA is LAST so 3rd party developers who might not want
|
||||
; this component can easily remove it.
|
||||
C13=Component QFA
|
||||
C12=Component QFA
|
||||
|
||||
|
||||
|
||||
@ -652,17 +650,6 @@ $InstallSizeArchive$:mail.xpi
|
||||
Attributes=SELECTED|FORCE_UPGRADE
|
||||
Force Upgrade File0=[SETUP PATH]\msgbsutl.dll
|
||||
|
||||
[Component Spellchecker]
|
||||
Description Short=Spellchecker
|
||||
;*** LOCALIZE ME BABY ***
|
||||
Description Long=for spellchecking
|
||||
Archive=spellcheck.xpi
|
||||
$InstallSize$:spellcheck
|
||||
$InstallSizeSystem$
|
||||
$InstallSizeArchive$:spellcheck.xpi
|
||||
Attributes=SELECTED|FORCE_UPGRADE
|
||||
Force Upgrade File0=[SETUP PATH]\myspell.dll
|
||||
|
||||
[Component Uninstaller]
|
||||
Description Short=$CompanyName$ Uninstaller
|
||||
;*** LOCALIZE ME BABY ***
|
||||
|
@ -211,7 +211,6 @@ if(!(-d "$gDirStageProduct"))
|
||||
@gComponentList = ("xpcom",
|
||||
"browser",
|
||||
"mail",
|
||||
"spellcheck",
|
||||
"talkback",
|
||||
"chatzilla",
|
||||
"deflenus",
|
||||
|
Loading…
x
Reference in New Issue
Block a user