summaryrefslogtreecommitdiffstats
path: root/scripting/examples/java
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-23 13:53:53 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-23 13:53:53 +0000
commit806f32733c432f91c1d5007f27149efee0fdf285 (patch)
tree352f4ac0046262c125cc4e5722f05279554a9d24 /scripting/examples/java
parentINTEGRATION: CWS sb20 (1.1.34); FILE MERGED (diff)
downloadcore-806f32733c432f91c1d5007f27149efee0fdf285.tar.gz
core-806f32733c432f91c1d5007f27149efee0fdf285.zip
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')
-rwxr-xr-xscripting/examples/java/build.xml6
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>