mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-07 08:15:48 +02:00
Bug 141819 - Fix providers for some of the plugins.
This commit is contained in:
parent
b62b69c677
commit
9174d8ce58
6 changed files with 6 additions and 1 deletions
|
@ -14,3 +14,4 @@ Require-Bundle: org.eclipse.core.runtime,
|
|||
org.eclipse.cdt.core,
|
||||
org.eclipse.core.resources
|
||||
Eclipse-AutoStart: true
|
||||
Bundle-Vendor: Eclipse.org
|
||||
|
|
|
@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.ui.tests; singleton:=true
|
|||
Bundle-Version: 3.1.0.qualifier
|
||||
Bundle-ClassPath: tests.jar
|
||||
Bundle-Activator: org.eclipse.cdt.managedbuilder.ui.tests.testplugin.TestsPlugin
|
||||
Bundle-Vendor: eclipse.org
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.core.runtime,
|
||||
|
|
|
@ -27,3 +27,4 @@ Require-Bundle: org.eclipse.core.resources,
|
|||
org.eclipse.jface,
|
||||
org.eclipse.ui
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-Vendor: Eclipse.org
|
||||
|
|
|
@ -34,3 +34,4 @@ Require-Bundle: org.eclipse.jface.text,
|
|||
org.eclipse.core.expressions,
|
||||
org.eclipse.cdt.make.core
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-Vendor: Eclipse.org
|
||||
|
|
|
@ -19,3 +19,4 @@ Require-Bundle: org.eclipse.ui.ide,
|
|||
org.eclipse.core.runtime.compatibility
|
||||
Eclipse-LazyStart: true
|
||||
Plugin-Class: org.eclipse.cdt.debug.testplugin.CTestPlugin
|
||||
Bundle-Vendor: Eclipse.org
|
||||
|
|
|
@ -6,3 +6,4 @@ Bundle-Version: 3.1.0.qualifier
|
|||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.help
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-Vendor: Eclipse.org
|
||||
|
|
Loading…
Add table
Reference in a new issue