blob: df9f8c17095c45816d8fefa1310e310baf1c6983 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<!--
/*******************************************************************************
* Copyright (c) 2009, 2018 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
* IBM Corporation/Andrew Johnson - allow multiple IBM providers
*******************************************************************************/
-->
<plugin>
<extension
id="ibmvm"
name="%provider-name"
point="org.eclipse.mat.api.heapDumpProvider">
<provider
impl="org.eclipse.mat.ibmvm.acquire.IBMDumpProvider">
</provider>
<provider
impl="org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider">
</provider>
</extension>
</plugin>