Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2008-02-21 00:41:08 +0000
committermkersten2008-02-21 00:41:08 +0000
commite1544a50f633f65b2d8aa859ec9e4e3ba4cb6f86 (patch)
tree4c22ec232d65db409f1164c13f15e3a189a4a7ea /org.eclipse.mylyn.bugzilla.core/META-INF
parent92047fa79eb0e762214cbaf52eb8f58807f4de30 (diff)
downloadorg.eclipse.mylyn.tasks-e1544a50f633f65b2d8aa859ec9e4e3ba4cb6f86.tar.gz
org.eclipse.mylyn.tasks-e1544a50f633f65b2d8aa859ec9e4e3ba4cb6f86.tar.xz
org.eclipse.mylyn.tasks-e1544a50f633f65b2d8aa859ec9e4e3ba4cb6f86.zip
Version update
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/META-INF')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
index e70415977..448206f1f 100644
--- a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
@@ -5,9 +5,9 @@ Bundle-SymbolicName: org.eclipse.mylyn.bugzilla.core;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Activator: org.eclipse.mylyn.internal.bugzilla.core.BugzillaCorePlugin
Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.mylyn.tasks.core,
- org.eclipse.mylyn.web.core,
- org.eclipse.mylyn.monitor.core
+ org.eclipse.mylyn.tasks.core;bundle-version="[2.3.0,3.0.0)",
+ org.eclipse.mylyn.web.core;bundle-version="[2.3.0,3.0.0)",
+ org.eclipse.mylyn.monitor.core;bundle-version="[2.3.0,3.0.0)"
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Bundle-ClassPath: .

Back to the top