1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-01 21:35:40 +02:00

Bug 564272: Increment major version of org.eclipse.cdt.core to 7.0.0

Change-Id: I9124dd406c5981435a72ff4aaa7033f1c3d1979b
This commit is contained in:
Jonah Graham 2020-06-13 15:25:35 -04:00
parent f5e029d19c
commit 12cf801870
21 changed files with 28 additions and 28 deletions

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.make.core; singleton:=true Bundle-SymbolicName: org.eclipse.cdt.make.core; singleton:=true
Bundle-Version: 7.4.200.qualifier Bundle-Version: 7.4.300.qualifier
Bundle-Activator: org.eclipse.cdt.make.core.MakeCorePlugin Bundle-Activator: org.eclipse.cdt.make.core.MakeCorePlugin
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
@ -19,7 +19,7 @@ Export-Package: org.eclipse.cdt.make.core,
org.eclipse.cdt.make.internal.core.scannerconfig.jobs;x-internal:=true, org.eclipse.cdt.make.internal.core.scannerconfig.jobs;x-internal:=true,
org.eclipse.cdt.make.internal.core.scannerconfig.util;x-internal:=true, org.eclipse.cdt.make.internal.core.scannerconfig.util;x-internal:=true,
org.eclipse.cdt.make.internal.core.scannerconfig2;x-internal:=true org.eclipse.cdt.make.internal.core.scannerconfig2;x-internal:=true
Require-Bundle: org.eclipse.cdt.core;bundle-version="[5.0.0,7.0.0)", Require-Bundle: org.eclipse.cdt.core;bundle-version="[7.0.0,8.0.0)",
org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)", org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.variables;bundle-version="[3.1.100,4.0.0)", org.eclipse.core.variables;bundle-version="[3.1.100,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",

View file

@ -28,7 +28,7 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
org.eclipse.ui.editors;bundle-version="[3.2.0,4.0.0)", org.eclipse.ui.editors;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)", org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.2.0,4.0.0)", org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
org.eclipse.cdt.core;bundle-version="[5.0.0,7.0.0)", org.eclipse.cdt.core;bundle-version="[7.0.0,8.0.0)",
org.eclipse.cdt.ui;bundle-version="[7.0.0,8.0.0)", org.eclipse.cdt.ui;bundle-version="[7.0.0,8.0.0)",
org.eclipse.cdt.make.core;bundle-version="[7.0.0,8.1.0)", org.eclipse.cdt.make.core;bundle-version="[7.0.0,8.1.0)",
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",

View file

@ -32,7 +32,7 @@ Export-Package: org.eclipse.cdt.build.core.scannerconfig,
org.eclipse.cdt.managedbuilder.templateengine, org.eclipse.cdt.managedbuilder.templateengine,
org.eclipse.cdt.managedbuilder.templateengine.processes, org.eclipse.cdt.managedbuilder.templateengine.processes,
org.eclipse.cdt.newmake.core org.eclipse.cdt.newmake.core
Require-Bundle: org.eclipse.cdt.core;bundle-version="[5.0.0,7.0.0)", Require-Bundle: org.eclipse.cdt.core;bundle-version="[7.0.0,8.0.0)",
org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)", org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.2.0,4.0.0)", org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.gnu.ui; singleton:=true Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.gnu.ui; singleton:=true
Bundle-Version: 8.3.200.qualifier Bundle-Version: 8.3.300.qualifier
Bundle-Activator: org.eclipse.cdt.managedbuilder.gnu.ui.GnuUIPlugin Bundle-Activator: org.eclipse.cdt.managedbuilder.gnu.ui.GnuUIPlugin
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
@ -12,7 +12,7 @@ Export-Package: org.eclipse.cdt.managedbuilder.gnu.cygwin,
org.eclipse.cdt.managedbuilder.gnu.ui org.eclipse.cdt.managedbuilder.gnu.ui
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
org.eclipse.cdt.managedbuilder.core;bundle-version="[8.1.0,9.0.0)", org.eclipse.cdt.managedbuilder.core;bundle-version="[8.1.0,9.0.0)",
org.eclipse.cdt.core;bundle-version="[5.0.0,7.0.0)", org.eclipse.cdt.core;bundle-version="[7.0.0,8.0.0)",
org.eclipse.core.resources org.eclipse.core.resources
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8

View file

