diff options
author | mkuppe | 2009-01-21 11:46:50 +0000 |
---|---|---|
committer | mkuppe | 2009-01-21 11:46:50 +0000 |
commit | 29cdc37abafcf76f9f1c86371bd545538f360283 (patch) | |
tree | 2aac8b87c2f6ea7b6b4cd21ced73c65a23cd9ddf /incubation/bundles | |
parent | 69368f61545a2eeb07077ebfe95cd0fa9d2a445c (diff) | |
download | org.eclipse.ecf-29cdc37abafcf76f9f1c86371bd545538f360283.tar.gz org.eclipse.ecf-29cdc37abafcf76f9f1c86371bd545538f360283.tar.xz org.eclipse.ecf-29cdc37abafcf76f9f1c86371bd545538f360283.zip |
ASSIGNED - bug 261791: Activate APITooling for ECF
https://bugs.eclipse.org/bugs/show_bug.cgi?id=261791
Diffstat (limited to 'incubation/bundles')
-rw-r--r-- | incubation/bundles/org.eclipse.ecf.provider.vbulletin/.project | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/incubation/bundles/org.eclipse.ecf.provider.vbulletin/.project b/incubation/bundles/org.eclipse.ecf.provider.vbulletin/.project index a5d6f11b6..156045679 100644 --- a/incubation/bundles/org.eclipse.ecf.provider.vbulletin/.project +++ b/incubation/bundles/org.eclipse.ecf.provider.vbulletin/.project @@ -20,10 +20,16 @@ <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>net.sourceforge.metrics.nature</nature> + <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature> </natures> </projectDescription> |