Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2009-01-21 11:46:04 +0000
committermkuppe2009-01-21 11:46:04 +0000
commita8d27b8ea686537661fbb7e388b0ad281e141ffb (patch)
tree307629718250a5f92bf9b02e102d52a9a19d6e47 /protocols
parent2e8d7ccb16007408d62a3616d649cc0a57eff053 (diff)
downloadorg.eclipse.ecf-a8d27b8ea686537661fbb7e388b0ad281e141ffb.tar.gz
org.eclipse.ecf-a8d27b8ea686537661fbb7e388b0ad281e141ffb.tar.xz
org.eclipse.ecf-a8d27b8ea686537661fbb7e388b0ad281e141ffb.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.bittorrent/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/.project b/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/.project
index f81ee765c..64f535571 100644
--- a/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/.project
+++ b/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/.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