]> source.dussan.org Git - jgit.git/commit
Do not require test bundles to export all packages 68/147368/1
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 9 Aug 2019 11:16:11 +0000 (13:16 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 9 Aug 2019 11:17:00 +0000 (13:17 +0200)
commit1574353f7ca143d2b9ea833a3b543cc1185d1695
treeb048260dbe08a2e99858ac27eefc84f622ec4351
parent83502bb2016acdd7fb58187f0359cbbc73b86772
Do not require test bundles to export all packages

Configure PDE to not warn about not exported packages for test bundles.

Reusable test code which other bundles may want to reuse should go into
one of the junit bundles:
- org.eclipse.jgit.junit
- org.eclipse.jgit.junit.http
- org.eclipse.jgit.junit.ssh

Change-Id: Ifbdf30f8552e8f4bad6bbdeb63f729c53c844315
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.ant.test/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
org.eclipse.jgit.http.test/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
org.eclipse.jgit.lfs.server.test/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
org.eclipse.jgit.lfs.test/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
org.eclipse.jgit.pgm.test/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
org.eclipse.jgit.ssh.apache.test/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
org.eclipse.jgit.test/.settings/org.eclipse.pde.prefs [new file with mode: 0644]