Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-12-07 21:52:16 +0000
committermkersten2006-12-07 21:52:16 +0000
commitb7ccae134303c64b2ad295b9d83a9dbe6ab4eaac (patch)
treef433131e425660064e18efb2e12c51c5ce839d21
parentb5232d82d402842c610a0acc51e8a94e4ff6e7f4 (diff)
downloadorg.eclipse.mylyn.tasks-b7ccae134303c64b2ad295b9d83a9dbe6ab4eaac.tar.gz
org.eclipse.mylyn.tasks-b7ccae134303c64b2ad295b9d83a9dbe6ab4eaac.tar.xz
org.eclipse.mylyn.tasks-b7ccae134303c64b2ad295b9d83a9dbe6ab4eaac.zip
Version update
-rw-r--r--org.eclipse.mylyn-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index bfaf00bf2..b876d8edd 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -218,7 +218,7 @@ litigation.
</url>
<requires>
- <import plugin="org.eclipse.ui" version="3.2.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ui" version="3.3.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.forms" version="0.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="0.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.jface.text"/>

Back to the top