Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 17896a3057f3fcc52eb4f9a5490059f8dce0c670 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Make Core Tests Plug-in
Bundle-SymbolicName: org.eclipse.cdt.make.core.tests;singleton:=true
Bundle-Version: 5.0.0.qualifier
Bundle-ClassPath: makecoretests.jar
Bundle-Activator: org.eclipse.cdt.make.core.tests.MakeTestsPlugin
Export-Package: org.eclipse.cdt.make.builder.tests,
 org.eclipse.cdt.make.core.tests
Require-Bundle: org.eclipse.core.runtime,
 org.junit,
 org.eclipse.cdt.make.core,
 org.eclipse.cdt.core,
 org.eclipse.core.resources,
 org.eclipse.cdt.core.tests
Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org

Back to the top