mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00

Beta versions of maven plugins are omitted from this upgrade. A new version of Tycho brings in an update ECJ which means some of the class files are different, hence the need to bump versions of bundles too. A new calendar year brings an update to Copyrights
41 lines
2.4 KiB
Text
41 lines
2.4 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name.0
|
|
Bundle-SymbolicName: org.eclipse.cdt.autotools.ui;singleton:=true
|
|
Bundle-Version: 2.2.500.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.autotools.ui.AutotoolsUIPlugin
|
|
Bundle-Localization: plugin
|
|
Bundle-Vendor: %provider
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.cdt.autotools.core;bundle-version="1.0.0",
|
|
org.eclipse.cdt.core;bundle-version="8.3.0",
|
|
org.eclipse.core.resources;bundle-version="3.5.0",
|
|
org.eclipse.cdt.managedbuilder.core;bundle-version="6.0.0",
|
|
org.eclipse.jface.text;bundle-version="3.5.0",
|
|
org.eclipse.ui.editors;bundle-version="3.5.0",
|
|
org.eclipse.cdt.ui;bundle-version="5.1.0",
|
|
org.eclipse.ui.ide;bundle-version="3.5.0",
|
|
org.eclipse.cdt.managedbuilder.ui;bundle-version="5.1.0",
|
|
org.eclipse.core.filesystem;bundle-version="1.2.0",
|
|
org.eclipse.cdt.make.ui;bundle-version="6.0.0",
|
|
org.eclipse.ui.views;bundle-version="3.4.0",
|
|
org.eclipse.cdt.remote.core;bundle-version="1.0.0",
|
|
org.eclipse.swt,
|
|
org.eclipse.ui.genericeditor;bundle-version="1.0.0"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.eclipse.cdt.autotools.ui;x-friends:="org.eclipse.linuxtools.cdt.autotools",
|
|
org.eclipse.cdt.autotools.ui.editors;x-friends:="org.eclipse.linuxtools.cdt.autotools",
|
|
org.eclipse.cdt.autotools.ui.editors.outline;x-friends:="org.eclipse.linuxtools.cdt.autotools",
|
|
org.eclipse.cdt.autotools.ui.editors.parser;x-friends:="org.eclipse.linuxtools.cdt.autotools",
|
|
org.eclipse.cdt.internal.autotools.ui;x-friends:="org.eclipse.linuxtools.cdt.autotools",
|
|
org.eclipse.cdt.internal.autotools.ui.actions;x-friends:="org.eclipse.linuxtools.cdt.autotools",
|
|
org.eclipse.cdt.internal.autotools.ui.editors;x-friends:="org.eclipse.linuxtools.cdt.autotools",
|
|
org.eclipse.cdt.internal.autotools.ui.editors.autoconf;x-friends:="org.eclipse.linuxtools.cdt.autotools",
|
|
org.eclipse.cdt.internal.autotools.ui.editors.automake;x-friends:="org.eclipse.linuxtools.cdt.autotools",
|
|
org.eclipse.cdt.internal.autotools.ui.preferences;x-friends:="org.eclipse.linuxtools.cdt.autotools",
|
|
org.eclipse.cdt.internal.autotools.ui.properties;x-friends:="org.eclipse.linuxtools.cdt.autotools",
|
|
org.eclipse.cdt.internal.autotools.ui.text.hover;x-friends:="org.eclipse.linuxtools.cdt.autotools",
|
|
org.eclipse.cdt.internal.autotools.ui.wizards;x-friends:="org.eclipse.linuxtools.cdt.autotools"
|
|
Automatic-Module-Name: org.eclipse.cdt.autotools.ui
|