Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2019-02-18 16:01:14 +0000
committerWim Jongman2019-02-18 16:05:13 +0000
commit8755d7171ff5af3a6e869117f054395fe7cb7e3a (patch)
tree8cc35497163fc09274632d74ae03b3f79f27dcfa /org.eclipse.tips.ui/.project
parentcd9e6f42e7560d59789a36ebced59b09959af8cc (diff)
downloadeclipse.platform.ua-8755d7171ff5af3a6e869117f054395fe7cb7e3a.tar.gz
eclipse.platform.ua-8755d7171ff5af3a6e869117f054395fe7cb7e3a.tar.xz
eclipse.platform.ua-8755d7171ff5af3a6e869117f054395fe7cb7e3a.zip
Bug 544438 Tips not set up for API Tools
Projects setup for API Tooling. Change-Id: I82f0043ba42c0d2663e937ef25838b2a9992a768 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
Diffstat (limited to 'org.eclipse.tips.ui/.project')
-rw-r--r--org.eclipse.tips.ui/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.tips.ui/.project b/org.eclipse.tips.ui/.project
index c758a1381..7a39eba72 100644
--- a/org.eclipse.tips.ui/.project
+++ b/org.eclipse.tips.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>

Back to the top