mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 12:25:35 +02:00
17 lines
570 B
Text
17 lines
570 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Make Core Tests Plug-in
|
|
Bundle-SymbolicName: org.eclipse.cdt.make.core.tests
|
|
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
|