Supporting changes for new namespace changes (runtime)

This commit is contained in:
Noel Power
2003-03-03 17:42:23 +00:00
parent 226f548486
commit 5edd752d2d
5 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ public class JavaFinder implements MethodFinder {
private static final String CLASS_SUFFIX = ".class";
private static final String LANGUAGE = "Java";
private static final String FIRST_PARAM =
"drafts.com.sun.star.script.framework.XScriptContext";
"drafts.com.sun.star.script.framework.runtime.XScriptContext";
private Vector classpath = null;

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: MethodPanel.java,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: toconnor $ $Date: 2003-02-21 10:56:33 $
* last change: $Author: npower $ $Date: 2003-03-03 18:42:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,7 @@ public class MethodPanel extends JPanel {
private File basedir;
private Vector classpath;
private final static String FIRST_PARAM =
"drafts.com.sun.star.script.framework.XScriptContext";
"drafts.com.sun.star.script.framework.runtime.XScriptContext";
// private JTable table;
// private MethodTableModel model;

View File

@@ -7,7 +7,7 @@
// If using XComponent need to uncomment import directive below:
// import com.sun.star.frame.XModel;
import drafts.com.sun.star.script.framework.XScriptContext;
import drafts.com.sun.star.script.framework.runtime.XScriptContext;
/* Use the XScriptContext variable "context" to access the document for
which this script was invoked. This variable will be initialised

View File

@@ -7,7 +7,7 @@
// If using XComponent need to uncomment import directive below:
// import com.sun.star.frame.XModel;
import drafts.com.sun.star.script.framework.XScriptContext;
import drafts.com.sun.star.script.framework.runtime.XScriptContext;
public class Empty {

View File

@@ -8,7 +8,7 @@ import com.sun.star.uno.UnoRuntime;
import com.sun.star.lang.*;
import com.sun.star.text.*;
import drafts.com.sun.star.script.framework.XScriptContext;
import drafts.com.sun.star.script.framework.runtime.XScriptContext;
public class HelloWorld {