SLING-10727 Fix bundle classpath broken by embedded Event API
diff --git a/bnd.bnd b/bnd.bnd
index e8d1911..ac4acba 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -17,8 +17,9 @@
     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,\