diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 14:10:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 14:10:29 +0000 |
commit | babb9f85c9f6d926f0a7968fd3207a88ee07a982 (patch) | |
tree | 725cb06e33f77ad7d4a55d8403ba0f2fc741ff8d | |
parent | f28cfffb6a59ecf358e6e47aea3416f58e240e2f (diff) |
INTEGRATION: CWS sb20 (1.2.38); FILE MERGED
2004/07/12 12:08:11 sb 1.2.38.2: RESYNC: (1.2-1.6); FILE MERGED
2004/06/15 08:48:43 sb 1.2.38.1: #i29119# sandbox.jar no longer needed by UNO.
-rw-r--r-- | solenv/bin/modules/installer/globals.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/bin/modules/installer/globals.pm b/solenv/bin/modules/installer/globals.pm index 56967dd73fe2..eb967abe82a8 100644 --- a/solenv/bin/modules/installer/globals.pm +++ b/solenv/bin/modules/installer/globals.pm @@ -2,8 +2,8 @@ # # $RCSfile: globals.pm,v $ # -# $Revision: 1.7 $ -# last change: $Author: rt $ $Date: 2004-07-12 12:58:41 $ +# $Revision: 1.8 $ +# last change: $Author: rt $ $Date: 2004-07-23 15:10:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -169,7 +169,7 @@ BEGIN @environmentvariables = ( "SOLARVERSION", "GUI", "COMMON_OUTDIR", "ENV_ROOT", "WORK_STAMP", "OUTPATH", "LOCAL_OUT", "LOCAL_COMMON_OUT" ); @packagelistitems = ("module", "solarispackagename", "packagename", "copyright", "vendor", "description" ); - @regcompjars = ( "unoil.jar", "java_uno.jar", "ridl.jar", "sandbox.jar", "jurt.jar", "juh.jar", "xmerge.jar" ); + @regcompjars = ( "unoil.jar", "java_uno.jar", "ridl.jar", "jurt.jar", "juh.jar", "xmerge.jar" ); @regcompregisterlibs = ( "javavm.uno", "javaloader.uno" ); @selfreglibraries = ("shlxthdl.dll"); # to be removed after scp changes, see parameter.pm @binarytablefiles = ("gid_File_Lib_Reg4msdocmsi", "gid_File_Lib_Regactivex_Msi", "gid_File_Lib_Jfregca"); # to be removed after scp changes, see parameter.pm |