diff options
author | mkuppe | 2009-01-21 06:46:33 -0500 |
---|---|---|
committer | mkuppe | 2009-01-21 06:46:33 -0500 |
commit | 3874895edd67902219709d7788369e9c6d1fdc01 (patch) | |
tree | 379d1b32156a6e04727353bddd0c6784039560ad /providers/bundles/org.eclipse.ecf.provider.xmpp | |
parent | 942ea09e0f816db06ca5993f4e71047e80928a11 (diff) | |
download | org.eclipse.ecf-3874895edd67902219709d7788369e9c6d1fdc01.tar.gz org.eclipse.ecf-3874895edd67902219709d7788369e9c6d1fdc01.tar.xz org.eclipse.ecf-3874895edd67902219709d7788369e9c6d1fdc01.zip |
ASSIGNED - bug 261791: Activate APITooling for ECF
https://bugs.eclipse.org/bugs/show_bug.cgi?id=261791
Diffstat (limited to 'providers/bundles/org.eclipse.ecf.provider.xmpp')
-rw-r--r-- | providers/bundles/org.eclipse.ecf.provider.xmpp/.project | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp/.project b/providers/bundles/org.eclipse.ecf.provider.xmpp/.project index c82c01c6f..f1f24136c 100644 --- a/providers/bundles/org.eclipse.ecf.provider.xmpp/.project +++ b/providers/bundles/org.eclipse.ecf.provider.xmpp/.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> |