Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-06-27 09:51:18 +0000
committermkersten2007-06-27 09:51:18 +0000
commitf1fb7609805e1d55930947e23c7b8e0a6c6d26c5 (patch)
tree3326cfc41f07d8401b82595ca8067dcaf2796113
parent901769183844e0662dc848ecc7c3bc96414f8307 (diff)
downloadorg.eclipse.mylyn.tasks-f1fb7609805e1d55930947e23c7b8e0a6c6d26c5.tar.gz
org.eclipse.mylyn.tasks-f1fb7609805e1d55930947e23c7b8e0a6c6d26c5.tar.xz
org.eclipse.mylyn.tasks-f1fb7609805e1d55930947e23c7b8e0a6c6d26c5.zip
Version update
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.trac-feature/feature.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index e64760db0..8872c1bf8 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -235,7 +235,7 @@ litigation.
<import plugin="org.eclipse.update.ui"/>
<import plugin="org.eclipse.mylyn.bugzilla.core"/>
<import plugin="org.eclipse.mylyn.tasks.ui"/>
- <import feature="org.eclipse.mylyn_feature" version="2.0.0.v20070626-1000" match="compatible"/>
+ <import feature="org.eclipse.mylyn_feature" version="2.0.0.v20070627-0100" match="greaterOrEqual"/>
</requires>
<plugin
diff --git a/org.eclipse.mylyn.trac-feature/feature.xml b/org.eclipse.mylyn.trac-feature/feature.xml
index df8866692..4b2b90e30 100644
--- a/org.eclipse.mylyn.trac-feature/feature.xml
+++ b/org.eclipse.mylyn.trac-feature/feature.xml
@@ -218,7 +218,7 @@ litigation.
</url>
<requires>
- <import feature="org.eclipse.mylyn_feature" version="2.0.0.v20070626-1000" match="compatible"/>
+ <import feature="org.eclipse.mylyn_feature" version="2.0.0.v20070627-0100" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.ui.forms"/>
<import plugin="org.eclipse.core.runtime"/>

Back to the top