]> source.dussan.org Git - jgit.git/commitdiff
Add the resources directory to the Eclipse classpath 59/29959/3
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 16 Jul 2014 07:41:40 +0000 (09:41 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 4 Sep 2014 09:05:38 +0000 (11:05 +0200)
This removes a warning in Eclipse.

Change-Id: I5961ebf2052aff3e5d853451f69c7d75890ac53a

org.eclipse.jgit.http.apache/.classpath

index 64c5e31b7a264082f4c1dfdabb8097de820e66ce..b3d21cc667401cb5a65bf1ea5b5a7f2fb71e884c 100644 (file)
@@ -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>