| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Copyright (C) 2012, 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 |
| --> |
| <?eclipse version="3.4"?> |
| <plugin> |
| <extension-point id="RemoteResourceSelectorProxy" name="Remote Resource Selector Proxy" schema="schema/RemoteResourceSelectorProxy.exsd"/> |
| <extension |
| point="org.eclipse.linuxtools.profiling.launch.ui.RemoteResourceSelectorProxy"> |
| <resourceSelectorProxy |
| class="org.eclipse.linuxtools.profiling.launch.ui.LocalResourceSelectorProxy" |
| isDefault="true" |
| scheme="local" |
| schemeLabel="Local"> |
| </resourceSelectorProxy> |
| </extension> |
| |
| </plugin> |