Skip to main content
summaryrefslogtreecommitdiffstats
blob: bb53e1d5f0e2c60f8efc4cc52872abf2ff60f0e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF Discovery API
Bundle-SymbolicName: org.eclipse.ecf.discovery
Bundle-Version: 0.8.1
Bundle-ClassPath: discovery.jar
Bundle-Activator: org.eclipse.ecf.discovery.DiscoveryPlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.ecf
Eclipse-LazyStart: true
Export-Package: org.eclipse.ecf.discovery

Back to the top