summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/.classpath
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2016-04-16 15:57:23 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2016-04-16 15:59:31 +0200
commit31d5404ed393f8108c087868425e2ac974b6a217 (patch)
tree61c06feb47204d9dbb994eea5d564ba021904b6a /org.eclipse.jgit.http.test/.classpath
parent3b526f863aa154e76ac9d93547ac7a90f6e579e0 (diff)
downloadjgit-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/.classpath1
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>