浏览代码

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 年前
父节点
当前提交
427db940ca
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      org.eclipse.jgit.test/META-INF/MANIFEST.MF

+ 0
- 1
org.eclipse.jgit.test/META-INF/MANIFEST.MF 查看文件

@@ -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"

正在加载...
取消
保存