INTEGRATION: CWS scriptingf4 (1.7.6); FILE MERGED

2004/05/17 10:45:03 npower 1.7.6.1: #i29238#
changed imports for various classes from browse to container for idesupport and neatbeans builds.
Issue number:
Submitted by:
Reviewed by:
This commit is contained in:
Rüdiger Timm
2004-05-19 07:23:56 +00:00
parent c25beeb140
commit 1800cea55d

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: CommandLineTools.java,v $ * $RCSfile: CommandLineTools.java,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: rt $ $Date: 2004-02-10 16:11:07 $ * last change: $Author: rt $ $Date: 2004-05-19 08:23:56 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -66,12 +66,12 @@ import java.util.Hashtable;
import java.util.Enumeration; import java.util.Enumeration;
import java.util.StringTokenizer; import java.util.StringTokenizer;
import com.sun.star.script.framework.browse.ScriptEntry; import com.sun.star.script.framework.container.ScriptEntry;
import com.sun.star.script.framework.browse.ParcelDescriptor; import com.sun.star.script.framework.container.ParcelDescriptor;
import org.openoffice.idesupport.zip.ParcelZipper; import org.openoffice.idesupport.zip.ParcelZipper;
import org.openoffice.idesupport.filter.AllFilesFilter; import org.openoffice.idesupport.filter.AllFilesFilter;
import com.sun.star.script.framework.browse.XMLParserFactory; import com.sun.star.script.framework.container.XMLParserFactory;
import org.openoffice.idesupport.*; import org.openoffice.idesupport.*;
public class CommandLineTools { public class CommandLineTools {