From 5059e3e4089545b43a9725bc79929cc0c3f59f50 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 29 May 2015 10:17:15 +0200 Subject: [PATCH] Add "src" folder to source folders of org.eclipse.jgit.test Otherwise MergeCommandTest using Sets doesn't compile in Eclipse since adbcbc79 moved Sets from the "tst" to the "src" folder. Change-Id: I661b987513365a8af0b568ec95b0898e5758f59f Signed-off-by: Matthias Sohn --- org.eclipse.jgit.test/.classpath | 1 + 1 file changed, 1 insertion(+) diff --git a/org.eclipse.jgit.test/.classpath b/org.eclipse.jgit.test/.classpath index e97de8fe8..8b81bf5b0 100644 --- a/org.eclipse.jgit.test/.classpath +++ b/org.eclipse.jgit.test/.classpath @@ -1,6 +1,7 @@ +