mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 04:35:45 +02:00

Some of the changes that are about to arrive have specific impacts of API of core build. Because CBS is largely in org.eclipse.cdt.core/ui any breaking changes to the CBS API necessitate bumping the entire bundle to a new version. One of the most noticeable changes is expected to be that org.eclipse.cdt.core.build.ICBuildConfigurationProvider.createBuildConfiguration(IProject, IToolChain, String, IProgressMonitor) needs a new parameter to properly connect the target. The upcoming PR that makes the API change will document that change in the CHANGELOG-API.md and N&N documentation. Part of #1000
19 lines
894 B
Text
19 lines
894 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.gnu.ui; singleton:=true
|
|
Bundle-Version: 8.7.200.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.managedbuilder.gnu.ui.GnuUIPlugin
|
|
Bundle-Vendor: %providerName
|
|
Bundle-Localization: plugin
|
|
Export-Package: org.eclipse.cdt.managedbuilder.gnu.cygwin,
|
|
org.eclipse.cdt.managedbuilder.gnu.mingw;x-internal:=true,
|
|
org.eclipse.cdt.managedbuilder.gnu.templates;x-internal:=true,
|
|
org.eclipse.cdt.managedbuilder.gnu.ui
|
|
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
|
|
org.eclipse.cdt.managedbuilder.core;bundle-version="[9.0.0,10.0.0]",
|
|
org.eclipse.cdt.core;bundle-version="[9.0.0,10.0.0)",
|
|
org.eclipse.core.resources
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Automatic-Module-Name: org.eclipse.cdt.managedbuilder.gnu.ui
|