Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2009-01-21 11:46:54 +0000
committermkuppe2009-01-21 11:46:54 +0000
commit380abe3e089daef462f3b9dc01bfe6f2ea555ff9 (patch)
tree0f386a1737dc6210335cca6edb067c6722a13e93 /examples
parentc9c6276b66c262cbe7a2f175914521e96e2ee95a (diff)
downloadorg.eclipse.ecf-380abe3e089daef462f3b9dc01bfe6f2ea555ff9.tar.gz
org.eclipse.ecf-380abe3e089daef462f3b9dc01bfe6f2ea555ff9.tar.xz
org.eclipse.ecf-380abe3e089daef462f3b9dc01bfe6f2ea555ff9.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.clients/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.clients/.project b/examples/bundles/org.eclipse.ecf.example.clients/.project
index 54d0c599e..31a7846b0 100644
--- a/examples/bundles/org.eclipse.ecf.example.clients/.project
+++ b/examples/bundles/org.eclipse.ecf.example.clients/.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