浏览代码

Adding PDE API Tools nature to JGit

tags/v0.7.0
Chris Aniszczyk 14 年前
父节点
当前提交
9151264e7d
共有 2 个文件被更改,包括 9 次插入0 次删除
  1. 6
    0
      org.eclipse.jgit/.project
  2. 3
    0
      org.eclipse.jgit/.settings/org.eclipse.pde.core.prefs

+ 6
- 0
org.eclipse.jgit/.project 查看文件

@@ -20,9 +20,15 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>

+ 3
- 0
org.eclipse.jgit/.settings/org.eclipse.pde.core.prefs 查看文件

@@ -0,0 +1,3 @@
#Thu Jan 14 14:34:32 CST 2010
eclipse.preferences.version=1
resolve.requirebundle=false

正在加载...
取消
保存