| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.2"?> |
| <!-- |
| # Copyright (c) 2015, 2018 IBM Corporation and others. |
| # 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/ |
| --> |
| <plugin> |
| <extension-point id="parsers" name="Terminal Parsers" schema="schema/parsers.exsd"/> |
| |
| <!-- Terminal connector contributions --> |
| <extension point="org.eclipse.tm.terminal.control.connectors"> |
| <connector |
| name="%connectionName" |
| id="org.eclipse.tm.terminal.connector.remote.RemoteConnector" |
| class="org.eclipse.tm.terminal.connector.remote.internal.RemoteConnector"/> |
| </extension> |
| |
| <!-- Terminal launcher delegate contributions --> |
| <extension point="org.eclipse.tm.terminal.view.ui.launcherDelegates"> |
| <delegate |
| class="org.eclipse.tm.terminal.connector.remote.launcher.RemoteLauncherDelegate" |
| id="org.eclipse.tm.terminal.connector.telnet.launcher.remote" |
| label="Remote Terminal"> |
| </delegate> |
| </extension> |
| |
| <!-- Preference contributions --> |
| <extension point="org.eclipse.core.runtime.preferences"> |
| <initializer |
| class="org.eclipse.tm.terminal.connector.remote.internal.preferences.RemoteTerminalPreferenceInitializer"> |
| </initializer> |
| </extension> |
| |
| <extension point="org.eclipse.ui.preferencePages"> |
| <page |
| category="org.eclipse.tm.terminal.TerminalPreferencePage" |
| class="org.eclipse.tm.terminal.connector.remote.internal.preferences.RemoteTerminalPreferencePage" |
| id="org.eclipse.tm.terminal.remote.page" |
| name="%RemoteTerminalPage.name"> |
| </page> |
| </extension> |
| </plugin> |