Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2008-10-22 11:05:00 +0000
committerDani Megert2008-10-22 11:05:00 +0000
commit450d31dd36e098a7d74912faa3317178060dab46 (patch)
tree90327e5599f88e8accd4eb9812a123259adc5018 /org.eclipse.ui.editors/META-INF
parentf246a92db17259df45ccc5e45a96ed43825b5937 (diff)
downloadeclipse.platform.text-450d31dd36e098a7d74912faa3317178060dab46.tar.gz
eclipse.platform.text-450d31dd36e098a7d74912faa3317178060dab46.tar.xz
eclipse.platform.text-450d31dd36e098a7d74912faa3317178060dab46.zip
Made GotoLastEditPositionAction API.
Diffstat (limited to 'org.eclipse.ui.editors/META-INF')
-rw-r--r--org.eclipse.ui.editors/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/META-INF/MANIFEST.MF b/org.eclipse.ui.editors/META-INF/MANIFEST.MF
index 8449c1ebad4..d82ac9fd4a6 100644
--- a/org.eclipse.ui.editors/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.editors/META-INF/MANIFEST.MF
@@ -19,7 +19,7 @@ Require-Bundle:
org.eclipse.ui.ide;bundle-version="[3.3.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.ui.workbench.texteditor;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.ui.workbench.texteditor;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.filebuffers;visibility:=reexport;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)"

Back to the top