Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2010-01-16 16:00:30 +0000
committerChris Aniszczyk2010-01-16 16:00:30 +0000
commit9151264e7d4eddcc6d65b1e0ce31e5cde9b9ad37 (patch)
tree243c68ab78ffb4353808af3f2247f3876f8d3289 /org.eclipse.jgit/.project
parent1ce2e13e1323a44fd83764980ab92ef7e8f94006 (diff)
downloadjgit-9151264e7d4eddcc6d65b1e0ce31e5cde9b9ad37.tar.gz
jgit-9151264e7d4eddcc6d65b1e0ce31e5cde9b9ad37.tar.xz
jgit-9151264e7d4eddcc6d65b1e0ce31e5cde9b9ad37.zip
Adding PDE API Tools nature to JGit
Diffstat (limited to 'org.eclipse.jgit/.project')
-rw-r--r--org.eclipse.jgit/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.jgit/.project b/org.eclipse.jgit/.project
index 19aeef1fb8..d785b65801 100644
--- a/org.eclipse.jgit/.project
+++ b/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>

Back to the top