Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-07-22 21:47:28 +0000
committerSteffen Pingel2011-07-22 21:47:28 +0000
commit11303ccd712dfd8fb7fa3f639fa8a8381170e553 (patch)
treeeec11fbb0e0d5b5e2a185bc1df331dd28c5aa4e9 /org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF
parentd02ba239c8c77469ff137cbf4d939a834ff39c97 (diff)
downloadorg.eclipse.mylyn.tasks-11303ccd712dfd8fb7fa3f639fa8a8381170e553.tar.gz
org.eclipse.mylyn.tasks-11303ccd712dfd8fb7fa3f639fa8a8381170e553.tar.xz
org.eclipse.mylyn.tasks-11303ccd712dfd8fb7fa3f639fa8a8381170e553.zip
NEW - bug 336430: separate Context framework from Tasks
https://bugs.eclipse.org/bugs/show_bug.cgi?id=336430
Diffstat (limited to 'org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF7
1 files changed, 3 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF
index 49f61e0c9..a7cb8b247 100644
--- a/org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.trac.tests/META-INF/MANIFEST.MF
@@ -3,8 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Trac Connector Tests
Bundle-SymbolicName: org.eclipse.mylyn.trac.tests;singleton:=true
Bundle-Version: 3.7.0.qualifier
-Require-Bundle: org.apache.xmlrpc;bundle-version="3.0.0",
- org.junit,
+Require-Bundle: org.junit,
org.eclipse.core.runtime,
org.eclipse.jface.text,
org.eclipse.search,
@@ -12,13 +11,13 @@ Require-Bundle: org.apache.xmlrpc;bundle-version="3.0.0",
org.eclipse.ui.workbench.texteditor,
org.eclipse.mylyn.commons.net,
org.eclipse.mylyn.commons.tests,
- org.eclipse.mylyn.context.core,
org.eclipse.mylyn.tasks.ui,
org.eclipse.mylyn.tasks.core,
org.eclipse.mylyn.tests.util,
org.eclipse.mylyn.trac.ui,
org.eclipse.mylyn.trac.core,
- org.apache.ws.commons.util;bundle-version="1.0.0"
+ org.apache.ws.commons.util;bundle-version="1.0.0",
+ org.apache.xmlrpc;bundle-version="3.0.0"
Export-Package: org.eclipse.mylyn.internal.trac.ui;x-internal:=true,
org.eclipse.mylyn.trac.tests;x-internal:=true,
org.eclipse.mylyn.trac.tests.client;x-internal:=true,

Back to the top