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-org-apache-sling-fragment-activation.git
commit e339d54e0be2aabc769114292c67374e5cfcd95d Author: Felix Meschberger <[email protected]> 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@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 "[email protected]" <[email protected]>.
