Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-07-14 17:15:26 +0000
committermkersten2006-07-14 17:15:26 +0000
commita183782bcde65f5efaff9d1c2e4c9138a877d7c5 (patch)
treef3e7c56b0c7aed72b7b00888a3d0df9293064488 /org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF
parent6f507972ef63e814c6c7f5d6670ad05b6205947a (diff)
downloadorg.eclipse.mylyn.tasks-a183782bcde65f5efaff9d1c2e4c9138a877d7c5.tar.gz
org.eclipse.mylyn.tasks-a183782bcde65f5efaff9d1c2e4c9138a877d7c5.tar.xz
org.eclipse.mylyn.tasks-a183782bcde65f5efaff9d1c2e4c9138a877d7c5.zip
Version update
Diffstat (limited to 'org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF
index 3296a9edc..502aa5125 100644
--- a/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylar Trac Plug-in
Bundle-SymbolicName: org.eclipse.mylar.trac;singleton:=true
-Bundle-Version: 0.6.0.v20060707-1900
+Bundle-Version: 0.6.0.v20060714-1000
Bundle-Activator: org.eclipse.mylar.internal.trac.MylarTracPlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.mylar.context.core,
- org.eclipse.mylar.tasklist,
+ org.eclipse.mylar.tasks.ui,
org.apache.xmlrpc,
org.eclipse.mylar.tasks.core
Eclipse-LazyStart: true

Back to the top