diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:53:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:53:53 +0000 |
commit | 806f32733c432f91c1d5007f27149efee0fdf285 (patch) | |
tree | 352f4ac0046262c125cc4e5722f05279554a9d24 /scripting/examples/java/build.xml | |
parent | a5d16addc8bc6372fec16674778a528b1d0a5b83 (diff) |
INTEGRATION: CWS sb20 (1.8.24); FILE MERGED
2004/06/15 07:42:55 sb 1.8.24.1: #i29119# sandbox.jar no longer needed by UNO.
Diffstat (limited to 'scripting/examples/java/build.xml')
-rwxr-xr-x | scripting/examples/java/build.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scripting/examples/java/build.xml b/scripting/examples/java/build.xml index 9ff3878156d4..ae4745892a81 100755 --- a/scripting/examples/java/build.xml +++ b/scripting/examples/java/build.xml @@ -3,9 +3,9 @@ # # $RCSfile: build.xml,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2004-02-10 16:07:55 $ +# last change: $Author: rt $ $Date: 2004-07-23 14:53:53 $ # # 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/ScriptFramework.jar"/> </path> |