diff options
author | Jonah Graham | 2020-08-24 18:41:08 +0000 |
---|---|---|
committer | Jonah Graham | 2020-08-24 21:50:56 +0000 |
commit | 0c5093d6ffaede272e1b4eff5f9b611bd10e4a5c (patch) | |
tree | e93196b44d96d570a3f7ecf7add47a9c6eaefdc0 /core/org.eclipse.cdt.core.linux/.project | |
parent | fd9382d8a95d01d291a9008c8b794f53edc8e22f (diff) | |
download | org.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
Change-Id: I3cb5645eba52b0cd0e9a71069264d9c589159107
Diffstat (limited to 'core/org.eclipse.cdt.core.linux/.project')
-rw-r--r-- | core/org.eclipse.cdt.core.linux/.project | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.linux/.project b/core/org.eclipse.cdt.core.linux/.project index 8e8b3560544..eeec452f97b 100644 --- a/core/org.eclipse.cdt.core.linux/.project +++ b/core/org.eclipse.cdt.core.linux/.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.jdt.core.javanature</nature> <nature>org.eclipse.pde.PluginNature</nature> + <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature> </natures> </projectDescription> |