diff options
-rw-r--r-- | org.eclipse.jgit/.project | 6 | ||||
-rw-r--r-- | org.eclipse.jgit/.settings/org.eclipse.pde.core.prefs | 3 |
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 |