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/ModelicaElementAdapter.java

    r259 r273  
    4747import org.eclipse.ui.model.IWorkbenchAdapter;
    4848import org.eclipse.ui.model.WorkbenchAdapter;
    49 import org.modelica.mdt.ErrorManager;
    5049import org.modelica.mdt.core.IModelicaClass;
    5150import org.modelica.mdt.core.IModelicaComponent;
     
    5554import org.modelica.mdt.core.IModelicaProject;
    5655import org.modelica.mdt.core.ISystemLibrary;
    57 import org.modelica.mdt.compiler.CompilerException;
     56import org.modelica.mdt.core.compiler.CompilerException;
     57import org.modelica.mdt.internal.core.ErrorManager;
    5858
    5959/**
Note: See TracChangeset for help on using the changeset viewer.