diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-05-29 10:17:15 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-05-29 04:19:25 -0400 |
commit | 5059e3e4089545b43a9725bc79929cc0c3f59f50 (patch) | |
tree | 913c9025d0232afdad9a1ef50ac4c48d6ee6d6cf | |
parent | 6d4ebd168da236c5753f237e77b2dfcbb4e42065 (diff) | |
download | jgit-5059e3e4089545b43a9725bc79929cc0c3f59f50.tar.gz jgit-5059e3e4089545b43a9725bc79929cc0c3f59f50.zip |
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 <matthias.sohn@sap.com>
-rw-r--r-- | org.eclipse.jgit.test/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/.classpath b/org.eclipse.jgit.test/.classpath index e97de8fe86..8b81bf5b03 100644 --- a/org.eclipse.jgit.test/.classpath +++ b/org.eclipse.jgit.test/.classpath @@ -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"/> |