Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Pontes2012-05-07 16:55:01 +0000
committerOtavio Pontes2012-05-07 16:55:22 +0000
commitb9a67efd8ec577f939b500e5e19ba3c2c05a2339 (patch)
tree89a560eddefe1fdf3b3297451eb85e03510a44b0 /systemtap/org.eclipse.linuxtools.systemtap-feature
parentf9866d33ad4d1f6dadff1eba292437f5ca01d584 (diff)
downloadorg.eclipse.linuxtools-b9a67efd8ec577f939b500e5e19ba3c2c05a2339.tar.gz
org.eclipse.linuxtools-b9a67efd8ec577f939b500e5e19ba3c2c05a2339.tar.xz
org.eclipse.linuxtools-b9a67efd8ec577f939b500e5e19ba3c2c05a2339.zip
Systemtap: Using dataviewers.piechart in systemtap
This removes completely BIRT from systemtap
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap-feature')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap-feature/feature.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap-feature/feature.xml b/systemtap/org.eclipse.linuxtools.systemtap-feature/feature.xml
index c60451bca2..f39096753a 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap-feature/feature.xml
+++ b/systemtap/org.eclipse.linuxtools.systemtap-feature/feature.xml
@@ -29,7 +29,6 @@
<import plugin="org.eclipse.ui.workbench.texteditor"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.ui.forms"/>
- <import plugin="org.eclipse.birt.chart.engine"/>
<import plugin="org.eclipse.core.resources" version="3.4.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.editors" version="3.4.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.console" version="3.3.0" match="greaterOrEqual"/>

Back to the top