Silently ignore unresolved bundles
In particular, be quiet about being unable to resolve "org.eclipse.jdt.launching.macosx", which was already marked as `optional` anyway. I assume that I'm missing this because I'm not developing on MacOS, and that it would be present if I were. Can someone using MacOS confirm this?
This commit is contained in:
parent
d73b11fd8f
commit
291c01b960
@ -25,7 +25,7 @@ compilers.p.unknown-element=1
|
||||
compilers.p.unknown-identifier=1
|
||||
compilers.p.unknown-resource=1
|
||||
compilers.p.unresolved-ex-points=0
|
||||
compilers.p.unresolved-import=0
|
||||
compilers.p.unresolved-import=2
|
||||
compilers.s.create-docs=false
|
||||
compilers.s.doc-folder=doc
|
||||
compilers.s.open-tags=1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user