Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a27d314f9e5c0e9c33572fbc572315da9909e34a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.make.core.tests;singleton:=true
Bundle-Version: 7.0.0.qualifier
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
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-11
Import-Package: org.eclipse.core.filesystem
Automatic-Module-Name: org.eclipse.cdt.make.core.tests
Bundle-Localization: plugin

Back to the top