aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/META-INF
diff options
context:
space:
mode:
authorJonathan Nieder <jrn@google.com>2012-11-28 18:39:57 -0800
committerChris Aniszczyk <zx@twitter.com>2012-11-29 16:38:07 -0800
commitc9a857a60a6d14dd77ef8b8ea571cad11bf516c5 (patch)
treedc3b2377670a0b842bfce34c0da9fbafb19f0400 /org.eclipse.jgit.pgm.test/META-INF
parentb46b27e3897d5a78d0d3b5766309ee853346c182 (diff)
downloadjgit-c9a857a60a6d14dd77ef8b8ea571cad11bf516c5.tar.gz
jgit-c9a857a60a6d14dd77ef8b8ea571cad11bf516c5.zip
Add basic "jgit add" tests
Change-Id: I056c2556c7db98bf57e2527dec11af7c3daf472a Signed-off-by: Chris Aniszczyk <zx@twitter.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test/META-INF')
-rw-r--r--org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
index a53167a2c9..af28b7c8f6 100644
--- a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
@@ -8,6 +8,7 @@ Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.eclipse.jgit.api;version="[2.2.0,2.3.0)",
+ org.eclipse.jgit.dircache;version="[2.2.0,2.3.0)",
org.eclipse.jgit.junit;version="[2.2.0,2.3.0)",
org.eclipse.jgit.lib;version="[2.2.0,2.3.0)",
org.eclipse.jgit.merge;version="[2.2.0,2.3.0)",