Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/lsp
diff options
context:
space:
mode:
authorJonah Graham2020-08-24 18:41:08 +0000
committerJonah Graham2020-08-24 21:50:56 +0000
commit0c5093d6ffaede272e1b4eff5f9b611bd10e4a5c (patch)
treee93196b44d96d570a3f7ecf7add47a9c6eaefdc0 /lsp
parentfd9382d8a95d01d291a9008c8b794f53edc8e22f (diff)
downloadorg.eclipse.cdt-0c5093d6ffaede272e1b4eff5f9b611bd10e4a5c.tar.gz
org.eclipse.cdt-0c5093d6ffaede272e1b4eff5f9b611bd10e4a5c.tar.xz
org.eclipse.cdt-0c5093d6ffaede272e1b4eff5f9b611bd10e4a5c.zip
Bug 566334: Turn on API Tooling & Analysis for all bundles
Diffstat (limited to 'lsp')
-rw-r--r--lsp/org.eclipse.cdt.lsp.clangd/.project6
-rw-r--r--lsp/org.eclipse.cdt.lsp.core/.project6
-rw-r--r--lsp/org.eclipse.cdt.lsp.cquery/.project6
-rw-r--r--lsp/org.eclipse.cdt.lsp.ui/.project6
4 files changed, 24 insertions, 0 deletions
diff --git a/lsp/org.eclipse.cdt.lsp.clangd/.project b/lsp/org.eclipse.cdt.lsp.clangd/.project
index 3e1df7ce1ce..bc3087db53c 100644
--- a/lsp/org.eclipse.cdt.lsp.clangd/.project
+++ b/lsp/org.eclipse.cdt.lsp.clangd/.project
@@ -25,9 +25,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>
diff --git a/lsp/org.eclipse.cdt.lsp.core/.project b/lsp/org.eclipse.cdt.lsp.core/.project
index 55e732955e9..697ff10a1b9 100644
--- a/lsp/org.eclipse.cdt.lsp.core/.project
+++ b/lsp/org.eclipse.cdt.lsp.core/.project
@@ -25,9 +25,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>
diff --git a/lsp/org.eclipse.cdt.lsp.cquery/.project b/lsp/org.eclipse.cdt.lsp.cquery/.project
index c758d33fb1f..a7ec13890e7 100644
--- a/lsp/org.eclipse.cdt.lsp.cquery/.project
+++ b/lsp/org.eclipse.cdt.lsp.cquery/.project
@@ -25,9 +25,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>
diff --git a/lsp/org.eclipse.cdt.lsp.ui/.project b/lsp/org.eclipse.cdt.lsp.ui/.project
index 382b8b22e95..6d4bd487334 100644
--- a/lsp/org.eclipse.cdt.lsp.ui/.project
+++ b/lsp/org.eclipse.cdt.lsp.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