Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2008-02-27 14:36:41 +0000
committerMichael Rennie2008-02-27 14:36:41 +0000
commit55600e2604bf795d78d631befad5704a31881bf8 (patch)
treedf33e4a73c9a58f6e986ccc8a51692ccb3ba1f2c /org.eclipse.debug.ui/.project
parent88dfb5dba0d7c64fdf4dddb88c36cfffa0e088f3 (diff)
downloadeclipse.platform.debug-55600e2604bf795d78d631befad5704a31881bf8.tar.gz
eclipse.platform.debug-55600e2604bf795d78d631befad5704a31881bf8.tar.xz
eclipse.platform.debug-55600e2604bf795d78d631befad5704a31881bf8.zip
trying api tooling
Diffstat (limited to 'org.eclipse.debug.ui/.project')
-rw-r--r--org.eclipse.debug.ui/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/.project b/org.eclipse.debug.ui/.project
index bd63b2be7..787d85502 100644
--- a/org.eclipse.debug.ui/.project
+++ b/org.eclipse.debug.ui/.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