Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2009-01-21 11:47:03 +0000
committermkuppe2009-01-21 11:47:03 +0000
commit35b6a23f29f364d62b7d9f4f1124529da62452ab (patch)
tree20d638f8fc711ad8cd1eca21460b7820e32a3527 /protocols
parent20effccd51b6aa486a6939c38c269a88529a011f (diff)
downloadorg.eclipse.ecf-35b6a23f29f364d62b7d9f4f1124529da62452ab.tar.gz
org.eclipse.ecf-35b6a23f29f364d62b7d9f4f1124529da62452ab.tar.xz
org.eclipse.ecf-35b6a23f29f364d62b7d9f4f1124529da62452ab.zip
ASSIGNED - bug 261791: Activate APITooling for ECF
https://bugs.eclipse.org/bugs/show_bug.cgi?id=261791
Diffstat (limited to 'protocols')
-rw-r--r--protocols/bundles/org.eclipse.ecf.protocol.msn/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/bundles/org.eclipse.ecf.protocol.msn/.project b/protocols/bundles/org.eclipse.ecf.protocol.msn/.project
index 418534756..98888a70b 100644
--- a/protocols/bundles/org.eclipse.ecf.protocol.msn/.project
+++ b/protocols/bundles/org.eclipse.ecf.protocol.msn/.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>

Back to the top