You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2020/07/28 15:08:35 UTC

[sling-org-apache-sling-javax-activation] branch master updated: Additional comment

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 009ee04  Additional comment
009ee04 is described below

commit 009ee048b7c8eb1e9c3096597c499a106dbf96df
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Tue Jul 28 16:08:16 2020 +0100

    Additional comment
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 2023735..3bc18f9 100755
--- a/pom.xml
+++ b/pom.xml
@@ -61,6 +61,7 @@
 Bundle-Name: ${project.name} (Framework Fragment, No embedded dependencies)
 Bundle-SymbolicName: ${project.artifactId}.nodeps
 ExtensionBundle-Activator: org.apache.sling.javax.activation.internal.Activator
+# Using exportcontents avoids embedding of the packages
 -exportcontents: javax.activation;version="0.0.0",com.sun.activation.registries;version="0.0.0",com.sun.activation.viewers;version="0.0.0"
 Import-Package: !javax.activation,!com.sun.activation.registries,!com.sun.activation.viewers
 Provide-Capability: osgi.contract;osgi.contract=JavaActivation;version:List<Version>="1.1,1.1.1";uses:="javax.activation"