зеркало из https://github.com/mozilla/pjs.git
Adding P3P to the packaging list. b=198148, r=ssu@netscape.com, sr=heikki@netscape.com
This commit is contained in:
Родитель
bfa99a8ade
Коммит
ecbe7cd410
|
@ -222,3 +222,7 @@ components\xmlextras_interfaceinfo.xpt
|
|||
;
|
||||
components\ucvmath.dll
|
||||
|
||||
; p3p
|
||||
components\p3p.dll
|
||||
components\p3p.xpt
|
||||
|
||||
|
|
|
@ -265,3 +265,8 @@ res/fonts/fontEncoding.properties
|
|||
;res/fonts/mathfontPUA.properties
|
||||
;res/fonts/mathfontSymbol.properties
|
||||
;Components/ucvmath.dylib
|
||||
|
||||
; p3p
|
||||
components/libp3p.dylib
|
||||
components/p3p.xpt
|
||||
|
||||
|
|
|
@ -271,3 +271,8 @@ res/entityTables/transliterate.properties
|
|||
;res/fonts/mathfontPUA.properties
|
||||
;res/fonts/mathfontSymbol.properties
|
||||
;components/libucvmath.so
|
||||
|
||||
; p3p
|
||||
components/libp3p.so
|
||||
components/p3p.xpt
|
||||
|
||||
|
|
|
@ -232,3 +232,6 @@ components\xmlextras_interfaceinfo.xpt
|
|||
;
|
||||
; components\ucvmath.dll
|
||||
|
||||
; p3p
|
||||
components\p3p.dll
|
||||
components\p3p.xpt
|
||||
|
|
|
@ -506,6 +506,7 @@ if(verifyDiskSpace(fProgram, srDest))
|
|||
registerChrome(SKIN | DELAYED_CHROME, getFolder("Chrome","modern.jar"),"skin/modern/navigator/");
|
||||
registerChrome(CONTENT | DELAYED_CHROME, getFolder("Chrome","help.jar"),"content/help/");
|
||||
registerChrome(CONTENT | DELAYED_CHROME, getFolder("Chrome","comm.jar"),"content/xbl-marquee/");
|
||||
registerChrome(CONTENT | DELAYED_CHROME, getFolder("Chrome","comm.jar"),"content/p3p/");
|
||||
|
||||
/* Log files that are created after the installer is done, so they can be uninstalled */
|
||||
logComment("Installing: " + fProgram + ".autoreg");
|
||||
|
|
|
@ -100,6 +100,7 @@ if (verifyDiskSpace(fProgram, srDest))
|
|||
registerChrome(CONTENT | DELAYED_CHROME, getFolder(cf,"pippki.jar"), "content/pippki/");
|
||||
registerChrome(CONTENT | DELAYED_CHROME, getFolder(cf,"pipnss.jar"), "content/pipnss/");
|
||||
registerChrome(CONTENT | DELAYED_CHROME, getFolder(cf,"comm.jar"),"content/xbl-marquee/");
|
||||
registerChrome(CONTENT | DELAYED_CHROME, getFolder(cf,"comm.jar"),"content/p3p/");
|
||||
|
||||
// make an alias to the browser on the desktop
|
||||
var desktopFolder = getFolder("Mac Desktop");
|
||||
|
|
|
@ -72,6 +72,7 @@ if (verifyDiskSpace(fProgram, srDest))
|
|||
registerChrome(chromeType, cf, localeName + "help/");
|
||||
registerChrome(chromeType, cf, localeName + "pippki/");
|
||||
registerChrome(chromeType, cf, localeName + "pipnss/");
|
||||
registerChrome(chromeType, cf, localeName + "p3p/");
|
||||
|
||||
registerChrome(chromeType, pf, localeName + "global-platform/");
|
||||
registerChrome(chromeType, pf, localeName + "communicator-platform/");
|
||||
|
|
|
@ -227,6 +227,10 @@ viewer:Components:mozldap.xpt
|
|||
viewer:Components:ldapAutoComplete.xpt
|
||||
viewer:Essential Files:LDAPClient.shlb
|
||||
|
||||
; p3p
|
||||
viewer:Components:p3p.xpt
|
||||
viewer:Components:p3p.shlb
|
||||
|
||||
viewer:chrome:help.jar
|
||||
viewer:chrome:comm.jar
|
||||
viewer:chrome:content-packs.jar
|
||||
|
|
|
@ -457,3 +457,7 @@ bin/res/inspector/search-registry.rdf
|
|||
;xpcomsample.xpt - Sample
|
||||
;xpctest.dll -Test
|
||||
;xpconnect_tests.xpt - Test
|
||||
|
||||
; p3p
|
||||
bin/components/p3p.xpt
|
||||
bin/components/p3p.dll
|
||||
|
|
|
@ -241,6 +241,9 @@ bin/res/samples/*
|
|||
bin/res/builtin/htmlBindings.xml
|
||||
bin/res/builtin/platformHTMLBindings.xml
|
||||
|
||||
; p3p
|
||||
bin/components/p3p.xpt
|
||||
bin/components/libp3p.so
|
||||
|
||||
[mail]
|
||||
bin/components/libmeta_mail.so
|
||||
|
|
|
@ -205,6 +205,9 @@ bin\components\nsDownloadProgressListener.js
|
|||
bin\components\typeaheadfind.xpt
|
||||
bin\components\nsCloseAllWindows.js
|
||||
|
||||
; p3p
|
||||
bin\components\p3p.dll
|
||||
bin\components\p3p.xpt
|
||||
|
||||
; chrome stuff
|
||||
bin\chrome\help.jar
|
||||
|
|
|
@ -249,6 +249,10 @@ bin/liblber50.so
|
|||
bin/components/libmozldap.so
|
||||
bin/components/mozldap.xpt
|
||||
|
||||
; p3p
|
||||
bin/components/p3p.xpt
|
||||
bin/components/libp3p.so
|
||||
|
||||
bin/chrome/help.jar
|
||||
bin/chrome/toolkit.jar
|
||||
bin/chrome/comm.jar
|
||||
|
|
|
@ -103,6 +103,7 @@ if (verifyDiskSpace(communicatorFolder, srDest))
|
|||
registerChrome(SKIN | DELAYED_CHROME, getFolder(cf,"modern.jar"),"skin/modern/navigator/");
|
||||
registerChrome(CONTENT | DELAYED_CHROME, getFolder(cf,"help.jar"),"content/help/");
|
||||
registerChrome(CONTENT | DELAYED_CHROME, getFolder(cf,"comm.jar"),"content/xbl-marquee/");
|
||||
registerChrome(CONTENT | DELAYED_CHROME, getFolder(cf,"comm.jar"),"content/p3p/");
|
||||
|
||||
if (err==SUCCESS)
|
||||
{
|
||||
|
|
|
@ -73,6 +73,7 @@ if (verifyDiskSpace(fProgram, srDest))
|
|||
registerChrome(chromeType, cf, localeName + "net2phone/");
|
||||
registerChrome(chromeType, cf, localeName + "pipnss/");
|
||||
registerChrome(chromeType, cf, localeName + "pippki/");
|
||||
registerChrome(chromeType, cf, localeName + "p3p/");
|
||||
|
||||
registerChrome(chromeType, pf, localeName + "global-platform/");
|
||||
registerChrome(chromeType, pf, localeName + "communicator-platform/");
|
||||
|
|
|
@ -611,6 +611,7 @@ if(verifyDiskSpace(fProgram, srDest))
|
|||
registerChrome(SKIN | DELAYED_CHROME, getFolder("Chrome","modern.jar"),"skin/modern/navigator/");
|
||||
registerChrome(CONTENT | DELAYED_CHROME, getFolder("Chrome","help.jar"),"content/help/");
|
||||
registerChrome(CONTENT | DELAYED_CHROME, getFolder("Chrome","comm.jar"),"content/xbl-marquee/");
|
||||
registerChrome(CONTENT | DELAYED_CHROME, getFolder("Chrome","comm.jar"),"content/p3p/");
|
||||
|
||||
// We need to register the psm chrome files.
|
||||
// We're checking to see if they exist first in case
|
||||
|
|
|
@ -73,6 +73,7 @@ if(verifyDiskSpace(fProgram, srDest))
|
|||
registerChrome(chromeType, cf, localeName + "help/");
|
||||
registerChrome(chromeType, cf, localeName + "pippki/");
|
||||
registerChrome(chromeType, cf, localeName + "pipnss/");
|
||||
registerChrome(chromeType, cf, localeName + "p3p/");
|
||||
|
||||
registerChrome(chromeType, pf, localeName + "global-platform/");
|
||||
registerChrome(chromeType, pf, localeName + "communicator-platform/");
|
||||
|
|
Загрузка…
Ссылка в новой задаче