Community
Participate
Eclipse IDE
Build: 3.0 M2 org.eclipse.team.cvs.core plugin defines a marker with no name: <extension id="cvsmarker" point="org.eclipse.core.resources.markers"> </extension> It should supply a "name" attribute. This shows up in the UI, for example in the problems view filter dialog. If no name is supplied then the marker Id appears as the name in the UI.
Mike, can you remove the markers from the CVS plugin. We don't need them anymore since they provide the exact same behavior as the new synchronize view.
If we remove these from the plugin what will the migration story be for workspaces that have existing CVS markers?
You may be in luck... the new "Project > Clean..." action removes all problem markers, so I think the user has a way to get rid of stale markers when they upgrade to 3.0.
Alright! We will remove the last remaining CVS marker type and put a blurb in the readme (or FAQ) on how to remove existing CVS markers.
It turns out that the marker definition was already removed from the plugin.xml. All that remains is to document the steps to remove the markers (eitehr in the porting guid or the readme).
Added to release notes for 3.0