Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5081e0b207b1aa29d6323a8457b6c6977edd9322 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.cdo.tests;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.emf.cdo.tests.CDOTestPlugin
Bundle-ClassPath: cdo.tests.jar
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Eclipse-LazyStart: false
Export-Package: org.eclipse.emf.cdo.tests
Require-Bundle: org.eclipse.core.runtime,
 org.junit,
 org.eclipse.emf.cdo.core,
 org.eclipse.net4j.core

Back to the top