mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-09 03:23:07 +02:00
28 lines
963 B
Text
28 lines
963 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %bundleName
|
|
Bundle-SymbolicName: org.eclipse.cdt.autotools.tests;singleton:=true
|
|
Bundle-Version: 2.0.0.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.autotools.tests.AutotoolsTestsPlugin
|
|
Bundle-Vendor: %provider
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.cdt.autotools.core;bundle-version="1.0.2",
|
|
org.eclipse.core.resources,
|
|
org.eclipse.cdt.managedbuilder.core,
|
|
org.eclipse.cdt.ui,
|
|
org.junit,
|
|
org.eclipse.ui.ide,
|
|
org.eclipse.jface.text,
|
|
org.eclipse.ui.editors,
|
|
org.eclipse.cdt.make.core,
|
|
org.eclipse.cdt.make.ui,
|
|
org.eclipse.ui.workbench.texteditor,
|
|
org.eclipse.cdt.core,
|
|
org.eclipse.cdt.autotools.ui;bundle-version="1.0.0"
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Export-Package: org.eclipse.cdt.autotools.tests,
|
|
org.eclipse.cdt.autotools.tests.autoconf,
|
|
org.eclipse.cdt.autotools.tests.editors
|