]> source.dussan.org Git - jgit.git/commitdiff
Add "src" folder to source folders of org.eclipse.jgit.test 24/48924/2
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 29 May 2015 08:17:15 +0000 (10:17 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 29 May 2015 08:19:25 +0000 (04:19 -0400)
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 <matthias.sohn@sap.com>
org.eclipse.jgit.test/.classpath

index e97de8fe86a05a7d6b78e99abefcd45cff226b61..8b81bf5b03d0cc3b97957e9775e29ddb5ea901d0 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
        <classpathentry excluding="**/*.idx|**/*.pack" kind="src" path="tst"/>
+       <classpathentry kind="src" path="src"/>
        <classpathentry kind="src" path="tst-rsrc"/>
        <classpathentry kind="src" path="exttst"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>