Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-03-29 00:55:15 +0000
committermkersten2006-03-29 00:55:15 +0000
commitebdcaed11c37bdb88750ccbace3bd30d07bdcbdc (patch)
tree2b117eb179a26dd0c490954529899b6d397cc974 /org.eclipse.mylyn.bugzilla.core/META-INF
parenta51711f842c8ca30d7621b56b410ffb63490b512 (diff)
downloadorg.eclipse.mylyn.tasks-ebdcaed11c37bdb88750ccbace3bd30d07bdcbdc.tar.gz
org.eclipse.mylyn.tasks-ebdcaed11c37bdb88750ccbace3bd30d07bdcbdc.tar.xz
org.eclipse.mylyn.tasks-ebdcaed11c37bdb88750ccbace3bd30d07bdcbdc.zip
Progress on: 113848: support attaching context to bug report
https://bugs.eclipse.org/bugs/show_bug.cgi?id=113848
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/META-INF')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
index 84d4f5c51..000c3fbf9 100644
--- a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
@@ -17,7 +17,10 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.mylar.tasklist
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
-Bundle-ClassPath: bugzilla-core.jar
+Bundle-ClassPath: bugzilla-core.jar,
+ lib/commons-logging.jar,
+ lib/commons-codec-1.3.jar,
+ lib/commons-httpclient-3.0.jar
Export-Package: org.eclipse.mylar.bugzilla.core,
org.eclipse.mylar.internal.bugzilla.core,
org.eclipse.mylar.internal.bugzilla.core.compare,

Back to the top