Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-09-26 19:32:56 +0000
committermkersten2007-09-26 19:32:56 +0000
commit71d27ac24490c0f632e1d901614342c9d52c25e2 (patch)
tree840721ccbbfb227d405639e8e7b57479e6c7ec70
parent80e308c1b7289e205ea76a452d108b6c915198f2 (diff)
downloadorg.eclipse.mylyn.tasks-71d27ac24490c0f632e1d901614342c9d52c25e2.tar.gz
org.eclipse.mylyn.tasks-71d27ac24490c0f632e1d901614342c9d52c25e2.tar.xz
org.eclipse.mylyn.tasks-71d27ac24490c0f632e1d901614342c9d52c25e2.zip
Version update
-rw-r--r--org.eclipse.mylyn-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF2
3 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index 10c1df62a..1d3a68616 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -220,7 +220,7 @@ litigation.
</url>
<requires>
- <import plugin="org.eclipse.ui" version="3.3.0.I20070921" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ui" version="3.4.0.I20070921" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.forms"/>
<import plugin="org.eclipse.mylyn.tasks.core"/>
<import plugin="org.eclipse.mylyn.tasks.ui"/>
diff --git a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
index 95b104c69..13ed7cf66 100644
--- a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Tasks UI
Bundle-SymbolicName: org.eclipse.mylyn.tasks.ui;singleton:=true
-Bundle-Version: 2.1.0.v20070924-2200
+Bundle-Version: 2.1.0.v20070926-1230
Bundle-Activator: org.eclipse.mylyn.tasks.ui.TasksUiPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
index da7f953c5..d3e359e08 100644
--- a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Trac Connector Core
Bundle-SymbolicName: org.eclipse.mylyn.trac.core;singleton:=true
-Bundle-Version: 2.1.0.v20070924-2200
+Bundle-Version: 2.1.0.v20070926-1230
Bundle-Vendor: Eclipse.org
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.context.core,

Back to the top