Reorganisation of Java packages and directory structure of sources
This commit is contained in:
Tomas O'Connor
2003-09-10 09:46:30 +00:00
parent b9dcccf6de
commit aa6c9866b6
4 changed files with 13 additions and 12 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: ParcelFolderSupport.java,v $
*
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* last change: $Author: toconnor $ $Date: 2003-06-12 11:31:26 $
* last change: $Author: toconnor $ $Date: 2003-09-10 10:46:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,10 +95,11 @@ import org.openoffice.netbeans.modules.office.loader.ParcelFolder;
import org.openoffice.netbeans.modules.office.options.OfficeSettings;
import org.openoffice.netbeans.modules.office.utils.ManifestParser;
import com.sun.star.script.framework.browse.ParcelDescriptor;
import org.openoffice.idesupport.zip.ParcelZipper;
import org.openoffice.idesupport.filter.FileFilter;
import org.openoffice.idesupport.ui.ConfigurePanel;
import org.openoffice.idesupport.xml.ParcelDescriptor;
public class ParcelFolderSupport implements ParcelFolderCookie
{

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: ManifestParser.java,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: toconnor $ $Date: 2003-02-20 11:56:59 $
* last change: $Author: toconnor $ $Date: 2003-09-10 10:46:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,8 +73,8 @@ import org.xml.sax.SAXParseException;
import org.openide.xml.XMLUtil;
import com.sun.star.script.framework.browse.XMLParser;
import org.openoffice.netbeans.modules.office.options.OfficeSettings;
import org.openoffice.idesupport.xml.XMLParser;
import org.openoffice.idesupport.OfficeInstallation;
public class ManifestParser implements XMLParser {

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: OfficeModule.java,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: toconnor $ $Date: 2003-02-20 11:57:46 $
* last change: $Author: toconnor $ $Date: 2003-09-10 10:46:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,8 +66,8 @@ import org.openide.WizardDescriptor;
import org.openide.NotifyDescriptor;
import org.openide.modules.ModuleInstall;
import com.sun.star.script.framework.browse.XMLParserFactory;
import org.openoffice.idesupport.OfficeInstallation;
import org.openoffice.idesupport.xml.XMLParserFactory;
import org.openoffice.netbeans.modules.office.wizard.InstallationPathDescriptor;
import org.openoffice.netbeans.modules.office.options.OfficeSettings;

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: ParcelContentsIterator.java,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: toconnor $ $Date: 2003-06-12 11:31:28 $
* last change: $Author: toconnor $ $Date: 2003-09-10 10:46:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,8 +83,8 @@ import org.openide.loaders.*;
import org.openide.util.NbBundle;
import org.openide.filesystems.*;
import com.sun.star.script.framework.browse.ParcelDescriptor;
import org.openoffice.idesupport.zip.ParcelZipper;
import org.openoffice.idesupport.xml.ParcelDescriptor;
import org.openoffice.netbeans.modules.office.loader.ParcelFolder;
import org.openoffice.netbeans.modules.office.loader.ParcelContentsFolder;
import org.openoffice.netbeans.modules.office.filesystem.OpenOfficeDocFileSystem;