Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9333fd50d86f21fbcd43f161ab8cd534be8ba89c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Marker
  <resource>  = com.foo.project1/META-INF/MANIFEST.MF
  <charStart> = (9,44)
  <charEnd>   = (9,49)
  <severity>  = ERROR
  <message>   = Export of package 'com.foo.project1' should have the version 1.0.100
  problemType = export.version
  quickFixConfigureOption = ignore.missing.export.versions
  quickFixPattern = com\.foo\.project1;version="([0123456789\.]*)"
  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.missing.export.versions = true in '/com.foo.project1/.project')

Back to the top