Skip to content

Commit

Permalink
Fix API errors by updating bundle versions
Browse files Browse the repository at this point in the history
Regression from commit 9bd3284 / eclipse-platform#2400

Also updated version range on bundle with increased version.

Fixes eclipse-platform#2430
  • Loading branch information
iloveeclipse committed Oct 21, 2024
1 parent 54479d7 commit c9c9ec7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bundles/org.eclipse.ui.editors/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ui.editors; singleton:=true
Bundle-Version: 3.18.100.qualifier
Bundle-Version: 3.19.0.qualifier
Bundle-Activator: org.eclipse.ui.internal.editors.text.EditorsPlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Expand All @@ -24,7 +24,7 @@ Require-Bundle:
org.eclipse.ui;bundle-version="[3.204.0,4.0.0)",
org.eclipse.jface.text;bundle-version="[3.24.0,4.0.0)",
org.eclipse.ui.workbench;bundle-version="[3.130.0,4.0.0)",
org.eclipse.ui.workbench.texteditor;bundle-version="[3.17.0,4.0.0)",
org.eclipse.ui.workbench.texteditor;bundle-version="[3.19.0,4.0.0)",
org.eclipse.core.filebuffers;bundle-version="[3.8.0,4.0.0)";visibility:=reexport,
org.eclipse.core.resources;bundle-version="[3.19.0,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.10.0,2.0.0)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private AbstractDecoratedTextEditorPreferenceConstants() {
/**
* A named preference that holds the color used to render the text editor inline annotation
*
* @since 3.18
* @since 3.19
*/
public final static String EDITOR_INLINE_ANNOTATION_COLOR= "org.eclipse.ui.editors.inlineAnnotationColor"; //$NON-NLS-1$

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ui.workbench.texteditor; singleton:=true
Bundle-Version: 3.18.100.qualifier
Bundle-Version: 3.19.0.qualifier
Bundle-Activator: org.eclipse.ui.internal.texteditor.TextEditorPlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ public void setMarginPainterPreferenceKeys(String enableKey, String colorKey, St
/**
* Set inline annotation color key.
*
* @since 3.18
* @since 3.19
*/
public void setInlineAnnotationColorPreferenceKey(String inlineAnnotationColor) {
fInlineAnnotationColorKey = inlineAnnotationColor;
Expand Down

0 comments on commit c9c9ec7

Please sign in to comment.