Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2017-03-15 09:43:27 +0000
committerDani Megert2017-03-15 17:39:42 +0000
commit23e4728212f5f52abec0a5fd81c8e5586d3473c6 (patch)
treebdd92ec8cb87ce5abbd7b0fd2ad4fd4978e4c5f4
parentc88654a1094f40f402575bfd0e258aade7dac74b (diff)
downloadeclipse.platform.text-23e4728212f5f52abec0a5fd81c8e5586d3473c6.tar.gz
eclipse.platform.text-23e4728212f5f52abec0a5fd81c8e5586d3473c6.tar.xz
eclipse.platform.text-23e4728212f5f52abec0a5fd81c8e5586d3473c6.zip
Bug 513304 - Setup API tools on Generic editor bundles
Signed-off-by: Mickael Istria <mistria@redhat.com> Change-Id: I134454b61169d2a325a23af199504745370deda6
-rw-r--r--org.eclipse.ui.genericeditor/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.ui.genericeditor/.project b/org.eclipse.ui.genericeditor/.project
index e1f2994e5af..155791a2af9 100644
--- a/org.eclipse.ui.genericeditor/.project
+++ b/org.eclipse.ui.genericeditor/.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