Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2013-08-13 15:40:21 +0000
committerMike Rennie2013-08-13 15:40:21 +0000
commitb24718ebbe17d63bc90c061a916c7da7f370d4a7 (patch)
tree84e35b6bc4a5ab5d1ab9cb6c062ad77cfb1d3624 /org.eclipse.debug.examples.memory/.project
parent39bca0f1b40f46d2e1c17f9c0a91a059ef2b8415 (diff)
downloadeclipse.platform.debug-b24718ebbe17d63bc90c061a916c7da7f370d4a7.tar.gz
eclipse.platform.debug-b24718ebbe17d63bc90c061a916c7da7f370d4a7.tar.xz
eclipse.platform.debug-b24718ebbe17d63bc90c061a916c7da7f370d4a7.zip
[nobug] sync the remainder of the project-specific settingsI20130813-1330I20130813-1200
Diffstat (limited to 'org.eclipse.debug.examples.memory/.project')
-rw-r--r--org.eclipse.debug.examples.memory/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.debug.examples.memory/.project b/org.eclipse.debug.examples.memory/.project
index 2589572a0..d228d5ac6 100644
--- a/org.eclipse.debug.examples.memory/.project
+++ b/org.eclipse.debug.examples.memory/.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