mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00

A C/C++ test runner client demonstrating the functionality of Unit Test View bundle. See: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/171116 for Unit Test bundle proposal Also-By: Mickael Istria <mistria@redhat.com> Also-By: Alexander Kurtakov <akurtako@redhat.com> Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com> Change-Id: I93bc368549a640906a198e04456d5f9fd87eedb5
30 lines
1.1 KiB
Text
30 lines
1.1 KiB
Text
Manifest-Version: 1.0
|
|
Automatic-Module-Name: org.eclipse.cdt.unittest
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.cdt.unittest;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.unittest.CDTUnitTestPlugin
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Vendor: %providerName
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.unittest.ui,
|
|
org.eclipse.cdt.testsrunner,
|
|
org.eclipse.cdt.debug.core,
|
|
org.eclipse.cdt.debug.ui,
|
|
org.eclipse.cdt.managedbuilder.core,
|
|
org.eclipse.cdt.launch,
|
|
org.eclipse.cdt.dsf.gdb,
|
|
org.eclipse.cdt.dsf.gdb.ui,
|
|
org.eclipse.cdt.core,
|
|
org.eclipse.cdt.ui,
|
|
org.eclipse.search,
|
|
org.eclipse.core.runtime;bundle-version="[3.11.0,4.0.0)",
|
|
org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
|
|
org.eclipse.debug.core;bundle-version="[3.5.0,4.0.0)",
|
|
org.eclipse.debug.ui;bundle-version="[3.5.0,4.0.0)",
|
|
org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
|
|
org.eclipse.ui.workbench.texteditor;bundle-version="[3.5.0,4.0.0)",
|
|
org.eclipse.core.filesystem,
|
|
org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|