Skip to main content
summaryrefslogtreecommitdiffstats
blob: d45b43d18477bb248041167da78a868fbfeb13ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
  quickFixConfigureOption = ignore.feature.content.changes
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

Back to the top