Skip to main content
summaryrefslogtreecommitdiffstats
blob: cec46b9f1d3604cbed2e3a0cc0a94bdc1e0f95be (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: Mylyn EMF Tests
Bundle-SymbolicName: org.eclipse.mylyn.emf.tests;singleton:=true
Bundle-Version: 3.7.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.junit,
 org.eclipse.mylyn.context.core;bundle-version="3.6.0",
 org.eclipse.mylyn.context.ui;bundle-version="3.6.0",
 org.eclipse.mylyn.context.tests;bundle-version="3.6.0",
 org.eclipse.mylyn.emf.ui;bundle-version="3.6.0"
Export-Package: org.eclipse.mylyn.emf.tests;x-internal:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top