From 07b2fe645f7be37894c882da3dd7dcd737d57575 Mon Sep 17 00:00:00 2001 From: mbaudier Date: Thu, 4 Nov 2021 10:49:07 +0100 Subject: [PATCH] Initial bndtools configuration. --- .gitignore | 1 + cnf/build.bnd | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 cnf/build.bnd diff --git a/.gitignore b/.gitignore index b83d22266..bcf25b2ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target/ +*/generated diff --git a/cnf/build.bnd b/cnf/build.bnd new file mode 100644 index 000000000..150e1d46a --- /dev/null +++ b/cnf/build.bnd @@ -0,0 +1,18 @@ +category: org.argeo.commons +version: 2.1.104 +buildId: S +#buildId: r${tstamp} + +Bundle-Version: 2.1.104.S +Bundle-RequiredExecutionEnvironment: JavaSE-11 + +Private-Package: org.argeo.*.internal.* +Export-Package: !org.argeo.*.internal.*; org.argeo.* +SLC-Category: ${category} +#SLC-Build-Timestamp: ${tstamp} +-savemanifest = META-INF/MANIFEST.MF +-removeheaders = Bnd-LastModified,Build-Jdk,Built-By,Tool,Created-By +-groupId = ${category} +Automatic-Module-Name: ${bsn} + + -- 2.30.2