Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 195c86a0565efea5fb23e567e872819fa58408a5 (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: 3.1.0.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .
Export-Package: javax.jms;version="1.1.0"

Back to the top