Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF7
1 files changed, 5 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
index 760125b61..e2f887c55 100644
--- a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
@@ -27,8 +27,11 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.test.performance,
org.eclipse.ui.ide,
org.eclipse.mylyn.tasks.bugs
-Eclipse-AutoStart: true
+Bundle-ActivationPolicy: lazy
Bundle-ClassPath: mylyn-tasklist-tests.jar
Export-Package: org.eclipse.mylyn.tasks.tests;x-internal:=true,
- org.eclipse.mylyn.tasks.tests.connector;x-internal:=true
+ org.eclipse.mylyn.tasks.tests.bugs;x-internal:=true,
+ org.eclipse.mylyn.tasks.tests.connector;x-internal:=true,
+ org.eclipse.mylyn.tasks.tests.performance;x-internal:=true,
+ org.eclipse.mylyn.tasks.tests.web;x-internal:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top