Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-07-08 15:05:03 +0000
committerAlexander Kurtakov2019-07-08 15:05:03 +0000
commit1113eea1d94d806acc988ea5109f2684b96b2a31 (patch)
tree8aa4dd970447d0f2077ae9eec4b37fa1ba340075
parentc0142443088ed42b26968f548fd183d3ffd41952 (diff)
downloadrt.equinox.bundles-I20190710-0610.tar.gz
rt.equinox.bundles-I20190710-0610.tar.xz
rt.equinox.bundles-I20190710-0610.zip
Enable API tools for o.e.equinox.console.I20190710-0610I20190709-1800I20190709-0610I20190708-1800
Change-Id: Ica2da4e4b22986f1f3ec9058e5b8487001897890 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rwxr-xr-xbundles/org.eclipse.equinox.console/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.console/.project b/bundles/org.eclipse.equinox.console/.project
index f5b6451f7..39f4a1944 100755
--- a/bundles/org.eclipse.equinox.console/.project
+++ b/bundles/org.eclipse.equinox.console/.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