blob: bc03749f56596079648b7b7a0447c05e309ec283 [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 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* 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>