diff options
author | Pascal Rapicault | 2009-04-02 10:23:50 -0400 |
---|---|---|
committer | Pascal Rapicault | 2009-04-02 10:23:50 -0400 |
commit | 7a287db27c4047c24eb985802f1d432ed57a0fa3 (patch) | |
tree | 559557666f72b989d14352490b320d2d6a416341 /bundles/org.eclipse.equinox.p2.console | |
parent | ab40d2b37b440ea89b501e86558e8c85244a6037 (diff) | |
download | rt.equinox.p2-7a287db27c4047c24eb985802f1d432ed57a0fa3.tar.gz rt.equinox.p2-7a287db27c4047c24eb985802f1d432ed57a0fa3.tar.xz rt.equinox.p2-7a287db27c4047c24eb985802f1d432ed57a0fa3.zip |
HEAD - Enable api tooling
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.console')
-rw-r--r-- | bundles/org.eclipse.equinox.p2.console/.project | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.console/.project b/bundles/org.eclipse.equinox.p2.console/.project index 55fbe7f26..8278235b6 100644 --- a/bundles/org.eclipse.equinox.p2.console/.project +++ b/bundles/org.eclipse.equinox.p2.console/.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> |