1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Update o.e.cdt.ui version for the 9.3 release.

Change-Id: Ic71e4e32d44d07c4546fa897b4a1439da22af302
This commit is contained in:
Marc Khouzam 2016-12-14 13:09:39 -05:00
parent dfcc0962d3
commit 117613d569
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.ui; singleton:=true
Bundle-Version: 6.1.0.qualifier
Bundle-Version: 6.2.0.qualifier
Bundle-Activator: org.eclipse.cdt.ui.CUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin

View file

@ -11,7 +11,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.ui</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View file

@ -14,7 +14,7 @@ import org.eclipse.cdt.core.model.ITranslationUnitHolder;
/**
* A text editor whose contents are represented by the C model.
* Implementations include CEditor and AsmTextEditor.
* @since 6.1
* @since 6.2
*/
public interface ICModelBasedEditor extends ITextEditor, ITranslationUnitHolder {
}