Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Trutz2011-05-06 12:33:28 +0000
committerChris Aniszczyk2011-05-06 14:01:56 +0000
commitae81bd433ef66f15ccc9993ba27aae37f537427c (patch)
tree63641a37ee35b3bfffd2847315fd8e0d4fd61522 /org.eclipse.mylyn.github.tests/META-INF
parent84c7ade8ea08be53cc97e396f8ab326002916586 (diff)
downloadegit-github-ae81bd433ef66f15ccc9993ba27aae37f537427c.tar.gz
egit-github-ae81bd433ef66f15ccc9993ba27aae37f537427c.tar.xz
egit-github-ae81bd433ef66f15ccc9993ba27aae37f537427c.zip
Add CommentTest
Change-Id: I4162c7b5e9b81d3dad11ae5e6fc8cdef878a2ee7 Signed-off-by: Christian Trutz <christian.trutz@gmail.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github.tests/META-INF')
-rw-r--r--org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
index 16d752dc..8d67c594 100644
--- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -18,6 +18,7 @@ Bundle-Vendor: Eclipse EGit
Import-Package: com.google.gson;version="1.6.0",
com.google.gson.reflect;version="1.6.0",
org.apache.commons.httpclient;version="3.1.0",
+ org.apache.commons.logging;version="1.0.4",
org.mockito;version="1.8.4",
org.mockito.runners;version="1.8.4",
org.mockito.stubbing;version="1.8.4"

Back to the top