Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4bb77870cea2f3636e9d73c75e9f850cd43602ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Discovery Tests Plug-in
Bundle-SymbolicName: org.eclipse.ecf.tests.discovery
Bundle-Version: 1.0.0.20070212
Bundle-Activator: org.eclipse.ecf.tests.discovery.Activator
Bundle-Vendor: eclipse.org
Require-Bundle: org.eclipse.core.runtime,
 org.junit,
 org.eclipse.ecf,
 org.eclipse.ecf.discovery
Eclipse-LazyStart: true

Back to the top