Script Framework package names have changed
This commit is contained in:
Tomas O'Connor
2003-09-10 09:51:14 +00:00
parent 7f271d2df6
commit 623404eb2c
2 changed files with 5 additions and 5 deletions

View File

@ -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"/>

View File

@ -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 {