Skip to content

Commit c9c9ec7

Browse files
committed
Fix API errors by updating bundle versions
Regression from commit 9bd3284 / #2400 Also updated version range on bundle with increased version. Fixes #2430
1 parent 54479d7 commit c9c9ec7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bundles/org.eclipse.ui.editors/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.ui.editors; singleton:=true
5-
Bundle-Version: 3.18.100.qualifier
5+
Bundle-Version: 3.19.0.qualifier
66
Bundle-Activator: org.eclipse.ui.internal.editors.text.EditorsPlugin
77
Bundle-ActivationPolicy: lazy
88
Bundle-Vendor: %providerName
@@ -24,7 +24,7 @@ Require-Bundle:
2424
org.eclipse.ui;bundle-version="[3.204.0,4.0.0)",
2525
org.eclipse.jface.text;bundle-version="[3.24.0,4.0.0)",
2626
org.eclipse.ui.workbench;bundle-version="[3.130.0,4.0.0)",
27-
org.eclipse.ui.workbench.texteditor;bundle-version="[3.17.0,4.0.0)",
27+
org.eclipse.ui.workbench.texteditor;bundle-version="[3.19.0,4.0.0)",
2828
org.eclipse.core.filebuffers;bundle-version="[3.8.0,4.0.0)";visibility:=reexport,
2929
org.eclipse.core.resources;bundle-version="[3.19.0,4.0.0)",
3030
org.eclipse.core.filesystem;bundle-version="[1.10.0,2.0.0)",

bundles/org.eclipse.ui.editors/src/org/eclipse/ui/texteditor/AbstractDecoratedTextEditorPreferenceConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private AbstractDecoratedTextEditorPreferenceConstants() {
7474
/**
7575
* A named preference that holds the color used to render the text editor inline annotation
7676
*
77-
* @since 3.18
77+
* @since 3.19
7878
*/
7979
public final static String EDITOR_INLINE_ANNOTATION_COLOR= "org.eclipse.ui.editors.inlineAnnotationColor"; //$NON-NLS-1$
8080

bundles/org.eclipse.ui.workbench.texteditor/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.ui.workbench.texteditor; singleton:=true
5-
Bundle-Version: 3.18.100.qualifier
5+
Bundle-Version: 3.19.0.qualifier
66
Bundle-Activator: org.eclipse.ui.internal.texteditor.TextEditorPlugin
77
Bundle-ActivationPolicy: lazy
88
Bundle-Vendor: %providerName

bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/SourceViewerDecorationSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ public void setMarginPainterPreferenceKeys(String enableKey, String colorKey, St
450450
/**
451451
* Set inline annotation color key.
452452
*
453-
* @since 3.18
453+
* @since 3.19
454454
*/
455455
public void setInlineAnnotationColorPreferenceKey(String inlineAnnotationColor) {
456456
fInlineAnnotationColorKey = inlineAnnotationColor;

0 commit comments

Comments
 (0)