| Export-Package: !*.internal*, \ |
| org.eclipse.gemini.blueprint.extender.*;version=${project.version}, \ |
| org.osgi.service.blueprint;version=1;uses:="org.osgi.service.blueprint.container,org.osgi.service.blueprint.reflect" |
| |
| Import-Package: org.eclipse.gemini.blueprint.extensions.annotation;resolution:=optional;version="${gemini.blueprint.version.range.nq}", \ |
| org.osgi.service.blueprint.container;version="1.0.0";resolution:=optional, \ |
| org.osgi.service.blueprint.reflect;version="1.0.0";resolution:=optional, \ |
| org.osgi.framework;version=1.3, \ |
| org.aopalliance.*;version="0.0.0", \ |
| org.osgi.service.cm;version=1.2;resolution:=optional, \ |
| org.osgi.service.event;version=1.1;resolution:=optional, \ |
| org.osgi.util.tracker;version=1.3, \ |
| org.apache.commons.logging.*;version=${logging.version.range}, \ |
| org.eclipse.gemini.blueprint.blueprint.*;version=${gemini.blueprint.version.range}, \ |
| org.eclipse.gemini.blueprint.*;version=${gemini.blueprint.version.range}, \ |
| org.springframework.*;version=${spring.version.range}, \ |
| *;resolution:=optional |
| |
| Bundle-Activator: org.eclipse.gemini.blueprint.extender.internal.boot.ChainActivator |
| Bundle-Name: ${project.artifactId} |
| Bundle-Version: ${project.version} |
| Bundle-SymbolicName: ${spring.osgi.symbolic.name} |
| Bundle-Vendor: Eclipse Foundation |
| Bundle-DocURL: http://www.eclipse.org/gemini/blueprint/ |
| Bundle-Description: ${bundle.description} |
| Bundle-License: http://www.opensource.org/licenses/eclipse-1.0.php, http://www.opensource.org/licenses/apache2.0.php |
| Implementation-Title: Eclipse Gemini Blueprint |
| Implementation-Version: ${project.version} |
| Implementation-Vendor: Eclipse Foundation |
| Implementation-Vendor-Id: org.eclipse.gemini.blueprint |
| Gemini-Blueprint-Version: ${project.version} |
| Spring-Version: ${spring.maven.artifact.version} |
| Build-Jdk: ${java.version} |
| Build-Plan: ${env.buildPlan} |
| Build-Number: ${env.buildNumber} |
| Git-Revision: ${git.commit.id.describe} |