Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2007-10-26 03:58:06 +0000
committerrelves2007-10-26 03:58:06 +0000
commited8799dd06d45bd7bc3edf0771b6b7c8cccb6f06 (patch)
treedb32ca691e9af1a74aa8f1186d6d3804ff1e0b98 /org.eclipse.mylyn.tasks.tests/META-INF
parent0d54c014680b710e21a20d64db3293dd25612a2a (diff)
downloadorg.eclipse.mylyn.tasks-ed8799dd06d45bd7bc3edf0771b6b7c8cccb6f06.tar.gz
org.eclipse.mylyn.tasks-ed8799dd06d45bd7bc3edf0771b6b7c8cccb6f06.tar.xz
org.eclipse.mylyn.tasks-ed8799dd06d45bd7bc3edf0771b6b7c8cccb6f06.zip
NEW - bug 207527: [api] add callback class for retrieving (user) input during request handling
https://bugs.eclipse.org/bugs/show_bug.cgi?id=207527
Diffstat (limited to 'org.eclipse.mylyn.tasks.tests/META-INF')
-rw-r--r--org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
index ea3cf9870..c46cc9b4b 100644
--- a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
@@ -6,6 +6,7 @@ Bundle-Version: 0.0.0
Bundle-Activator: org.eclipse.mylyn.tasks.tests.TasksTestsPlugin
Bundle-Vendor: Eclipse.org
Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.core.net,
org.junit,
org.eclipse.mylyn.context.core,
org.eclipse.mylyn.context.tests,

Back to the top