Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0b6bd44ea4f0cace57bf4c524d664c36f411357b (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.2
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