Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-12-17 13:23:58 +0000
committerSteffen Pingel2011-12-17 13:23:58 +0000
commit002643d93f3c7945645049bbe8dca0b678f98a51 (patch)
treee083b166ab20285f96a4c116e19c08ee410a3ca7 /org.eclipse.mylyn.tasks.core
parenta8a0a84be74cb5fca1155da28b8d0bcba08900fc (diff)
downloadorg.eclipse.mylyn.tasks-002643d93f3c7945645049bbe8dca0b678f98a51.tar.gz
org.eclipse.mylyn.tasks-002643d93f3c7945645049bbe8dca0b678f98a51.tar.xz
org.eclipse.mylyn.tasks-002643d93f3c7945645049bbe8dca0b678f98a51.zip
NEW - bug 366858: Minimum bundle dependencies shall reflect recent
structural changes https://bugs.eclipse.org/bugs/show_bug.cgi?id=366858
Diffstat (limited to 'org.eclipse.mylyn.tasks.core')
-rw-r--r--org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
index c348a2394..ba6921228 100644
--- a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
@@ -8,8 +8,8 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.net,
org.eclipse.equinox.security,
- org.eclipse.mylyn.commons.core;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.commons.net;bundle-version="[3.0.0,4.0.0)",
+ org.eclipse.mylyn.commons.core;bundle-version="3.7.0",
+ org.eclipse.mylyn.commons.net;bundle-version="3.7.0",
org.eclipse.core.runtime.compatibility.auth;resolution:=optional;x-installation:=greedy
Export-Package: org.eclipse.mylyn.internal.provisional.tasks.core;x-internal:=true,
org.eclipse.mylyn.internal.tasks.core;x-friends:="org.eclipse.mylyn.tasks.ui,org.eclipse.mylyn.tasks.bugs",

Back to the top