Skip to content

Commit

Permalink
build: Use new ++ decoration to ensure literal is included
Browse files Browse the repository at this point in the history
Since this is the RC build stream, we just duplicate the
`-conditionalpackage+` value into `-conditionalpackage++`.

This duplication is not harmful and will allow the build to operate in subsequent iterations if needed.

Signed-off-by: BJ Hargrave <bj@hargrave.dev>
  • Loading branch information
bjhargrave committed May 24, 2022
1 parent a44c39c commit 990e825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cnf/build.bnd
Expand Up @@ -40,6 +40,8 @@ Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT

-conditionalpackage+: \
=!aQute.lib.exceptions.*
-conditionalpackage++: \
=!aQute.lib.exceptions.*

-testpath+: \
"{aQute.libg}";version=project;packages="!aQute.lib.exceptions.*,*",\
Expand Down

0 comments on commit 990e825

Please sign in to comment.