Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Rosenberg2014-07-16 07:41:40 +0000
committerMatthias Sohn2014-09-04 09:05:38 +0000
commit348dd52ef16c3590dcdf44efd330be500d5c26e2 (patch)
treea7c2c7af5f5cc346a70f566bf0dc9b27437a9f74
parent9ac59efbbd17bcc41fa82e2ead3b2a0a73206dce (diff)
downloadjgit-348dd52ef16c3590dcdf44efd330be500d5c26e2.tar.gz
jgit-348dd52ef16c3590dcdf44efd330be500d5c26e2.tar.xz
jgit-348dd52ef16c3590dcdf44efd330be500d5c26e2.zip
Add the resources directory to the Eclipse classpath
This removes a warning in Eclipse. Change-Id: I5961ebf2052aff3e5d853451f69c7d75890ac53a
-rw-r--r--org.eclipse.jgit.http.apache/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.apache/.classpath b/org.eclipse.jgit.http.apache/.classpath
index 64c5e31b7a..b3d21cc667 100644
--- a/org.eclipse.jgit.http.apache/.classpath
+++ b/org.eclipse.jgit.http.apache/.classpath
@@ -3,5 +3,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="resources"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top