Release 0.1.0 - some enhancements by Peter Friese
Notes:
- The resource navigator will now display the FindBugs context menu and the 
  FindBugs properties page. However, both will only be active on Java projects.
- FindBugs problem markers will be displayed as a little bug icon in the icon
  bar of the editor. Please note that it is NOT possible to use custom icons in 
  the task list - Find Bugs problem markers will be displayed with WARNING severity.
  TODO: make this configurable on the property page (and maybe also on a a preference
  page)

Release 0.0.7 - some enhancements by Andrei Loskutov
Notes:
- Added bug codes column and sorting on bug codes column in properties page
- Reporter reports now what going on while finding bugs
- fixed progress monitor stats
- progress monitor "cancel" button working now
- Added selectable bug detectors list on props page
- Added sorting to this list
- Added automatically save/load of selected bug detectors in project properties
- Fixed missing line information for inner classes (should be solved in core later)
- Fixed missing classpath configuration before running findbugs

Release 0.0.3 on 02-10-2003.

Version: 01-10-2003
Notes:
- Added a progress monitor for the context menu action.

Version: 29-09-2003
Notes:
- Added the menu icon to the jar.

Release 0.0.2 on 29-09-2003.

Version: 26-09-2003
Notes:
- Added a context menu entry named "Find Bugs" to the context menu of the
  project. Upon activation, the whole project will be scanned.

Version: 24-09-2003
Notes:
- Project will be fully scanned when the plug-in is activated.
- Our markers will be removed if the plug-in is disabled.
- The problem marker has a more friendly name ("FindBugs Problem") and is no 
  longer a subordinate of the Java problem marker.

Version: 26-08-2003
Notes:
 - As of today, the core findbugs files are located in the plug-in "edu.umd.cs.findbugs",
   from where they are referenced by our plug-in de.tobject.findbugs.
 
Version: 25-08-2003
Notes:
 - The markers will now also show up in the overview ruler.
 - Currently, it is not possible to put the core findbugs files into a separate
   plug-in. Reason: in FindBugsBuilder.getPlugInLocation, we get the plug-in
   location. This currently works only for the plug-in we're living in.
 - Tracing support implemented according to Eclipse guidelines. Tracing of the
   plug-in can now be turned on and off on the "Run as..." dialog.
