diff options
author | Duncan Foster <dfoster@openoffice.org> | 2002-10-08 09:13:10 +0000 |
---|---|---|
committer | Duncan Foster <dfoster@openoffice.org> | 2002-10-08 09:13:10 +0000 |
commit | d8f03e47e5753305f9aa3be67915a29c8ccb722a (patch) | |
tree | c658ffcafac5dc6e7e726098da435c18105e4e15 /scripting/java/build.xml | |
parent | f2bd41a3593200524e327a1b2f89b224c3713c89 (diff) |
Fixed build.xml
Places ScriptRuntimeForJava in package
Changed for JDK1.4
cppumaker.mk change as per instructions from JBU
Diffstat (limited to 'scripting/java/build.xml')
-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 facd543a3adb..ae41440bb54a 100755 --- a/scripting/java/build.xml +++ b/scripting/java/build.xml @@ -3,9 +3,9 @@ # # $RCSfile: build.xml,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: npower $ $Date: 2002-10-02 15:07:23 $ +# last change: $Author: dfoster $ $Date: 2002-10-08 10:13:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -79,7 +79,7 @@ <!-- ==================== classpath setting ============================ --> <path id="idlclasspath"> <pathelement location="${solar.jar}/unoil.jar"/> - <!-- <pathelement location="${prj}/../unoil/${inpath}/class/unoil.jar"/> + <!-- <pathelement location="${prj}/../unoil/${inpath}/class/unoil.jar"/> --> <pathelement location="${solar.jar}/jurt.jar"/> <pathelement location="${solar.jar}/jut.jar"/> <pathelement location="${solar.jar}/juh.jar"/> |