mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00

Change-Id: Ibab77ef2ba53f4fd91363269330955eca5fd2bb3 Signed-off-by: nickboldt <nboldt@redhat.com>
57 lines
1.7 KiB
XML
57 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Copyright (c) 2015 IBM Corporation and others.
|
|
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
|
|
|
|
Contributors:
|
|
IBM Corporation - initial API and implementation
|
|
-->
|
|
<feature
|
|
id="org.eclipse.tm.terminal.connector.remote.feature"
|
|
label="%featureName"
|
|
version="4.3.0.qualifier"
|
|
provider-name="%providerName"
|
|
license-feature="org.eclipse.license"
|
|
license-feature-version="1.0.1.qualifier">
|
|
|
|
<description>
|
|
%description
|
|
</description>
|
|
|
|
<copyright>
|
|
%copyright
|
|
</copyright>
|
|
|
|
<license url="%licenseURL">
|
|
%license
|
|
</license>
|
|
|
|
<url>
|
|
<update label="%updateSiteName" url="http://download.eclipse.org/tm/terminal/updates/4.3"/>
|
|
</url>
|
|
|
|
<requires>
|
|
<import plugin="org.eclipse.ui"/>
|
|
<import plugin="org.eclipse.core.runtime"/>
|
|
<import plugin="org.eclipse.tm.terminal.control"/>
|
|
<import plugin="org.eclipse.remote.core"/>
|
|
<import plugin="org.eclipse.remote.ui"/>
|
|
<import plugin="org.eclipse.core.resources"/>
|
|
<import plugin="org.eclipse.swt"/>
|
|
<import plugin="org.eclipse.jface"/>
|
|
<import plugin="org.eclipse.ui.ide"/>
|
|
<import feature="org.eclipse.tm.terminal.control.feature" version="4.0.0" match="compatible"/>
|
|
<import plugin="org.eclipse.core.expressions"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="org.eclipse.tm.terminal.connector.remote"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|