Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.mat.hprof/plugin.xml')
-rw-r--r--plugins/org.eclipse.mat.hprof/plugin.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/plugins/org.eclipse.mat.hprof/plugin.xml b/plugins/org.eclipse.mat.hprof/plugin.xml
index bedfdd69..24e061bf 100644
--- a/plugins/org.eclipse.mat.hprof/plugin.xml
+++ b/plugins/org.eclipse.mat.hprof/plugin.xml
@@ -59,5 +59,14 @@
impl="org.eclipse.mat.hprof.ExportHprof">
</query>
</extension>
-
+ <extension
+ id="export"
+ point="org.eclipse.mat.report.report">
+ <report
+ description="%report.export.desc Export a HPROF file from the command line"
+ file="reports/exporthprof.xml"
+ id="export"
+ name="%report.export.name __hidden__/Export HPROF">
+ </report>
+ </extension>
</plugin>

Back to the top