Ignore:
Timestamp:
01/20/06 16:16:07 (19 years ago)
Author:
boris
Message:
  • renaming org.modelica.mdt plugin to org.modelica.mdt.core (step 1)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.ui/src/org/modelica/mdt/ui/view/ProjectsView.java

    r262 r273  
    7878import org.eclipse.ui.part.DrillDownAdapter;
    7979import org.eclipse.ui.part.ViewPart;
    80 import org.modelica.mdt.ErrorManager;
    81 import org.modelica.mdt.MdtPlugin;
    8280import org.modelica.mdt.core.ModelicaCore;
     81import org.modelica.mdt.core.compiler.CompilerException;
    8382import org.modelica.mdt.ui.ModelicaElementContentProvider;
    8483import org.modelica.mdt.ui.ModelicaElementSorter;
    8584import org.modelica.mdt.ui.editor.EditorUtility;
    86 import org.modelica.mdt.compiler.CompilerException;
     85import org.modelica.mdt.internal.core.ErrorManager;
     86import org.modelica.mdt.internal.core.MdtPlugin;
    8787
    8888public class ProjectsView extends ViewPart
Note: See TracChangeset for help on using the changeset viewer.