This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-samples.git
The following commit(s) were added to refs/heads/master by this push:
new 6cdde9d chore(nashorn): simplify bnd configuration
6cdde9d is described below
commit 6cdde9d33ce711671d126e5814d767abc21b9870
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Dec 5 11:15:31 2025 +0100
chore(nashorn): simplify bnd configuration
---
nashorn-external/pom.xml | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/nashorn-external/pom.xml b/nashorn-external/pom.xml
index c9c7173..b563271 100644
--- a/nashorn-external/pom.xml
+++ b/nashorn-external/pom.xml
@@ -116,15 +116,9 @@
</goals>
<configuration>
<bnd><![CDATA[
-Bundle-SymbolicName: ${project.artifactId}
-Bundle-Version: ${project.version}
-includeresource: \
- @nashorn-core-15.6.jar!/!META-INF/MANIFEST.MF,\
- @asm-9.7.jar!/!META-INF/MANIFEST.MF,\
- @asm-commons-9.7.jar!/!META-INF/MANIFEST.MF,\
- @asm-tree-9.7.jar!/!META-INF/MANIFEST.MF,\
- @asm-util-9.7.jar!/!META-INF/MANIFEST.MF,\
- @asm-analysis-9.7.jar!/!META-INF/MANIFEST.MF
+ @nashorn-core-*.jar!/!META-INF/MANIFEST.MF,\
+ @asm-*.jar!/!META-INF/MANIFEST.MF,
]]></bnd>
</configuration>
</execution>