summaryrefslogtreecommitdiffstats
path: root/scripting/examples/java
diff options
context:
space:
mode:
authorDuncan Foster <dfoster@openoffice.org>2003-11-04 16:46:48 +0000
committerDuncan Foster <dfoster@openoffice.org>2003-11-04 16:46:48 +0000
commit9e4e207df6c11e59d1aeec0007fa959b9a7b9d3c (patch)
tree2050deff881d27b7816ba1a1de73023bfbe57bb0 /scripting/examples/java
parent#i22116# - Complete XPropertySet implementation (diff)
downloadcore-9e4e207df6c11e59d1aeec0007fa959b9a7b9d3c.tar.gz
core-9e4e207df6c11e59d1aeec0007fa959b9a7b9d3c.zip
#i16754# - Move of rhino patching to external module
Diffstat (limited to 'scripting/examples/java')
-rwxr-xr-xscripting/examples/java/build.xml20
1 files changed, 4 insertions, 16 deletions
diff --git a/scripting/examples/java/build.xml b/scripting/examples/java/build.xml
index c63879835181..4460bacf2011 100755
--- a/scripting/examples/java/build.xml
+++ b/scripting/examples/java/build.xml
@@ -3,9 +3,9 @@
#
# $RCSfile: build.xml,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: toconnor $ $Date: 2003-10-15 17:17:21 $
+# last change: $Author: dfoster $ $Date: 2003-11-04 17:46:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -105,23 +105,11 @@
<pathelement location="${solar.jar}/ridl.jar"/>
<pathelement location="${solar.jar}/unoil.jar"/>
<pathelement location="${out}/class/js.jar"/>
- <pathelement location="${solar.jar}/bsh-1.2b7.jar"/>
+ <pathelement location="${solar.jar}/bsh.jar"/>
</path>
- <!-- ===================== Patch the Rhino js.jar ======================-->
- <target name="patchesJS">
- <unzip src="${solar.bin}/js.jar"
- dest="${out}/class/jsjartmp"/>
- <javac srcdir="${prj}/examples/java/debugger"
- destdir="${out}/class/jsjartmp"
- includes="rhino/Main.java" classpathref="debuggerclasspath"
- debug="${debug}" optimize="${optimize}" deprecation="on"/>
-
- <zip destfile="${out}/class/js.jar"
- basedir="${out}/class/jsjartmp" includes="**"/>
- </target>
<!-- ===================== Build the examples ========================= -->
- <target name="buildexamples" depends="patchesJS">
+ <target name="buildexamples">
<mkdir dir="${out}/class/examples/java/selector"/>
<javac srcdir="${prj}/examples/java/selector"