]> source.dussan.org Git - jgit.git/commit
Fix test setup for Eclipse Photon and greater 76/131876/1
authorThomas Wolf <thomas.wolf@paranor.ch>
Thu, 1 Nov 2018 12:53:25 +0000 (13:53 +0100)
committerThomas Wolf <thomas.wolf@paranor.ch>
Fri, 2 Nov 2018 17:50:26 +0000 (18:50 +0100)
commitbb5180469c77ad935f7d3d49d063eb172d57e3ea
treeb361fab4e5a155e1ad2c206149120a5c2eba9a94
parent9175099e48ee5a443feaa692dfa725d84ee21282
Fix test setup for Eclipse Photon and greater

When a source folder is marked as a test folder, JDT requires that it
has an output folder different from the one used for regular sources.
Therefore give the test folders in org.eclipse.jgit.test a separate
output folder "bin-tst".

Moreover JDT reports errors if non-test classes have dependencies on
test classes. Therefore remove the "test" annotation from
org.eclipse.jgit.junit.

Change-Id: Ib527439ff5b7d7b570b8a60819ecaa70f59c63a3
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit.junit/.classpath
org.eclipse.jgit.test/.classpath
org.eclipse.jgit.test/.gitignore
org.eclipse.jgit.test/build.properties