Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2009-01-21 11:47:00 +0000
committermkuppe2009-01-21 11:47:00 +0000
commitbe8ed020a7a8cf34f42325f0768b247af61cbb6a (patch)
tree73380a8cc7fd2ffb5f62051f3f685bb1fed07fef /incubation
parent7939a92469978d3584d7118819a36ec8f7bbf702 (diff)
downloadorg.eclipse.ecf-be8ed020a7a8cf34f42325f0768b247af61cbb6a.tar.gz
org.eclipse.ecf-be8ed020a7a8cf34f42325f0768b247af61cbb6a.tar.xz
org.eclipse.ecf-be8ed020a7a8cf34f42325f0768b247af61cbb6a.zip
ASSIGNED - bug 261791: Activate APITooling for ECF
https://bugs.eclipse.org/bugs/show_bug.cgi?id=261791
Diffstat (limited to 'incubation')
-rw-r--r--incubation/bundles/org.eclipse.ecf.bulletinboard/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/incubation/bundles/org.eclipse.ecf.bulletinboard/.project b/incubation/bundles/org.eclipse.ecf.bulletinboard/.project
index 2f012e451..e0bd52dc0 100644
--- a/incubation/bundles/org.eclipse.ecf.bulletinboard/.project
+++ b/incubation/bundles/org.eclipse.ecf.bulletinboard/.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