]> source.dussan.org Git - jgit.git/commit
Do not export package org.eclipse.jgit from jgit tests 39/12039/2
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 18 Apr 2013 20:35:37 +0000 (22:35 +0200)
committerStefan Lay <stefan.lay@sap.com>
Fri, 19 Apr 2013 07:23:24 +0000 (09:23 +0200)
commit427db940ca35476b1567a0f0b1b2959c4c3d19d0
tree31d7395e76fe60fda13ce2a63ab68918bda383ee
parent526b6266a5afa1de67a1667230fc4ebea331dab5
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>
org.eclipse.jgit.test/META-INF/MANIFEST.MF