Ignore:
Timestamp:
01/25/06 08:08:50 (19 years ago)
Author:
boris
Message:
  • bunch of cosmetic changes
File:
1 edited

Legend:

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

    r273 r286  
    8484import org.modelica.mdt.ui.editor.EditorUtility;
    8585import org.modelica.mdt.internal.core.ErrorManager;
    86 import org.modelica.mdt.internal.core.MdtPlugin;
     86import org.modelica.mdt.internal.core.CorePlugin;
    8787
    8888public class ProjectsView extends ViewPart
     
    114114        viewer.setInput(ModelicaCore.getModelicaRoot());
    115115        viewer.setSorter(new ModelicaElementSorter());
    116         MdtPlugin.tag(viewer.getTree(), TREE_TAG);
     116        CorePlugin.tag(viewer.getTree(), TREE_TAG);
    117117
    118118        viewer.addSelectionChangedListener(new ISelectionChangedListener() {
Note: See TracChangeset for help on using the changeset viewer.