summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk <caniszczyk@gmail.com>2010-01-16 10:00:30 -0600
committerChris Aniszczyk <caniszczyk@gmail.com>2010-01-16 10:00:30 -0600
commit9151264e7d4eddcc6d65b1e0ce31e5cde9b9ad37 (patch)
tree243c68ab78ffb4353808af3f2247f3876f8d3289
parent1ce2e13e1323a44fd83764980ab92ef7e8f94006 (diff)
downloadjgit-9151264e7d4eddcc6d65b1e0ce31e5cde9b9ad37.tar.gz
jgit-9151264e7d4eddcc6d65b1e0ce31e5cde9b9ad37.zip
Adding PDE API Tools nature to JGit
-rw-r--r--org.eclipse.jgit/.project6
-rw-r--r--org.eclipse.jgit/.settings/org.eclipse.pde.core.prefs3
2 files changed, 9 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>
diff --git a/org.eclipse.jgit/.settings/org.eclipse.pde.core.prefs b/org.eclipse.jgit/.settings/org.eclipse.pde.core.prefs
new file mode 100644
index 0000000000..82793f2d27
--- /dev/null
+++ b/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