2005-11-15 21:33:43 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Make Core Tests Plug-in
|
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.make.core.tests
|
2007-11-06 08:02:32 +00:00
|
|
|
Bundle-Version: 5.0.0.qualifier
|
2005-11-15 21:33:43 +00:00
|
|
|
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,
|
2007-07-17 15:00:53 +00:00
|
|
|
org.eclipse.core.resources,
|
|
|
|
org.eclipse.cdt.core.tests
|
|
|
|
Eclipse-LazyStart: true
|
2006-05-24 18:54:05 +00:00
|
|
|
Bundle-Vendor: Eclipse.org
|