Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debug/org.eclipse.cdt.gdb.ui/.project6
-rw-r--r--debug/org.eclipse.cdt.gdb/.project6
2 files changed, 12 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.gdb.ui/.project b/debug/org.eclipse.cdt.gdb.ui/.project
index 821a044743c..d13f15091b4 100644
--- a/debug/org.eclipse.cdt.gdb.ui/.project
+++ b/debug/org.eclipse.cdt.gdb.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.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>
diff --git a/debug/org.eclipse.cdt.gdb/.project b/debug/org.eclipse.cdt.gdb/.project
index 25956dfef62..b10d32ab0ae 100644
--- a/debug/org.eclipse.cdt.gdb/.project
+++ b/debug/org.eclipse.cdt.gdb/.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