Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Schorn2008-06-18 08:00:42 +0000
committerMarkus Schorn2008-06-18 08:00:42 +0000
commit03a4e6e5aa6662a006eb8f0293a5dcd8b411ef6b (patch)
treed3f5d921053cab236b29c546a3c2764c52975f4a /core/org.eclipse.cdt.core/.project
parentdb60b3f7b110fb8568e3c404401aa0295d091c1d (diff)
downloadorg.eclipse.cdt-03a4e6e5aa6662a006eb8f0293a5dcd8b411ef6b.tar.gz
org.eclipse.cdt-03a4e6e5aa6662a006eb8f0293a5dcd8b411ef6b.tar.xz
org.eclipse.cdt-03a4e6e5aa6662a006eb8f0293a5dcd8b411ef6b.zip
Configure API-tooling.
Diffstat (limited to 'core/org.eclipse.cdt.core/.project')
-rw-r--r--core/org.eclipse.cdt.core/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/.project b/core/org.eclipse.cdt.core/.project
index 95eceb11fac..6773654ae7f 100644
--- a/core/org.eclipse.cdt.core/.project
+++ b/core/org.eclipse.cdt.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.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>

Back to the top