diff options
author | Robin Rosenberg <robin.rosenberg@dewire.com> | 2014-07-16 09:41:40 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-09-04 11:05:38 +0200 |
commit | 348dd52ef16c3590dcdf44efd330be500d5c26e2 (patch) | |
tree | a7c2c7af5f5cc346a70f566bf0dc9b27437a9f74 /org.eclipse.jgit.http.apache | |
parent | 9ac59efbbd17bcc41fa82e2ead3b2a0a73206dce (diff) | |
download | jgit-348dd52ef16c3590dcdf44efd330be500d5c26e2.tar.gz jgit-348dd52ef16c3590dcdf44efd330be500d5c26e2.zip |
Add the resources directory to the Eclipse classpath
This removes a warning in Eclipse.
Change-Id: I5961ebf2052aff3e5d853451f69c7d75890ac53a
Diffstat (limited to 'org.eclipse.jgit.http.apache')
-rw-r--r-- | org.eclipse.jgit.http.apache/.classpath | 1 |
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> |