Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2a77ec4423ef6bc94b07e1e08ab3bb5ff6156906 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.net4j.jms.api
Bundle-Version: 0.8.0.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Export-Package: javax.jms;version="1.1.0"
Bundle-ClassPath: lib/geronimo-jms_1.1_spec-1.1.jar
Bundle-Localization: plugin
Eclipse-LazyStart: true

Back to the top