summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-19 07:23:56 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-19 07:23:56 +0000
commit1800cea55d0e242293e8fc620e310d0cfcf86183 (patch)
tree84174d89d5b1f74397b17f3147daefbb8b2b9711 /scripting
parentc25beeb140ce8c7774a4ccf8e4eb08cb092f9162 (diff)
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:
Diffstat (limited to 'scripting')
-rw-r--r--scripting/java/org/openoffice/idesupport/CommandLineTools.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripting/java/org/openoffice/idesupport/CommandLineTools.java b/scripting/java/org/openoffice/idesupport/CommandLineTools.java
index afa04d47cbd2..3e429c58d0c2 100644
--- a/scripting/java/org/openoffice/idesupport/CommandLineTools.java
+++ b/scripting/java/org/openoffice/idesupport/CommandLineTools.java
@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
@@ -66,12 +66,12 @@ import java.util.Hashtable;
import java.util.Enumeration;
import java.util.StringTokenizer;
-import com.sun.star.script.framework.browse.ScriptEntry;
-import com.sun.star.script.framework.browse.ParcelDescriptor;
+import com.sun.star.script.framework.container.ScriptEntry;
+import com.sun.star.script.framework.container.ParcelDescriptor;
import org.openoffice.idesupport.zip.ParcelZipper;
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.*;
public class CommandLineTools {