Ignore:
Timestamp:
01/19/06 17:46:10 (19 years ago)
Author:
boris
Message:
  • implemented bug location logger
File:
1 edited

Legend:

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

    r254 r259  
    6565        return display;     
    6666    }
     67   
     68    /**
     69     * @return returns this plugins symbolic name e.g. stuff like org.foo.bar
     70     */
     71    public static String getSymbolicName()
     72    {
     73        return getDefault().getBundle().getSymbolicName();
     74    }
     75
    6776}
Note: See TracChangeset for help on using the changeset viewer.