Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2008-08-29 09:00:06 +0000
committerDani Megert2008-08-29 09:00:06 +0000
commit831d27935c053566e748068a560e3e9750434010 (patch)
tree977281c206e4f0e3d0e0fb51f26fcc915df40481 /org.eclipse.ui.workbench.texteditor/META-INF
parentf88f60b5218dd3a6307f61bc84be7e94735c4237 (diff)
downloadeclipse.platform.text-831d27935c053566e748068a560e3e9750434010.tar.gz
eclipse.platform.text-831d27935c053566e748068a560e3e9750434010.tar.xz
eclipse.platform.text-831d27935c053566e748068a560e3e9750434010.zip
Fixed bug 130874: [templates][preferences] Java Code Templates preferences: Cancel does not work after 'Restore Defaults'
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/META-INF')
-rw-r--r--org.eclipse.ui.workbench.texteditor/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/META-INF/MANIFEST.MF b/org.eclipse.ui.workbench.texteditor/META-INF/MANIFEST.MF
index a38032ab1af..72ec04af112 100644
--- a/org.eclipse.ui.workbench.texteditor/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.workbench.texteditor/META-INF/MANIFEST.MF
@@ -24,7 +24,7 @@ Export-Package:
Require-Bundle:
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.expressions;bundle-version="[3.2.0,4.0.0)",
- org.eclipse.jface.text;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.4.0,4.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Import-Package: com.ibm.icu.text

Back to the top