2007-10-04 18:44:59 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.2"?>
|
|
|
|
<!--
|
2018-11-01 12:21:58 -04:00
|
|
|
# Copyright (c) 2006- 2018 Wind River Systems, Inc. and others.
|
2007-10-04 18:44:59 +00:00
|
|
|
# All rights reserved. This program and the accompanying materials
|
2018-11-01 12:21:58 -04:00
|
|
|
# are made available under the terms of the Eclipse Public License 2.0
|
2007-10-04 18:44:59 +00:00
|
|
|
# which accompanies this distribution, and is available at
|
2018-11-01 12:21:58 -04:00
|
|
|
# https://www.eclipse.org/legal/epl-2.0/
|
|
|
|
|
|
|
|
SPDX-License-Identifier: EPL-2.0
|
2007-10-04 18:44:59 +00:00
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# Michael Scharf (Wind River) - initial API and implementation
|
|
|
|
# Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
2009-07-09 11:00:22 +00:00
|
|
|
# Uwe Stieber (Wind River) - [282996] [terminal][api] Add "hidden" attribute to terminal connector extension point
|
2007-10-04 18:44:59 +00:00
|
|
|
-->
|
|
|
|
<plugin>
|
2015-04-17 11:19:19 +02:00
|
|
|
<extension point="org.eclipse.tm.terminal.control.connectors">
|
2009-07-09 11:00:22 +00:00
|
|
|
<connector
|
|
|
|
class="org.eclipse.tm.internal.terminal.speedtest.SpeedTestConnector"
|
|
|
|
id="org.eclipse.tm.internal.terminal.speedtest.SpeedTestConnector"
|
|
|
|
name="Speed Test"/>
|
2007-10-04 18:44:59 +00:00
|
|
|
</extension>
|
|
|
|
</plugin>
|