You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/08/12 13:10:17 UTC

[sling-org-apache-sling-event] 01/08: SLING-10727 Fix bundle classpath broken by embedded Event API

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event.git

commit a3c88d8604c379ff8041e9a543b7aca5ab1ab871
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Aug 12 12:26:42 2021 +0200

    SLING-10727 Fix bundle classpath broken by embedded Event API
---
 bnd.bnd | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bnd.bnd b/bnd.bnd
index e8d1911..ac4acba 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -17,8 +17,9 @@ Export-Package: \
     org.apache.jackrabbit.util,\
     org.apache.sling.commons.osgi,\
     org.apache.sling.event.api
--includeresource: \
-    org.apache.sling.event.api-1.0.0.jar/=org.apache.sling.event.api-[0-9.]*.jar;lib:=true,\
+
+-includeresource:\
+    org.apache.sling.event.api-1.0.0.jar=org.apache.sling.event.api-1.0.0.jar;lib:=true,\
     @quartz-[0-9.]*.jar!/org/quartz/CronExpression.class,\
     @quartz-[0-9.]*.jar!/org/quartz/ValueSet.class,\
     @org.apache.sling.commons.osgi-[0-9.]*.jar!/org/apache/sling/commons/osgi/PropertiesUtil.class,\