diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-08-26 16:38:42 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-08 23:11:03 +0200 |
commit | e243988e9e44ddfe851aa67d9715676f14c7e2cb (patch) | |
tree | 16960166d7ac35287f897610857a2232f2a94f88 /org.eclipse.jgit.pgm.test/META-INF | |
parent | c2a9f9e742f7e6633af130823c154a485e6071b2 (diff) | |
download | jgit-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.MF | 1 |
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)" |