浏览代码

Add the resources directory to the Eclipse classpath

This removes a warning in Eclipse.

Change-Id: I5961ebf2052aff3e5d853451f69c7d75890ac53a
tags/v3.5.0.201409071800-rc1
Robin Rosenberg 9 年前
父节点
当前提交
348dd52ef1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      org.eclipse.jgit.http.apache/.classpath

+ 1
- 0
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>

正在加载...
取消
保存