diff options
author | Tomas O'Connor <toconnor@openoffice.org> | 2003-09-10 09:51:14 +0000 |
---|---|---|
committer | Tomas O'Connor <toconnor@openoffice.org> | 2003-09-10 09:51:14 +0000 |
commit | 623404eb2cdca10861d37aed71b2fca4ac0f5106 (patch) | |
tree | a2f5060a226b7b6a167c60086c8eca2382814010 /scripting/examples | |
parent | 7f271d2df63cdaf436e7918b0e80b5f7a9e36a15 (diff) |
#i19331#
Script Framework package names have changed
Diffstat (limited to 'scripting/examples')
-rwxr-xr-x | scripting/examples/java/build.xml | 8 | ||||
-rw-r--r-- | scripting/examples/java/debugger/DebugRunner.java | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/scripting/examples/java/build.xml b/scripting/examples/java/build.xml index 9d1e226af861..5bbcccce020f 100755 --- a/scripting/examples/java/build.xml +++ b/scripting/examples/java/build.xml @@ -3,9 +3,9 @@ # # $RCSfile: build.xml,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: toconnor $ $Date: 2003-09-04 17:00:06 $ +# last change: $Author: toconnor $ $Date: 2003-09-10 10:51:13 $ # # 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/ScriptProviderForJava.jar"/> + <pathelement location="${out}/class/ScriptFramework.jar"/> </path> <path id="debuggerclasspath"> - <pathelement location="${out}/class/ScriptProviderForJava.jar"/> + <pathelement location="${out}/class/ScriptFramework.jar"/> <pathelement location="${solar.jar}/ridl.jar"/> <pathelement location="${solar.jar}/unoil.jar"/> <pathelement location="${out}/class/js.jar"/> diff --git a/scripting/examples/java/debugger/DebugRunner.java b/scripting/examples/java/debugger/DebugRunner.java index cc6dd9bdf36e..ca95716ccb77 100644 --- a/scripting/examples/java/debugger/DebugRunner.java +++ b/scripting/examples/java/debugger/DebugRunner.java @@ -5,7 +5,7 @@ import java.net.URL; import java.net.URLDecoder; import com.sun.star.uno.XComponentContext; -import com.sun.star.scripting.runtime.java.PathUtils; +import com.sun.star.script.framework.provider.PathUtils; import drafts.com.sun.star.script.framework.runtime.XScriptContext; public class DebugRunner { |