blob: 152d3e39f03451854f2177102ecb8c2e2c11998a [file]
Marker
<resource> = com.foo.project1-feature/feature.xml
<charStart> = (5,17)
<charEnd> = (5,22)
<severity> = ERROR
<message> = Version must be increased to 1.0.100 because the feature's references have changed
problemType = component.version
quickFixConfigureOption = ignore.feature.content.changes
quickFixPattern = feature.*?version\s*=\s*["'](\d+(\.\d+(\.\d+)?)?)
quickFixReplacement = 1.0.100
*FIX = Change the version (Change the version to 1.0.100)
FIX = Configure the project to ignore the problem (Set ignore.feature.content.changes = true in '/com.foo.project1-feature/.project')
Marker
<resource> = com.foo.project1-feature/feature.xml
<charStart> = (28,15)
<charEnd> = (28,31)
<severity> = WARNING
<message> = Plug-in reference 'com.foo.project1' has been changed from 1.0.0 to 1.0.100
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)