diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-04-16 15:57:23 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-04-16 15:59:31 +0200 |
commit | 31d5404ed393f8108c087868425e2ac974b6a217 (patch) | |
tree | 61c06feb47204d9dbb994eea5d564ba021904b6a /org.eclipse.jgit.http.test/.classpath | |
parent | 3b526f863aa154e76ac9d93547ac7a90f6e579e0 (diff) | |
download | jgit-31d5404ed393f8108c087868425e2ac974b6a217.tar.gz jgit-31d5404ed393f8108c087868425e2ac974b6a217.zip |
Fix RefsUnreadableInMemoryRepository
- fix classpath for Eclipse
- add missing license header
- remove unused import
Change-Id: If491fe60678f050f86319388170ac789085fcf5f
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.test/.classpath')
-rw-r--r-- | org.eclipse.jgit.http.test/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.test/.classpath b/org.eclipse.jgit.http.test/.classpath index 2fdcc94f18..e1a1a64a49 100644 --- a/org.eclipse.jgit.http.test/.classpath +++ b/org.eclipse.jgit.http.test/.classpath @@ -3,5 +3,6 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="tst"/> + <classpathentry kind="src" path="src"/> <classpathentry kind="output" path="bin"/> </classpath> |