diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:56:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:56:38 +0000 |
commit | 696670bc3988d2f1fe1cf729bc4e035e681d9502 (patch) | |
tree | 1b4aee3108a938edfad6b4cf2ce06921fae6ad03 /desktop/scripts/unopkg.sh | |
parent | 50eb9151b756ca8aea498a3a72c6a31340b224fc (diff) |
INTEGRATION: CWS sb80 (1.6.28); FILE MERGED
2007/11/16 14:47:33 sb 1.6.28.1: #i81275# Moved setting URE_BOOTSTRAP from Unix start scripts to tool's extendapplictionenvironment.cxx.
Diffstat (limited to 'desktop/scripts/unopkg.sh')
-rw-r--r-- | desktop/scripts/unopkg.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/desktop/scripts/unopkg.sh b/desktop/scripts/unopkg.sh index b4bbb0e2454d..a9f542326c33 100644 --- a/desktop/scripts/unopkg.sh +++ b/desktop/scripts/unopkg.sh @@ -5,9 +5,9 @@ # # $RCSfile: unopkg.sh,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: vg $ $Date: 2007-10-15 12:59:10 $ +# last change: $Author: obo $ $Date: 2008-01-07 09:56:38 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -104,10 +104,6 @@ do esac done -# set URE_BOOTSTRAP (if not yet set): -: ${URE_BOOTSTRAP="file://$sd_prog/fundamentalrc"} -export URE_BOOTSTRAP - # extend the ld_library_path for java: javaldx checks the sofficerc for us unset java_ld_library_path if [ -x "$sd_prog/javaldx" ] ; then |