Skip to main content
summaryrefslogtreecommitdiffstats
blob: f0c4ee9f568c648f9435395f6801cb59add81122 (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
Bundle-Version: 3.1.1.qualifier
Bundle-ClassPath: makecoretests.jar
Bundle-Activator: org.eclipse.cdt.make.core.tests.MakeTestsPlugin
Bundle-Localization: plugin
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
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org

Back to the top