You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:34:38 UTC

[sling-org-apache-sling-fragment-activation] 05/09: Add version with qualifier indicating source of the system bundle export

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

rombert pushed a commit to annotated tag org.apache.sling.fragment.activation-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fragment-activation.git

commit 86b4d8b0415b2eef5ebe2763436b49e367311540
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Sat Nov 12 21:03:53 2011 +0000

    Add version with qualifier indicating source of the system bundle export
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/framework-extension-activation@1201325 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 79cdd5c..8c3ca6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,10 @@
         platform or install respective API bundles.
     </description>
 
+    <properties>
+        <fragment.activation.version>0.0.0.fragment_activation</fragment.activation.version>
+    </properties>
+
     <build>
         <plugins>
             <plugin>
@@ -72,7 +76,7 @@
                         </manifestFile>
                         <manifestEntries>
                             <Export-Package>
-                                javax.activation
+                                javax.activation;version="${fragment.activation.version}"
                             </Export-Package>
                         </manifestEntries>
                     </archive>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.