Browse Source

Do not export package org.eclipse.jgit from jgit tests

Commit 3344b93c erroneously exported the package org.eclipse.jgit.lib
from the org.eclipse.jgit.test bundle which made this a split package
since the bundle org.eclipse.jgit exports the same package. 

Split packages are evil in general and most probably caused the build
cycle errors observed recently when importing the jgit projects in
Eclipse [1].

[1] http://dev.eclipse.org/mhonarc/lists/jgit-dev/msg02012.html

Change-Id: I89919e56b928acdbff0b90e3919808025a8562c6
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v3.0.0.201305080800-m7
Matthias Sohn 11 years ago
parent
commit
427db940ca
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      org.eclipse.jgit.test/META-INF/MANIFEST.MF

+ 0
- 1
org.eclipse.jgit.test/META-INF/MANIFEST.MF View File

@@ -45,4 +45,3 @@ Import-Package: javaewah;version="0.5.6",
org.junit.experimental.theories;version="[4.4.0,5.0.0)",
org.junit.runner;version="[4.4.0,5.0.0)"
Require-Bundle: org.hamcrest.core;bundle-version="[1.1.0,2.0.0)"
Export-Package: org.eclipse.jgit.lib;version="3.0.0"

Loading…
Cancel
Save