mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 09:35:23 +02:00

- Reuse the TU from the open editor if present, otherwise load it from workspace - Added test plugin org.eclipse.cdt.codan.checkers.ui.test Change-Id: I725b7b8e462ffba39dd6c9a828ab72dd58f86b1f Signed-off-by: Dominic Scharfe <dominic.scharfe@coseda-tech.com>
23 lines
690 B
Text
23 lines
690 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: org.eclipse.cdt.codan.checkers.ui.test
|
|
Bundle-Version: 3.2.0.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.codan.checkers.ui.Activator
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.cdt.codan.checkers.ui,
|
|
org.eclipse.core.resources,
|
|
org.eclipse.cdt.codan.ui,
|
|
org.eclipse.cdt.codan.ui.cxx,
|
|
org.eclipse.ui,
|
|
org.eclipse.ui.ide,
|
|
org.junit,
|
|
org.mockito,
|
|
org.hamcrest,
|
|
org.eclipse.cdt.core,
|
|
org.eclipse.jface.text,
|
|
org.eclipse.ui.workbench.texteditor,
|
|
org.eclipse.ui.editors
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Vendor: %Bundle-Vendor
|