diff options
author | Tomas O'Connor <toconnor@openoffice.org> | 2003-08-27 13:09:10 +0000 |
---|---|---|
committer | Tomas O'Connor <toconnor@openoffice.org> | 2003-08-27 13:09:10 +0000 |
commit | 5788c82af08d5111c8bef437e634c5e7ed7e7678 (patch) | |
tree | 603ea92d6b20d6448729a39b9a1a33f75dc1d7dc /scripting/examples/java | |
parent | ab951f9d201e758713c55325305b54725e1eef4d (diff) |
IssueZilla 18637
Code cleanup based on review after move to Provider architecture.
Diffstat (limited to 'scripting/examples/java')
-rwxr-xr-x | scripting/examples/java/build.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripting/examples/java/build.xml b/scripting/examples/java/build.xml index 4153ade097eb..68540f67a6f1 100755 --- a/scripting/examples/java/build.xml +++ b/scripting/examples/java/build.xml @@ -3,9 +3,9 @@ # # $RCSfile: build.xml,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: toconnor $ $Date: 2003-08-21 15:48:06 $ +# last change: $Author: toconnor $ $Date: 2003-08-27 14:09:09 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -97,11 +97,11 @@ <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"/> + <pathelement location="${out}/class/ScriptProviderForJava.jar"/> </path> <path id="debuggerclasspath"> - <pathelement location="${out}/class/ScriptRuntimeForJava.jar"/> + <pathelement location="${out}/class/ScriptProviderForJava.jar"/> <pathelement location="${solar.jar}/ridl.jar"/> <pathelement location="${solar.jar}/unoil.jar"/> <pathelement location="${out}/class/js.jar"/> |