Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jtag
diff options
context:
space:
mode:
authorJonah Graham2020-08-24 18:41:08 +0000
committerJonah Graham2020-08-24 21:50:56 +0000
commit0c5093d6ffaede272e1b4eff5f9b611bd10e4a5c (patch)
treee93196b44d96d570a3f7ecf7add47a9c6eaefdc0 /jtag
parentfd9382d8a95d01d291a9008c8b794f53edc8e22f (diff)
downloadorg.eclipse.cdt-0c5093d6ffaede272e1b4eff5f9b611bd10e4a5c.tar.gz
org.eclipse.cdt-0c5093d6ffaede272e1b4eff5f9b611bd10e4a5c.tar.xz
org.eclipse.cdt-0c5093d6ffaede272e1b4eff5f9b611bd10e4a5c.zip
Bug 566334: Turn on API Tooling & Analysis for all bundles
Diffstat (limited to 'jtag')
-rw-r--r--jtag/org.eclipse.cdt.debug.dap.gdbjtag/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/jtag/org.eclipse.cdt.debug.dap.gdbjtag/.project b/jtag/org.eclipse.cdt.debug.dap.gdbjtag/.project
index bbeb9c0c7a3..a2133a3b7c9 100644
--- a/jtag/org.eclipse.cdt.debug.dap.gdbjtag/.project
+++ b/jtag/org.eclipse.cdt.debug.dap.gdbjtag/.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