Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2009-01-21 11:46:15 +0000
committermkuppe2009-01-21 11:46:15 +0000
commit6e579c491f23d709b814377aadb96214f4508ab3 (patch)
tree496923142702c667fc97c47bdfc866f7da9dca83 /examples
parentd091332f808f5791e51ce20d995877ec4bbc0f83 (diff)
downloadorg.eclipse.ecf-6e579c491f23d709b814377aadb96214f4508ab3.tar.gz
org.eclipse.ecf-6e579c491f23d709b814377aadb96214f4508ab3.tar.xz
org.eclipse.ecf-6e579c491f23d709b814377aadb96214f4508ab3.zip
ASSIGNED - bug 261791: Activate APITooling for ECF
https://bugs.eclipse.org/bugs/show_bug.cgi?id=261791
Diffstat (limited to 'examples')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab.editor/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab.editor/.project b/examples/bundles/org.eclipse.ecf.example.collab.editor/.project
index 8c618eb20..9f836714b 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab.editor/.project
+++ b/examples/bundles/org.eclipse.ecf.example.collab.editor/.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