summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/META-INF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2013-08-26 16:38:42 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2013-09-08 23:11:03 +0200
commite243988e9e44ddfe851aa67d9715676f14c7e2cb (patch)
tree16960166d7ac35287f897610857a2232f2a94f88 /org.eclipse.jgit.pgm.test/META-INF
parentc2a9f9e742f7e6633af130823c154a485e6071b2 (diff)
downloadjgit-e243988e9e44ddfe851aa67d9715676f14c7e2cb.tar.gz
jgit-e243988e9e44ddfe851aa67d9715676f14c7e2cb.zip
Add missing dependency for testing ArchiveCommand with xz compression
Without this dependency the ArchiveTest.testTxzExtension() fails with a ClassNotFoundException if it is started from Eclipse. Change-Id: Ief2fceaaffab7641ba63ace4577462fa3bbf1c13 Signed-off-by: Matthias Sohn <matthias.sohn@sap.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 e326e661a9..bfad292447 100644
--- a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
@@ -23,3 +23,4 @@ Import-Package: org.eclipse.jgit.api;version="[3.1.0,3.2.0)",
org.hamcrest.core;bundle-version="[1.1.0,2.0.0)",
org.junit;version="[4.4.0,5.0.0)",
org.kohsuke.args4j;version="[2.0.12,2.1.0)"
+Require-Bundle: org.tukaani.xz;bundle-version="[1.3.0,2.0.0)"