Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Harley2008-04-02 19:47:10 +0000
committerWalter Harley2008-04-02 19:47:10 +0000
commit08c130b51e222d1dc818f74430195d7cc0d9ba9c (patch)
tree2e645d413e303ffb186d939353708780cd054a5e /org.eclipse.jdt.apt.pluggable.core
parent4645c1c5ea486da2c87e4fba1b82030748cc0cf2 (diff)
downloadeclipse.jdt.core-08c130b51e222d1dc818f74430195d7cc0d9ba9c.tar.gz
eclipse.jdt.core-08c130b51e222d1dc818f74430195d7cc0d9ba9c.tar.xz
eclipse.jdt.core-08c130b51e222d1dc818f74430195d7cc0d9ba9c.zip
Enable API tooling
Diffstat (limited to 'org.eclipse.jdt.apt.pluggable.core')
-rw-r--r--org.eclipse.jdt.apt.pluggable.core/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.jdt.apt.pluggable.core/.project b/org.eclipse.jdt.apt.pluggable.core/.project
index 6617d61df4..4c131bc77f 100644
--- a/org.eclipse.jdt.apt.pluggable.core/.project
+++ b/org.eclipse.jdt.apt.pluggable.core/.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.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>

Back to the top