Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: def01a183fecf0ada5df76177927742294d69a48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.core.tests; singleton:=true
Bundle-Version: 4.0.0.qualifier
Bundle-ClassPath: mbscoretests.jar
Bundle-Activator: org.eclipse.cdt.managedbuilder.testplugin.CTestPlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Export-Package: org.eclipse.cdt.managedbuilder.core.tests,
 org.eclipse.cdt.managedbuilder.testplugin,
 org.eclipse.cdt.managedbuilder.tests.suite
Require-Bundle: org.eclipse.core.runtime,
 org.junit,
 org.eclipse.cdt.managedbuilder.core,
 org.eclipse.cdt.core,
 org.eclipse.cdt.make.core,
 org.eclipse.core.resources,
 org.eclipse.ui,
 org.eclipse.ui.ide
Eclipse-AutoStart: true

Back to the top