Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2006-09-25 21:55:59 +0000
committerrelves2006-09-25 21:55:59 +0000
commit3fd97dd67e28681cc2c25a194a0ab7d48ca24c15 (patch)
tree5f6a4136f7e632f043d05ed2ad0c113498c14c7a /org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
parent504ee198d90108ea3835b49513c18fe3189b5365 (diff)
downloadorg.eclipse.mylyn.tasks-3fd97dd67e28681cc2c25a194a0ab7d48ca24c15.tar.gz
org.eclipse.mylyn.tasks-3fd97dd67e28681cc2c25a194a0ab7d48ca24c15.tar.xz
org.eclipse.mylyn.tasks-3fd97dd67e28681cc2c25a194a0ab7d48ca24c15.zip
Progress on: 145214: Allow to create links between projects and issue repositories
https://bugs.eclipse.org/bugs/show_bug.cgi?id=145214
Diffstat (limited to 'org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
index 8669e1d79..44f3c513d 100644
--- a/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.tests/META-INF/MANIFEST.MF
@@ -17,7 +17,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylar.context.ui,
org.eclipse.mylar.tasks.core,
org.eclipse.mylar.monitor,
- org.eclipse.ui.forms
+ org.eclipse.ui.forms,
+ org.eclipse.mylar.resources.tests
Eclipse-AutoStart: true
Bundle-ClassPath: mylar-tasklist-tests.jar
Export-Package: org.eclipse.mylar.tasks.tests,

Back to the top