This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-quartz.git
commit 32eb0746745e6bfebbeb6d2d57a5a86b5167e76f Author: Jean-Baptiste Onofre <[email protected]> AuthorDate: Fri Aug 3 07:45:35 2012 +0000 [MRM-1651] Improve OSGi statements by defining version ranges git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1368818 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 09f4560..a070f61 100644 --- a/pom.xml +++ b/pom.xml @@ -91,6 +91,21 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> + <configuration> + <instructions> + <Export-Package> + org.apache.archiva.redback.components.scheduler*;version=${project.version};-split-package:=merge-first + </Export-Package> + <Import-Package> + javax.annotation, + javax.inject;version="[1,2)", + org.apache.commons.lang;version="[2.6,3)", + org.quartz*;version="[2.1,3)", + org.springframework*;version="[3,4)", + org.slf4j;resolution:=optional + </Import-Package> + </instructions> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> -- To stop receiving notification emails like this one, please contact [email protected].
