osgi.monitoring/osgi.framework.monitoring/META-INF/MANIFEST.MF

13 lines
451 B
Plaintext
Raw Normal View History

2013-08-07 11:34:56 +00:00
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Monitoring
Bundle-SymbolicName: osgi.framework.monitoring
Bundle-Version: 1.0.0.qualifier
Import-Package: org.osgi.framework;version="1.3.0",
org.osgi.framework.hooks.weaving;version="1.0.0",
javassist,
javassist.expr
Export-Package: osgi.framework.monitoring.event;version="1.0.0",
osgi.framework.monitoring.event.filter;version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7