From 990e825b074eaf0e014ba79ede518601154f5525 Mon Sep 17 00:00:00 2001 From: BJ Hargrave Date: Tue, 24 May 2022 17:00:53 -0400 Subject: [PATCH] build: Use new ++ decoration to ensure literal is included 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 --- cnf/build.bnd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cnf/build.bnd b/cnf/build.bnd index 01bc017721..7c56dd2005 100644 --- a/cnf/build.bnd +++ b/cnf/build.bnd @@ -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.*,*",\