Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2009-01-21 11:47:03 +0000
committermkuppe2009-01-21 11:47:03 +0000
commit315ace904cf2da2fef13b8cb40a3d6139d1707e3 (patch)
tree88094f54a3e2fe1e0e4a65c55e04133c6f638479 /examples
parent35b6a23f29f364d62b7d9f4f1124529da62452ab (diff)
downloadorg.eclipse.ecf-315ace904cf2da2fef13b8cb40a3d6139d1707e3.tar.gz
org.eclipse.ecf-315ace904cf2da2fef13b8cb40a3d6139d1707e3.tar.xz
org.eclipse.ecf-315ace904cf2da2fef13b8cb40a3d6139d1707e3.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/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/.project b/examples/bundles/org.eclipse.ecf.example.collab/.project
index 87f7d0126..2020f47ac 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/.project
+++ b/examples/bundles/org.eclipse.ecf.example.collab/.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