Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-04-01 01:41:44 +0000
committerspingel2008-04-01 01:41:44 +0000
commitc71ef6d5b3f27d974a89f5b7586405e2e079a1b1 (patch)
tree45cde1a3bbbf18e6cdc5cc8eee23a97381492bec /org.eclipse.mylyn.tasks.core/META-INF
parentd70c87a3c697c62dc875803bd7457ca529a3dbb6 (diff)
downloadorg.eclipse.mylyn.tasks-c71ef6d5b3f27d974a89f5b7586405e2e079a1b1.tar.gz
org.eclipse.mylyn.tasks-c71ef6d5b3f27d974a89f5b7586405e2e079a1b1.tar.xz
org.eclipse.mylyn.tasks-c71ef6d5b3f27d974a89f5b7586405e2e079a1b1.zip
NEW - bug 224780: [api] decouple tasks.core from context.core
https://bugs.eclipse.org/bugs/show_bug.cgi?id=224780
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/META-INF')
-rw-r--r--org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF3
1 files changed, 1 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 0390d4c75..c512025db 100644
--- a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
@@ -3,12 +3,11 @@ Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Tasks Core
Bundle-SymbolicName: org.eclipse.mylyn.tasks.core;singleton:=true
Bundle-Version: 3.0.0.qualifier
-Eclipse-AutoStart: true
+Eclipse-AutoStart: false
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.net,
- org.eclipse.mylyn.context.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.mylyn.monitor.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.mylyn.web.core;bundle-version="[3.0.0,4.0.0)"
Export-Package: org.eclipse.mylyn.internal.tasks.core,

Back to the top