blob: 4f7dc32518a1feb51a4e42642d077b3b4fc9aa0b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2012, 2018 IBM Corporation
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
-->
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.linuxtools.profiling.launch.RemoteResourceSelectorProxy">
<resourceSelectorProxy
class="org.eclipse.linuxtools.internal.profiling.launch.ui.rdt.proxy.RDTResourceSelectorProxy"
scheme="ssh"
schemeLabel="SSH">
</resourceSelectorProxy>
</extension>
<extension
point="org.eclipse.linuxtools.profiling.launch.RemoteResourceSelectorProxy">
<resourceSelectorProxy
class="org.eclipse.linuxtools.internal.profiling.launch.ui.rdt.proxy.RDTResourceSelectorProxy"
scheme="rse"
schemeLabel="RSE">
</resourceSelectorProxy>
</extension>
</plugin>