diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:54:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:54:46 +0000 |
commit | e5a14a5700b445b609e52aa036425d14b9685f90 (patch) | |
tree | 1596f309a0196d9a9f17f3e7f3df4d49ff81b0be | |
parent | 7c0d68c8535af2a55995f2016dbb7b0eab1f5f6d (diff) |
INTEGRATION: CWS sb20 (1.28.34); FILE MERGED
2004/06/15 07:43:45 sb 1.28.34.1: #i29119# sandbox.jar no longer needed by UNO.
-rwxr-xr-x | scripting/workben/build.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scripting/workben/build.xml b/scripting/workben/build.xml index 12529ec6a456..ebf299c742b0 100755 --- a/scripting/workben/build.xml +++ b/scripting/workben/build.xml @@ -3,9 +3,9 @@ # # $RCSfile: build.xml,v $ # -# $Revision: 1.28 $ +# $Revision: 1.29 $ # -# last change: $Author: toconnor $ $Date: 2003-06-18 14:05:19 $ +# last change: $Author: rt $ $Date: 2004-07-23 14:54:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,7 +86,6 @@ <pathelement location="${solar.jar}/juh.jar"/> <pathelement location="${solar.jar}/java_uno.jar"/> <pathelement location="${solar.jar}/ridl.jar"/> - <pathelement location="${solar.jar}/sandbox.jar"/> </path> <path id="scriptexampleclasspath"> <pathelement location="${solar.jar}/unoil.jar"/> @@ -96,7 +95,6 @@ <pathelement location="${solar.jar}/juh.jar"/> <pathelement location="${solar.jar}/java_uno.jar"/> <pathelement location="${solar.jar}/ridl.jar"/> - <pathelement location="${solar.jar}/sandbox.jar"/> <pathelement location="${out}/class/ScriptRuntimeForJava.jar"/> </path> |