зеркало из https://github.com/mozilla/gecko-dev.git
Bug 350688 Dictionaries should form part of the locale pack in the installer (os2 part). r=ajschult,sr=neil.
This commit is contained in:
Родитель
39e7d69988
Коммит
62d8a15115
|
@ -166,18 +166,17 @@ C0=Component XPCOM
|
||||||
C1=Component Navigator
|
C1=Component Navigator
|
||||||
C2=Component MailNews
|
C2=Component MailNews
|
||||||
C3=Component PSM
|
C3=Component PSM
|
||||||
C4=Component Spellchecker
|
C4=Component Chatzilla
|
||||||
C5=Component Chatzilla
|
C5=Component Venkman
|
||||||
C6=Component Venkman
|
C6=Component US English Profile Defaults
|
||||||
C7=Component US English Profile Defaults
|
C7=Component En US lang pack
|
||||||
C8=Component En US lang pack
|
C8=Component DOM Inspector
|
||||||
C9=Component DOM Inspector
|
C9=Component Uninstaller
|
||||||
C10=Component Uninstaller
|
|
||||||
; Make sure Component QFA is LAST so 3rd party developers who might not want
|
; Make sure Component QFA is LAST so 3rd party developers who might not want
|
||||||
; this component can easily remove it.
|
; this component can easily remove it.
|
||||||
;C11=Component QFA
|
;C11=Component QFA
|
||||||
C11=Component RPT
|
C10=Component RPT
|
||||||
C12=Component SRoaming
|
C11=Component SRoaming
|
||||||
|
|
||||||
[Setup Type2]
|
[Setup Type2]
|
||||||
;*** LOCALIZE ME BABY ***
|
;*** LOCALIZE ME BABY ***
|
||||||
|
@ -194,18 +193,17 @@ C0=Component XPCOM
|
||||||
C1=Component Navigator
|
C1=Component Navigator
|
||||||
C2=Component MailNews
|
C2=Component MailNews
|
||||||
C3=Component PSM
|
C3=Component PSM
|
||||||
C4=Component Spellchecker
|
C4=Component Chatzilla
|
||||||
C5=Component Chatzilla
|
C5=Component Venkman
|
||||||
C6=Component Venkman
|
C6=Component US English Profile Defaults
|
||||||
C7=Component US English Profile Defaults
|
C7=Component En US lang pack
|
||||||
C8=Component En US lang pack
|
C8=Component DOM Inspector
|
||||||
C9=Component DOM Inspector
|
C9=Component Uninstaller
|
||||||
C10=Component Uninstaller
|
|
||||||
; Make sure Component QFA is LAST so 3rd party developers who might not want
|
; Make sure Component QFA is LAST so 3rd party developers who might not want
|
||||||
; this component can easily remove it.
|
; this component can easily remove it.
|
||||||
;C11=Component QFA
|
;C11=Component QFA
|
||||||
C11=Component RPT
|
C10=Component RPT
|
||||||
C12=Component SRoaming
|
C11=Component SRoaming
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -473,17 +471,6 @@ Attributes=SELECTED|FORCE_UPGRADE
|
||||||
Force Upgrade File0=[SETUP PATH]\msgbsutl.dll
|
Force Upgrade File0=[SETUP PATH]\msgbsutl.dll
|
||||||
|
|
||||||
|
|
||||||
[Component Spellchecker]
|
|
||||||
Description Short=Spellchecker
|
|
||||||
;*** LOCALIZE ME BABY ***
|
|
||||||
Description Long=for spellchecking
|
|
||||||
Archive=spellcheck.xpi
|
|
||||||
$InstallSize$:spellcheck
|
|
||||||
$InstallSizeArchive$:spellcheck.xpi
|
|
||||||
Attributes=SELECTED|FORCE_UPGRADE
|
|
||||||
Force Upgrade File0=[SETUP PATH]\myspell.dll
|
|
||||||
|
|
||||||
|
|
||||||
[Component Uninstaller]
|
[Component Uninstaller]
|
||||||
Description Short=$CompanyName$ Uninstaller
|
Description Short=$CompanyName$ Uninstaller
|
||||||
*** LOCALIZE ME BABY ***
|
*** LOCALIZE ME BABY ***
|
||||||
|
|
|
@ -219,7 +219,6 @@ if(!(-d "$gDirStageProduct"))
|
||||||
@gComponentList = ("xpcom",
|
@gComponentList = ("xpcom",
|
||||||
"browser",
|
"browser",
|
||||||
"mail",
|
"mail",
|
||||||
"spellcheck",
|
|
||||||
"psm",
|
"psm",
|
||||||
"chatzilla",
|
"chatzilla",
|
||||||
"deflenus",
|
"deflenus",
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
var srDest = $SpaceRequired$;
|
|
||||||
|
|
||||||
var err = initInstall("SeaMonkey Myspell Spellchecker", "Spellchecker", "$Version$");
|
|
||||||
logComment("initInstall: " + err);
|
|
||||||
|
|
||||||
fProgram = getFolder("Program");
|
|
||||||
logComment("fProgram: " + fProgram)
|
|
||||||
|
|
||||||
if (verifyDiskSpace(fProgram, srDest))
|
|
||||||
{
|
|
||||||
setPackageFolder(fProgram);
|
|
||||||
|
|
||||||
addDirectory("Spellchecker",
|
|
||||||
"$Version$",
|
|
||||||
"bin",
|
|
||||||
fProgram,
|
|
||||||
"");
|
|
||||||
|
|
||||||
if (err==SUCCESS)
|
|
||||||
performInstall();
|
|
||||||
else
|
|
||||||
cancelInstall(err);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
cancelInstall(INSUFFICIENT_DISK_SPACE);
|
|
|
@ -20,6 +20,7 @@ bin/chrome/en-US.manifest
|
||||||
bin/defaults/profile/en-US/*
|
bin/defaults/profile/en-US/*
|
||||||
bin/defaults/messenger/en-US/*
|
bin/defaults/messenger/en-US/*
|
||||||
bin/searchplugins/*
|
bin/searchplugins/*
|
||||||
|
bin/dictionaries/*
|
||||||
|
|
||||||
[deflenus]
|
[deflenus]
|
||||||
;
|
;
|
||||||
|
@ -306,6 +307,11 @@ bin/components/websrvcs.xpt
|
||||||
bin/components/xulappinfo.js
|
bin/components/xulappinfo.js
|
||||||
bin/components/xulappinfo.xpt
|
bin/components/xulappinfo.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
|
; LDAP components need to be in the browser for AutoConfig
|
||||||
bin/components/mozldap.dll
|
bin/components/mozldap.dll
|
||||||
bin/components/mozldap.xpt
|
bin/components/mozldap.xpt
|
||||||
|
@ -519,12 +525,6 @@ bin/defaults/pref/inspector.js
|
||||||
bin/res/inspector/viewer-registry.rdf
|
bin/res/inspector/viewer-registry.rdf
|
||||||
bin/res/inspector/search-registry.rdf
|
bin/res/inspector/search-registry.rdf
|
||||||
|
|
||||||
[spellcheck]
|
|
||||||
bin/components/myspell.dll
|
|
||||||
bin/components/spellchk.dll
|
|
||||||
bin/components/spellchecker.xpt
|
|
||||||
bin/dictionaries/*
|
|
||||||
|
|
||||||
[reporter]
|
[reporter]
|
||||||
bin/chrome/reporter.jar
|
bin/chrome/reporter.jar
|
||||||
bin/chrome/reporter.manifest
|
bin/chrome/reporter.manifest
|
||||||
|
|
Загрузка…
Ссылка в новой задаче