mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
Bug 564272: Increment major version of org.eclipse.cdt.core to 7.0.0
Change-Id: I9124dd406c5981435a72ff4aaa7033f1c3d1979b
This commit is contained in:
parent
f5e029d19c
commit
12cf801870
21 changed files with 28 additions and 28 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
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-Vendor: %providerName
|
||||
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.util;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.variables;bundle-version="[3.1.100,4.0.0)",
|
||||
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
|
||||
|
|
|
@ -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.core.resources;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.make.core;bundle-version="[7.0.0,8.1.0)",
|
||||
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
|
||||
|
|
|
@ -32,7 +32,7 @@ Export-Package: org.eclipse.cdt.build.core.scannerconfig,
|
|||
org.eclipse.cdt.managedbuilder.templateengine,
|
||||
org.eclipse.cdt.managedbuilder.templateengine.processes,
|
||||
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.runtime;bundle-version="[3.2.0,4.0.0)",
|
||||
org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
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-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
@ -12,7 +12,7 @@ Export-Package: org.eclipse.cdt.managedbuilder.gnu.cygwin,
|
|||
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="[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
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
|
|
|
@ -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)",
|
||||
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.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.ui,
|
||||
org.eclipse.cdt.managedbuilder.core;bundle-version="[8.7.0,9.0.0)",
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
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-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -70,7 +70,7 @@ public interface IFunction extends IBinding {
|
|||
* 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
|
||||
* the flag 'warn_unused_result'
|
||||
* @since 6.12
|
||||
* @since 7.0
|
||||
*/
|
||||
public boolean isNoDiscard();
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ import org.eclipse.cdt.core.dom.ast.IASTName;
|
|||
*
|
||||
* @noimplement This interface is not intended to be implemented 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 {
|
||||
|
||||
|
|
|
@ -103,13 +103,13 @@ public interface ICPPASTFunctionDeclarator
|
|||
|
||||
/**
|
||||
* When used as a lambda declarator, it can be constexpr.
|
||||
* @since 6.12
|
||||
* @since 7.0
|
||||
*/
|
||||
public boolean isConstexpr();
|
||||
|
||||
/**
|
||||
* When used as a lambda declarator, it can be constexpr.
|
||||
* @since 6.12
|
||||
* @since 7.0
|
||||
*/
|
||||
public void setConstexpr(boolean value);
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import org.eclipse.cdt.core.dom.ast.IASTParameterDeclaration;
|
|||
|
||||
/**
|
||||
* Internal interface to describe the ability of having a parameter list
|
||||
* @since 6.12
|
||||
* @since 7.0
|
||||
*/
|
||||
public interface ICPPASTParameterListOwner {
|
||||
|
||||
|
|
|
@ -141,7 +141,7 @@ public interface ICPPClassType extends ICompositeType, ICPPBinding {
|
|||
/**
|
||||
* Returns whether this type is declared 'nodiscard'.
|
||||
*
|
||||
* @since 6.12
|
||||
* @since 7.0
|
||||
*/
|
||||
public boolean isNoDiscard();
|
||||
}
|
||||
|
|
|
@ -46,7 +46,7 @@ public interface ICPPEnumeration extends IEnumeration, ICPPBinding {
|
|||
|
||||
/**
|
||||
* Returns weather the enum is marked as 'nodiscard'
|
||||
* @since 6.12
|
||||
* @since 7.0
|
||||
*/
|
||||
boolean isNoDiscard();
|
||||
}
|
||||
|
|
|
@ -58,7 +58,7 @@ public class AttributeUtil {
|
|||
|
||||
/**
|
||||
* Returns {@code true} if the node has a "nodiscard" attribute.
|
||||
* @since 6.12
|
||||
* @since 7.0
|
||||
*/
|
||||
public static boolean hasNodiscardAttribute(IASTAttributeOwner node) {
|
||||
return hasAttribute(node, ATTRIBUTE_NODISCARD);
|
||||
|
|
|
@ -1631,7 +1631,7 @@ public class DefaultCodeFormatterConstants {
|
|||
* </pre>
|
||||
* @see CCorePlugin#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
|
||||
+ ".formatter.insert_space_after_deduction_guide_arrow"; //$NON-NLS-1$
|
||||
|
@ -1644,7 +1644,7 @@ public class DefaultCodeFormatterConstants {
|
|||
* </pre>
|
||||
* @see CCorePlugin#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
|
||||
+ ".formatter.insert_space_before_deduction_guide_arrow"; //$NON-NLS-1$
|
||||
|
|
|
@ -225,11 +225,11 @@ public class DefaultCodeFormatterOptions {
|
|||
*/
|
||||
public boolean insert_space_before_lambda_return;
|
||||
/**
|
||||
* @since 6.12
|
||||
* @since 7.0
|
||||
*/
|
||||
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_assignment_operator;
|
||||
|
|
|
@ -105,7 +105,7 @@ public class ERandomAccessFile extends RandomAccessFile {
|
|||
|
||||
/**
|
||||
* Get the path of the file reader
|
||||
* @since 6.12
|
||||
* @since 7.0
|
||||
*/
|
||||
public String getPath() {
|
||||
return path;
|
||||
|
@ -127,7 +127,7 @@ public class ERandomAccessFile extends RandomAccessFile {
|
|||
/**
|
||||
* Get the byte order of the file
|
||||
* @return {@link ByteOrder#LITTLE_ENDIAN} or {@link ByteOrder#BIG_ENDIAN}
|
||||
* @since 6.12
|
||||
* @since 7.0
|
||||
*/
|
||||
public ByteOrder order() {
|
||||
return isle ? ByteOrder.LITTLE_ENDIAN : ByteOrder.BIG_ENDIAN;
|
||||
|
|
|
@ -1190,7 +1190,7 @@ public class Elf {
|
|||
* @param section the section to iterate over
|
||||
* @return an iterator that returns symbols of a given section
|
||||
* @throws IOException If the file is corrupt
|
||||
* @since 6.12
|
||||
* @since 7.0
|
||||
*/
|
||||
public ElfSectionIterator symbolIterator(Section section) throws IOException {
|
||||
return new ElfSectionIterator(efile, ehdr.e_ident[ELFhdr.EI_CLASS], section, ehdr.e_ident[ELFhdr.EI_CLASS]);
|
||||
|
|
|
@ -102,7 +102,7 @@ Export-Package: org.eclipse.cdt.internal.corext;x-internal:=true,
|
|||
org.eclipse.cdt.ui.wizards,
|
||||
org.eclipse.cdt.ui.wizards.conversion,
|
||||
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.core.expressions;bundle-version="[3.6.500,4.0.0)",
|
||||
org.eclipse.core.filesystem;bundle-version="[1.7.500,2.0.0)",
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
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-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
@ -38,7 +38,7 @@ Export-Package: org.eclipse.cdt.debug.core,
|
|||
org.eclipse.cdt.dsf.ui,
|
||||
org.eclipse.cdt.tests.dsf.gdb",
|
||||
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.resources;bundle-version="[3.2.0,4.0.0)",
|
||||
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
|
||||
|
|
|
@ -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.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.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.ui.console;bundle-version="[3.1.100,4.0.0)",
|
||||
org.eclipse.ui.views;bundle-version="[3.2.0,4.0.0)",
|
||||
|
|
|
@ -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.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.debug.core;bundle-version="[7.0.0,9.0.0)",
|
||||
org.eclipse.cdt.debug.ui;bundle-version="[7.0.0,9.0.0)",
|
||||
|
|
Loading…
Add table
Reference in a new issue