Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2009-01-21 11:45:57 +0000
committermkuppe2009-01-21 11:45:57 +0000
commitb56cb1420f2211a6c278330485763c9813bd3127 (patch)
treed477588d9f50169a29023f7a6776a7aad535919d /framework/bundles/org.eclipse.ecf.filetransfer.ui
parentb2e570ae1e6625f355f16c830ea3e6795e0a8a4c (diff)
downloadorg.eclipse.ecf-b56cb1420f2211a6c278330485763c9813bd3127.tar.gz
org.eclipse.ecf-b56cb1420f2211a6c278330485763c9813bd3127.tar.xz
org.eclipse.ecf-b56cb1420f2211a6c278330485763c9813bd3127.zip
ASSIGNED - bug 261791: Activate APITooling for ECF
https://bugs.eclipse.org/bugs/show_bug.cgi?id=261791
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.filetransfer.ui')
-rw-r--r--framework/bundles/org.eclipse.ecf.filetransfer.ui/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf.filetransfer.ui/.project b/framework/bundles/org.eclipse.ecf.filetransfer.ui/.project
index 35dce2193..4447adb1e 100644
--- a/framework/bundles/org.eclipse.ecf.filetransfer.ui/.project
+++ b/framework/bundles/org.eclipse.ecf.filetransfer.ui/.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