diff options
author | mkuppe | 2009-01-21 11:46:13 +0000 |
---|---|---|
committer | mkuppe | 2009-01-21 11:46:13 +0000 |
commit | 81224551ea890ad06883e8229044143786408027 (patch) | |
tree | eb2e4650e3588a39fdbb25f35d248d4e06891479 /incubation/bundles | |
parent | 84e310f425420bb986e3c37000a15986dbb5872e (diff) | |
download | org.eclipse.ecf-81224551ea890ad06883e8229044143786408027.tar.gz org.eclipse.ecf-81224551ea890ad06883e8229044143786408027.tar.xz org.eclipse.ecf-81224551ea890ad06883e8229044143786408027.zip |
ASSIGNED - bug 261791: Activate APITooling for ECF
https://bugs.eclipse.org/bugs/show_bug.cgi?id=261791
Diffstat (limited to 'incubation/bundles')
-rwxr-xr-x | incubation/bundles/org.eclipse.ecf.mylyn.ui/.project | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/incubation/bundles/org.eclipse.ecf.mylyn.ui/.project b/incubation/bundles/org.eclipse.ecf.mylyn.ui/.project index 0069d57e1..5008ffa1c 100755 --- a/incubation/bundles/org.eclipse.ecf.mylyn.ui/.project +++ b/incubation/bundles/org.eclipse.ecf.mylyn.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> |