X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=argeo.bnd;h=9ab4015cd38bab02a243b3a5e1de50e227e49c39;hb=HEAD;hp=c24d1a35892eec646f52e659a2b5eb35f742773d;hpb=c6350c39612c06ae2e86ce6c658781f1ab6be1b7;p=cc0%2Fargeo-build.git diff --git a/argeo.bnd b/argeo.bnd index c24d1a3..9ab4015 100644 --- a/argeo.bnd +++ b/argeo.bnd @@ -1,14 +1,8 @@ -# Common -Bundle-Version: ${MAJOR}.${MINOR}.${MICRO}${qualifier} -Private-Package: *.internal.*, config.* -Export-Package: !*.internal.*, !config.*, * +Bundle-Version: ${major}.${minor}.${micro}${qualifier} +Export-Package: !*.internal.*, !config.*, !icons.*, !css.*, !swt.*, !rap.*, * +Bundle-RequiredExecutionEnvironment=JavaSE-17 + #-consumer-policy : ${range;[==,=+)} -contract: !JavaServlet,* --savemanifest : META-INF/MANIFEST.MF --includeresource.default : bin,OSGI-INF/=-OSGI-INF/,e4xmi/=-e4xmi/,icons/=-icons/,img/=-img/ --compression STORE --source true -removeheaders = Bnd-LastModified,Build-Jdk,Built-By,Tool,Created-By -Automatic-Module-Name: ${bsn} -SLC-Category=${category} --groupid=${category} +Automatic-Module-Name: ${bsn} \ No newline at end of file