Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-12-07 17:54:37 +0000
committerSteffen Pingel2011-12-07 17:54:37 +0000
commit73c92959b37986b1290c5ad29af20577ef4e32cc (patch)
tree17b45d7db0cda32e7f84badd83358dd60afc51d6 /org.eclipse.mylyn.commons.tests
parent32ac49c4dc3d0ad1a872c1e348df186437ba8280 (diff)
downloadorg.eclipse.mylyn.commons-73c92959b37986b1290c5ad29af20577ef4e32cc.tar.gz
org.eclipse.mylyn.commons-73c92959b37986b1290c5ad29af20577ef4e32cc.tar.xz
org.eclipse.mylyn.commons-73c92959b37986b1290c5ad29af20577ef4e32cc.zip
RESOLVED - bug 361048: remove bogus dependency
https://bugs.eclipse.org/bugs/show_bug.cgi?id=361048
Diffstat (limited to 'org.eclipse.mylyn.commons.tests')
-rw-r--r--org.eclipse.mylyn.commons.tests/META-INF/MANIFEST.MF5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.commons.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.tests/META-INF/MANIFEST.MF
index d54ebba0..f42619ba 100644
--- a/org.eclipse.mylyn.commons.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.tests/META-INF/MANIFEST.MF
@@ -11,12 +11,11 @@ Require-Bundle: org.eclipse.core.runtime,
org.junit,
org.eclipse.mylyn.commons.core,
org.eclipse.mylyn.commons.net,
- org.eclipse.mylyn.commons.notifications.ui,
- org.eclipse.mylyn.commons.ui,
org.eclipse.mylyn.commons.screenshots,
org.eclipse.mylyn.commons.team,
- org.eclipse.mylyn.commons.xmlrpc,
+ org.eclipse.mylyn.commons.ui,
org.eclipse.mylyn.commons.workbench,
+ org.eclipse.mylyn.commons.xmlrpc,
org.apache.xmlrpc
Export-Package: org.eclipse.mylyn.commons.core;x-internal:=true,
org.eclipse.mylyn.commons.tests;x-internal:=true,

Back to the top