@ -14,7 +14,7 @@ Export-Package: org.eclipse.cdt.managedbuilder.internal.ui.commands;x-internal:=
Require-Bundle: org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)", Require-Bundle: org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.variables;bundle-version="[3.1.100,4.0.0)", org.eclipse.core.variables;bundle-version="[3.1.100,4.0.0)",
org.eclipse.cdt.core;bundle-version="[5.0.0,7.0.0)", org.eclipse.cdt.core;bundle-version="[7.0.0,8.0.0)",
org.eclipse.cdt.make.core, org.eclipse.cdt.make.core,
org.eclipse.cdt.make.ui, org.eclipse.cdt.make.ui,
org.eclipse.cdt.managedbuilder.core;bundle-version="[8.7.0,9.0.0)", org.eclipse.cdt.managedbuilder.core;bundle-version="[8.7.0,9.0.0)",

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.core; singleton:=true Bundle-SymbolicName: org.eclipse.cdt.core; singleton:=true
Bundle-Version: 6.12.0.qualifier Bundle-Version: 7.0.0.qualifier
Bundle-Activator: org.eclipse.cdt.core.CCorePlugin Bundle-Activator: org.eclipse.cdt.core.CCorePlugin
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin

View file

@ -70,7 +70,7 @@ public interface IFunction extends IBinding {
* Returns {@code true} if return value of this function must not be discarded. * Returns {@code true} if return value of this function must not be discarded.
* Based on 'nodiscard' attribute in the function declaration or in C using * Based on 'nodiscard' attribute in the function declaration or in C using
* the flag 'warn_unused_result' * the flag 'warn_unused_result'
* @since 6.12 * @since 7.0
*/ */
public boolean isNoDiscard(); public boolean isNoDiscard();
} }

View file

