diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-12-21 10:36:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-12-21 10:36:35 +0000 |
commit | 5ca13f7c0dada43109f8bb3f799a74e2abb66da8 (patch) | |
tree | e5dac77360ba770d632ea54d89f9e4f9fc2116d8 /beanshell | |
parent | 0af3f4badd7745a77965e52e1dc40b467ccb6de4 (diff) |
INTEGRATION: CWS vq24 (1.5.2); FILE MERGED
2005/11/15 04:50:37 vq 1.5.2.1: #i57841# Fix the makefiles in the patches.
Diffstat (limited to 'beanshell')
-rw-r--r-- | beanshell/bsh-2.0b1-src.patch | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/beanshell/bsh-2.0b1-src.patch b/beanshell/bsh-2.0b1-src.patch index a1fcf230b0a5..14cd32df1198 100644 --- a/beanshell/bsh-2.0b1-src.patch +++ b/beanshell/bsh-2.0b1-src.patch @@ -46,16 +46,16 @@ *************** *** 1 **** ! dummy ---- 1,46 ---- +--- 1,43 ---- ! #************************************************************************* ! # ! # OpenOffice.org - a multi-platform office productivity suite ! # ! # $RCSfile: bsh-2.0b1-src.patch,v $ ! # -! # $Revision: 1.5 $ +! # $Revision: 1.6 $ ! # -! # last change: $Author: hr $ $Date: 2005-10-25 11:42:49 $ +! # last change: $Author: obo $ $Date: 2005-12-21 11:36:35 $ ! # ! # The Contents of this file are made available subject to ! # the terms of GNU Lesser General Public License Version 2.1. @@ -88,9 +88,6 @@ ! ! .INCLUDE : ant.mk ! -! CLASSPATH+=$PATH_SEPERATOR$SOLARVER/$UPD/$INPATH/bin/crimson.jar -! .EXPORT : CLASSPATH -! ! ALLTAR : ANTBUILD ! *** misc/BeanShell/src/bsh/ClassGeneratorUtil.java 2003-12-19 17:14:28.000000000 +0100 |