Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Overholt2011-12-16 19:50:39 +0000
committerAndrew Overholt2011-12-16 20:30:38 +0000
commit789a5dec537b6e9f7f44690868ce4fd0187264a9 (patch)
tree326b362d46f80a036bafd28b91bd31820f2bdeaf /systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/.project
parent0c7c7336355fd48d37a1db4282459444f5bf6d3d (diff)
downloadorg.eclipse.linuxtools-789a5dec537b6e9f7f44690868ce4fd0187264a9.tar.gz
org.eclipse.linuxtools-789a5dec537b6e9f7f44690868ce4fd0187264a9.tar.xz
org.eclipse.linuxtools-789a5dec537b6e9f7f44690868ce4fd0187264a9.zip
308881: [consumability] Enable PDE API tooling
Enable PDE API tools on all projects. https://bugs.eclipse.org/bugs/show_bug.cgi?id=308881
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/.project')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/.project b/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/.project
index 57309d69e8..e4545013c6 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/.project
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/.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