Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-06-25 06:56:27 +0000
committerEike Stepper2008-06-25 06:56:27 +0000
commit81b0171d7dba2747812911d9751acfae8392ebde (patch)
treed2df4c0897a0e9bfc37a3643cc6326f34acefef1 /plugins/org.eclipse.emf.cdo.server.db/.project
parent8aafb5876e65d3d2db007f5a491c7187d3f4626d (diff)
downloadcdo-81b0171d7dba2747812911d9751acfae8392ebde.tar.gz
cdo-81b0171d7dba2747812911d9751acfae8392ebde.tar.xz
cdo-81b0171d7dba2747812911d9751acfae8392ebde.zip
[238242] Enable API Tooling
https://bugs.eclipse.org/bugs/show_bug.cgi?id=238242
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.server.db/.project')
-rw-r--r--plugins/org.eclipse.emf.cdo.server.db/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server.db/.project b/plugins/org.eclipse.emf.cdo.server.db/.project
index ae2080773f..4e87cec893 100644
--- a/plugins/org.eclipse.emf.cdo.server.db/.project
+++ b/plugins/org.eclipse.emf.cdo.server.db/.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