Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2014-04-21 20:16:01 +0000
committerMarc Khouzam2014-04-21 20:16:01 +0000
commit98484e01cad34bff216bb4f87e0decfa7efcd724 (patch)
treead216753f6cddc3770f71769fadb59ee27cf5930 /memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/.project
parentc559f5a442568fa8b177836813ba78cd3b3ec22d (diff)
downloadorg.eclipse.cdt-98484e01cad34bff216bb4f87e0decfa7efcd724.tar.gz
org.eclipse.cdt-98484e01cad34bff216bb4f87e0decfa7efcd724.tar.xz
org.eclipse.cdt-98484e01cad34bff216bb4f87e0decfa7efcd724.zip
Enabling API tooling for memory.floatingpoint/memorybrowser/transport
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Diffstat (limited to 'memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/.project')
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/.project b/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/.project
index 91d6dff85c8..f644fec1357 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/.project
+++ b/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/.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