@ -32,7 +32,7 @@ import org.eclipse.cdt.core.dom.ast.IASTName;
* *
* @noimplement This interface is not intended to be implemented by clients. * @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients. * @noextend This interface is not intended to be extended by clients.
* @since 6.12 * @since 7.0
*/ */
public interface ICPPASTDeductionGuide extends IASTDeclaration, ICPPASTParameterListOwner { public interface ICPPASTDeductionGuide extends IASTDeclaration, ICPPASTParameterListOwner {

View file

@ -103,13 +103,13 @@ public interface ICPPASTFunctionDeclarator
/** /**
* When used as a lambda declarator, it can be constexpr. * When used as a lambda declarator, it can be constexpr.
* @since 6.12 * @since 7.0
*/ */
public boolean isConstexpr(); public boolean isConstexpr();
/** /**
* When used as a lambda declarator, it can be constexpr. * When used as a lambda declarator, it can be constexpr.
* @since 6.12 * @since 7.0
*/ */
public void setConstexpr(boolean value); public void setConstexpr(boolean value);

View file

@ -15,7 +15,7 @@ import org.eclipse.cdt.core.dom.ast.IASTParameterDeclaration;
/** /**
* Internal interface to describe the ability of having a parameter list * Internal interface to describe the ability of having a parameter list
* @since 6.12 * @since 7.0
*/ */
public interface ICPPASTParameterListOwner { public interface ICPPASTParameterListOwner {

View file

@ -141,7 +141,7 @@ public interface ICPPClassType extends ICompositeType, ICPPBinding {
/** /**
* Returns whether this type is declared 'nodiscard'. * Returns whether this type is declared 'nodiscard'.
* *
* @since 6.12 * @since 7.0
*/ */
public boolean isNoDiscard(); public boolean isNoDiscard();
} }

View file

@ -46,7 +46,7 @@ public interface ICPPEnumeration extends IEnumeration, ICPPBinding {
/** /**
* Returns weather the enum is marked as 'nodiscard' * Returns weather the enum is marked as 'nodiscard'
* @since 6.12 * @since 7.0
*/ */
boolean isNoDiscard(); boolean isNoDiscard();
} }

View file

@ -58,7 +58,7 @@ public class AttributeUtil {
/** /**
* Returns {@code true} if the node has a "nodiscard" attribute. * Returns {@code true} if the node has a "nodiscard" attribute.
* @since 6.12 * @since 7.0
*/ */
public static boolean hasNodiscardAttribute(IASTAttributeOwner node) { public static boolean hasNodiscardAttribute(IASTAttributeOwner node) {
return hasAttribute(node, ATTRIBUTE_NODISCARD); return hasAttribute(node, ATTRIBUTE_NODISCARD);

View file

@ -1631,7 +1631,7 @@ public class DefaultCodeFormatterConstants {
* </pre> * </pre>
* @see CCorePlugin#INSERT * @see CCorePlugin#INSERT
* @see CCorePlugin#DO_NOT_INSERT * @see CCorePlugin#DO_NOT_INSERT
* @since 6.12 * @since 7.0
*/ */
public static final String FORMATTER_INSERT_SPACE_AFTER_DEDUCTION_GUIDE_ARROW = CCorePlugin.PLUGIN_ID public static final String FORMATTER_INSERT_SPACE_AFTER_DEDUCTION_GUIDE_ARROW = CCorePlugin.PLUGIN_ID
+ ".formatter.insert_space_after_deduction_guide_arrow"; //$NON-NLS-1$ + ".formatter.insert_space_after_deduction_guide_arrow"; //$NON-NLS-1$
@ -1644,7 +1644,7 @@ public class DefaultCodeFormatterConstants {
* </pre> * </pre>
* @see CCorePlugin#INSERT * @see CCorePlugin#INSERT
* @see CCorePlugin#DO_NOT_INSERT * @see CCorePlugin#DO_NOT_INSERT
* @since 6.12 * @since 7.0
*/ */
public static final String FORMATTER_INSERT_SPACE_BEFORE_DEDUCTION_GUIDE_ARROW = CCorePlugin.PLUGIN_ID public static final String FORMATTER_INSERT_SPACE_BEFORE_DEDUCTION_GUIDE_ARROW = CCorePlugin.PLUGIN_ID
+ ".formatter.insert_space_before_deduction_guide_arrow"; //$NON-NLS-1$ + ".formatter.insert_space_before_deduction_guide_arrow"; //$NON-NLS-1$

View file

@ -225,11 +225,11 @@ public class DefaultCodeFormatterOptions {
*/ */
public boolean insert_space_before_lambda_return; public boolean insert_space_before_lambda_return;
/** /**
* @since 6.12 * @since 7.0
*/ */
public boolean insert_space_after_deduction_guide_arrow; public boolean insert_space_after_deduction_guide_arrow;
/** /**
* @since 6.12 * @since 7.0
*/ */
public boolean insert_space_before_deduction_guide_arrow; public boolean insert_space_before_deduction_guide_arrow;
public boolean insert_space_before_assignment_operator; public boolean insert_space_before_assignment_operator;

View file

@ -105,7 +105,7 @@ public class ERandomAccessFile extends RandomAccessFile {
/** /**
* Get the path of the file reader * Get the path of the file reader
* @since 6.12 * @since 7.0
*/ */
public String getPath() { public String getPath() {
return path; return path;
@ -127,7 +127,7 @@ public class ERandomAccessFile extends RandomAccessFile {
/** /**
* Get the byte order of the file * Get the byte order of the file
* @return {@link ByteOrder#LITTLE_ENDIAN} or {@link ByteOrder#BIG_ENDIAN} * @return {@link ByteOrder#LITTLE_ENDIAN} or {@link ByteOrder#BIG_ENDIAN}
* @since 6.12 * @since 7.0
*/ */
public ByteOrder order() { public ByteOrder order() {
return isle ? ByteOrder.LITTLE_ENDIAN : ByteOrder.BIG_ENDIAN; return isle ? ByteOrder.LITTLE_ENDIAN : ByteOrder.BIG_ENDIAN;

View file

@ -1190,7 +1190,7 @@ public class Elf {
* @param section the section to iterate over * @param section the section to iterate over
* @return an iterator that returns symbols of a given section * @return an iterator that returns symbols of a given section
* @throws IOException If the file is corrupt * @throws IOException If the file is corrupt
* @since 6.12 * @since 7.0
*/ */
public ElfSectionIterator symbolIterator(Section section) throws IOException { public ElfSectionIterator symbolIterator(Section section) throws IOException {
return new ElfSectionIterator(efile, ehdr.e_ident[ELFhdr.EI_CLASS], section, ehdr.e_ident[ELFhdr.EI_CLASS]); return new ElfSectionIterator(efile, ehdr.e_ident[ELFhdr.EI_CLASS], section, ehdr.e_ident[ELFhdr.EI_CLASS]);

View file

@ -102,7 +102,7 @@ Export-Package: org.eclipse.cdt.internal.corext;x-internal:=true,
org.eclipse.cdt.ui.wizards, org.eclipse.cdt.ui.wizards,
org.eclipse.cdt.ui.wizards.conversion, org.eclipse.cdt.ui.wizards.conversion,
org.eclipse.cdt.utils.ui.controls org.eclipse.cdt.utils.ui.controls
Require-Bundle: org.eclipse.cdt.core;bundle-version="[6.9.0,7.0.0)", Require-Bundle: org.eclipse.cdt.core;bundle-version="[7.0.0,8.0.0)",
org.eclipse.compare;bundle-version="[3.7.700,4.0.0)", org.eclipse.compare;bundle-version="[3.7.700,4.0.0)",
org.eclipse.core.expressions;bundle-version="[3.6.500,4.0.0)", org.eclipse.core.expressions;bundle-version="[3.6.500,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.7.500,2.0.0)", org.eclipse.core.filesystem;bundle-version="[1.7.500,2.0.0)",

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.debug.core; singleton:=true Bundle-SymbolicName: org.eclipse.cdt.debug.core; singleton:=true
Bundle-Version: 8.4.100.qualifier Bundle-Version: 8.4.200.qualifier
Bundle-Activator: org.eclipse.cdt.debug.core.CDebugCorePlugin Bundle-Activator: org.eclipse.cdt.debug.core.CDebugCorePlugin
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
@ -38,7 +38,7 @@ Export-Package: org.eclipse.cdt.debug.core,
org.eclipse.cdt.dsf.ui, org.eclipse.cdt.dsf.ui,
org.eclipse.cdt.tests.dsf.gdb", org.eclipse.cdt.tests.dsf.gdb",
org.eclipse.cdt.debug.internal.core.srcfinder;x-internal:=true org.eclipse.cdt.debug.internal.core.srcfinder;x-internal:=true
Require-Bundle: org.eclipse.cdt.core;bundle-version="[5.0.0,7.0.0)", Require-Bundle: org.eclipse.cdt.core;bundle-version="[7.0.0,8.0.0)",
org.eclipse.core.filesystem;bundle-version="1.2.0", org.eclipse.core.filesystem;bundle-version="1.2.0",
org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)", org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",

View file

@ -51,7 +51,7 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.16.0,4.0.0)",
org.eclipse.debug.core;bundle-version="[3.7.0,4.0.0)", org.eclipse.debug.core;bundle-version="[3.7.0,4.0.0)",
org.eclipse.cdt.debug.core;bundle-version="[7.0.0,9.0.0)", org.eclipse.cdt.debug.core;bundle-version="[7.0.0,9.0.0)",
org.eclipse.cdt.ui;bundle-version="[7.0.0,8.0.0)", org.eclipse.cdt.ui;bundle-version="[7.0.0,8.0.0)",
org.eclipse.cdt.core;bundle-version="[5.0.0,7.0.0)", org.eclipse.cdt.core;bundle-version="[7.0.0,8.0.0)",
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
org.eclipse.ui.console;bundle-version="[3.1.100,4.0.0)", org.eclipse.ui.console;bundle-version="[3.1.100,4.0.0)",
org.eclipse.ui.views;bundle-version="[3.2.0,4.0.0)", org.eclipse.ui.views;bundle-version="[3.2.0,4.0.0)",

View file

@ -19,7 +19,7 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
org.eclipse.debug.core;bundle-version="[3.2.0,4.0.0)", org.eclipse.debug.core;bundle-version="[3.2.0,4.0.0)",
org.eclipse.debug.ui;bundle-version="[3.2.0,4.0.0)", org.eclipse.debug.ui;bundle-version="[3.2.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.2.0,4.0.0)", org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
org.eclipse.cdt.core;bundle-version="[5.0.0,7.0.0)", org.eclipse.cdt.core;bundle-version="[7.0.0,8.0.0)",
org.eclipse.cdt.ui;bundle-version="[7.0.0,8.0.0)", org.eclipse.cdt.ui;bundle-version="[7.0.0,8.0.0)",
org.eclipse.cdt.debug.core;bundle-version="[7.0.0,9.0.0)", org.eclipse.cdt.debug.core;bundle-version="[7.0.0,9.0.0)",
org.eclipse.cdt.debug.ui;bundle-version="[7.0.0,9.0.0)", org.eclipse.cdt.debug.ui;bundle-version="[7.0.0,9.0.0)",