blob: 65b4093bdbbf06f13e6fcb66305ffe14007e545c [file] [log] [blame]
Marker
<resource> = com.foo.project1-feature/feature.xml
<severity> = WARNING
<message> = Plug-in reference 'com.foo.project1' has been removed
problemType = component.version
quickFixReference = com.foo.project1
*FIX = Mark as ignored reference (Add 'com.foo.project1' to the ignored.references property of /com.foo.releng/release.properties)
Marker
<resource> = com.foo.project1-feature/feature.xml
<charStart> = (5,17)
<charEnd> = (5,22)
<severity> = ERROR
<message> = Version must be increased to 2.0.0 because the feature's references have changed
problemType = component.version
quickFixConfigureOption = ignore.feature.content.changes
quickFixPattern = feature.*?version\s*=\s*["'](\d+(\.\d+(\.\d+)?)?)
quickFixReplacement = 2.0.0
FIX = Change the version (Change the version to 2.0.0)
FIX = Configure the project to ignore the problem (Set ignore.feature.content.changes = true in '/com.foo.project1-feature/.project')