Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-03-01 11:03:07 +0000
committerspingel2008-03-01 11:03:07 +0000
commit37e447ac80a2b6d0856f40866cadb40618af4776 (patch)
treecada254831b248b7a9ba03e0209f78460019c045 /org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
parente3159a7f92bc681a2b7bbe6a87c6064db4ae571b (diff)
downloadorg.eclipse.mylyn.tasks-37e447ac80a2b6d0856f40866cadb40618af4776.tar.gz
org.eclipse.mylyn.tasks-37e447ac80a2b6d0856f40866cadb40618af4776.tar.xz
org.eclipse.mylyn.tasks-37e447ac80a2b6d0856f40866cadb40618af4776.zip
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
index 448206f1f..5134e3845 100644
--- a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
@@ -2,12 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Bugzilla Connector Core
Bundle-SymbolicName: org.eclipse.mylyn.bugzilla.core;singleton:=true
-Bundle-Version: 2.3.0.qualifier
+Bundle-Version: 3.0.0.qualifier
Bundle-Activator: org.eclipse.mylyn.internal.bugzilla.core.BugzillaCorePlugin
Require-Bundle: org.eclipse.core.runtime,
- 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)"
+ org.eclipse.mylyn.tasks.core;bundle-version="[3.0.0,4.0.0)",
+ org.eclipse.mylyn.web.core;bundle-version="[3.0.0,4.0.0)",
+ org.eclipse.mylyn.monitor.core;bundle-version="[3.0.0,4.0.0)"
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Bundle-ClassPath: .

Back to the top