Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2008-05-07 21:15:54 +0000
committerChris Goldthorpe2008-05-07 21:15:54 +0000
commit55b51ff758df7095e1019e96f9073c2d53e2e9a3 (patch)
treeff9aa17d5df2212deba94922ce9402c21aafd9a7 /org.eclipse.ui.cheatsheets
parentfe65d02bf11dcde0197ba2a294b881694f7f0627 (diff)
downloadeclipse.platform.ua-55b51ff758df7095e1019e96f9073c2d53e2e9a3.tar.gz
eclipse.platform.ua-55b51ff758df7095e1019e96f9073c2d53e2e9a3.tar.xz
eclipse.platform.ua-55b51ff758df7095e1019e96f9073c2d53e2e9a3.zip
Bug 230983 – Run API tool on user assistance pluginsv20080507
Diffstat (limited to 'org.eclipse.ui.cheatsheets')
-rw-r--r--org.eclipse.ui.cheatsheets/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.ui.cheatsheets/.project b/org.eclipse.ui.cheatsheets/.project
index b1b31c1e6..63487b46b 100644
--- a/org.eclipse.ui.cheatsheets/.project
+++ b/org.eclipse.ui.cheatsheets/.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