Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2017-03-15 10:02:49 +0000
committerMickael Istria2017-03-15 10:02:49 +0000
commit370a79835bd166239ba9770830c699056352f514 (patch)
tree596a9d599065158a8b4251c92f64668dbd3d33de
parentbf2f6f451d18389afe24218d9b08bc5dce79773b (diff)
downloadeclipse.platform.team-370a79835bd166239ba9770830c699056352f514.tar.gz
eclipse.platform.team-370a79835bd166239ba9770830c699056352f514.tar.xz
eclipse.platform.team-370a79835bd166239ba9770830c699056352f514.zip
Change-Id: I0b90346348f67dbfa29f4d1d875a599b20cef978 Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--bundles/org.eclipse.team.genericeditor.diff.extension/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.genericeditor.diff.extension/.project b/bundles/org.eclipse.team.genericeditor.diff.extension/.project
index 3122feeca..31c0a46d7 100644
--- a/bundles/org.eclipse.team.genericeditor.diff.extension/.project
+++ b/bundles/org.eclipse.team.genericeditor.diff.extension/.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