diff options
author | Duncan Foster <dfoster@openoffice.org> | 2003-11-03 15:07:05 +0000 |
---|---|---|
committer | Duncan Foster <dfoster@openoffice.org> | 2003-11-03 15:07:05 +0000 |
commit | b9a2929afef042d248762265562616ec0ed48bfb (patch) | |
tree | 87159f1e3ef6fd5aba90f87098a84effafb19aba | |
parent | 124c0abdef4f882fae4d7d7dab4e37ccdf0515b0 (diff) |
#i16574#
Renaming bsh-1.2b7.jar -> bsh.jar
-rwxr-xr-x | scripting/java/build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/java/build.xml b/scripting/java/build.xml index c17322a3271e..545814c8ff4c 100755 --- a/scripting/java/build.xml +++ b/scripting/java/build.xml @@ -3,9 +3,9 @@ # # $RCSfile: build.xml,v $ # -# $Revision: 1.25 $ +# $Revision: 1.26 $ # -# last change: $Author: dfoster $ $Date: 2003-09-10 14:44:41 $ +# last change: $Author: dfoster $ $Date: 2003-11-03 16:07:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,7 +84,7 @@ <pathelement location="${solar.jar}/java_uno.jar"/> <pathelement location="${solar.jar}/ridl.jar"/> <pathelement location="${solar.jar}/sandbox.jar"/> - <pathelement location="${solar.jar}/bsh-1.2b7.jar"/> + <pathelement location="${solar.jar}/bsh.jar"/> <pathelement location="${solar.jar}/js.jar"/> <pathelement location="${jardir}"/> </path> |