Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Earlier releases of BND used to augment the Ignore-Package directive with any import packages the developer had explicitly excluded (for example when Bnd detects a package referred to by some class in the bundle, but the developer knows this will never actually be used at runtime, he/she would exclude it with !org.foo.bar). This was necessary so the verifier knew to ignore these packages during verification, and not report them as build errors.