Reorganisation of Java packages and directories. ParcelDescriptor and support
classes are now part of ScriptFramework.jar
This commit is contained in:
Tomas O'Connor
2003-09-10 09:45:56 +00:00
parent 980aa9b06c
commit b9dcccf6de
10 changed files with 48 additions and 20 deletions

View File

@ -12,6 +12,8 @@ import java.net.URLClassLoader;
import java.net.MalformedURLException;
import org.openoffice.idesupport.zip.ParcelZipper;
import com.sun.star.script.framework.browse.ScriptEntry;
public class JavaFinder implements MethodFinder {
private static JavaFinder finder;