Browse Source

Adding PDE API Tools nature to JGit

tags/v0.7.0
Chris Aniszczyk 14 years ago
parent
commit
9151264e7d

+ 6
- 0
org.eclipse.jgit/.project View File

@@ -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 View File

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

Loading…
Cancel
Save