From e1540d46f7b4514c77a822a7e4b465d131f6e7af Mon Sep 17 00:00:00 2001 From: Serge Huber Date: Tue, 7 Sep 2021 13:56:56 +0200 Subject: [PATCH] Renamed bundle.bnd to bnd.bnd to fix issue with package exports not being generated properly in JAR's Manifest file. --- bundle.bnd | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 bundle.bnd diff --git a/bundle.bnd b/bundle.bnd deleted file mode 100644 index 7e1604fd..00000000 --- a/bundle.bnd +++ /dev/null @@ -1,3 +0,0 @@ -Export-Package: graphql.annotations.*;version="3.0.3" -Bundle-SymbolicName: graphql.annotations --nouses=true