Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 89b50decfa08848e38e903cb61d34ef3b0d2d857 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.cdt.make.ui.tests
Bundle-SymbolicName: org.eclipse.cdt.make.ui.tests;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.cdt.make.ui.tests.MakeUITestsPlugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.cdt.make.ui,
 org.junit;bundle-version="4.10.0",
 org.eclipse.cdt.core.tests
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: Eclipse.org

Back to the top