diff options
author | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-01-16 10:00:30 -0600 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-01-16 10:00:30 -0600 |
commit | 9151264e7d4eddcc6d65b1e0ce31e5cde9b9ad37 (patch) | |
tree | 243c68ab78ffb4353808af3f2247f3876f8d3289 /org.eclipse.jgit/.project | |
parent | 1ce2e13e1323a44fd83764980ab92ef7e8f94006 (diff) | |
download | jgit-9151264e7d4eddcc6d65b1e0ce31e5cde9b9ad37.tar.gz jgit-9151264e7d4eddcc6d65b1e0ce31e5cde9b9ad37.zip |
Adding PDE API Tools nature to JGit
Diffstat (limited to 'org.eclipse.jgit/.project')
-rw-r--r-- | org.eclipse.jgit/.project | 6 |
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> |