mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 427958 - Update version of o.e.cdt.ui and @since tags for CDT 8.4
Change-Id: I84bccf9bdc6e169624908fee106080f840843e28 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
62ba90a145
commit
1ea82aff04
6 changed files with 6 additions and 6 deletions
|
@ -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.ui; singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.ui; singleton:=true
|
||||||
Bundle-Version: 5.7.0.qualifier
|
Bundle-Version: 5.8.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.cdt.ui.CUIPlugin
|
Bundle-Activator: org.eclipse.cdt.ui.CUIPlugin
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>5.7.0-SNAPSHOT</version>
|
<version>5.8.0-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.cdt.ui</artifactId>
|
<artifactId>org.eclipse.cdt.ui</artifactId>
|
||||||
<packaging>eclipse-plugin</packaging>
|
<packaging>eclipse-plugin</packaging>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -25,7 +25,7 @@ import org.eclipse.cdt.core.model.ICElement;
|
||||||
* that it will remain the same. Please do not use this API without consulting
|
* that it will remain the same. Please do not use this API without consulting
|
||||||
* with the CDT team.
|
* with the CDT team.
|
||||||
*
|
*
|
||||||
* @since 5.7
|
* @since 5.8
|
||||||
*/
|
*/
|
||||||
public interface ICallHierarchyProvider {
|
public interface ICallHierarchyProvider {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -22,7 +22,7 @@ import org.eclipse.cdt.core.model.ICElement;
|
||||||
* that it will remain the same. Please do not use this API without consulting
|
* that it will remain the same. Please do not use this API without consulting
|
||||||
* with the CDT team.
|
* with the CDT team.
|
||||||
*
|
*
|
||||||
* @since 5.7
|
* @since 5.8
|
||||||
*/
|
*/
|
||||||
public interface ICallToResult {
|
public interface ICallToResult {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -22,7 +22,7 @@ import org.eclipse.cdt.core.model.ICElement;
|
||||||
* that it will remain the same. Please do not use this API without consulting
|
* that it will remain the same. Please do not use this API without consulting
|
||||||
* with the CDT team.
|
* with the CDT team.
|
||||||
*
|
*
|
||||||
* @since 5.7
|
* @since 5.8
|
||||||
*/
|
*/
|
||||||
public interface ICalledByResult {
|
public interface ICalledByResult {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -30,7 +30,7 @@ import org.eclipse.cdt.core.model.ICProject;
|
||||||
* that it will remain the same. Please do not use this API without consulting
|
* that it will remain the same. Please do not use this API without consulting
|
||||||
* with the CDT team.
|
* with the CDT team.
|
||||||
*
|
*
|
||||||
* @since 5.7
|
* @since 5.8
|
||||||
*/
|
*/
|
||||||
public interface IExternalSearchProvider {
|
public interface IExternalSearchProvider {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue