Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2009-04-02 14:23:50 +0000
committerPascal Rapicault2009-04-02 14:23:50 +0000
commit7a287db27c4047c24eb985802f1d432ed57a0fa3 (patch)
tree559557666f72b989d14352490b320d2d6a416341 /bundles/org.eclipse.equinox.p2.director
parentab40d2b37b440ea89b501e86558e8c85244a6037 (diff)
downloadrt.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.director')
-rw-r--r--bundles/org.eclipse.equinox.p2.director/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director/.project b/bundles/org.eclipse.equinox.p2.director/.project
index c5f37a6bc..4cb0b36f1 100644
--- a/bundles/org.eclipse.equinox.p2.director/.project
+++ b/bundles/org.eclipse.equinox.p2.director/.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