Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'terminal/org.eclipse.tm.terminal.serial-feature/feature.xml')
-rw-r--r--terminal/org.eclipse.tm.terminal.serial-feature/feature.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/terminal/org.eclipse.tm.terminal.serial-feature/feature.xml b/terminal/org.eclipse.tm.terminal.serial-feature/feature.xml
deleted file mode 100644
index 3056b22bc..000000000
--- a/terminal/org.eclipse.tm.terminal.serial-feature/feature.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.tm.terminal.serial"
- label="%featureName"
- version="2.0.1.qualifier"
- provider-name="%providerName">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <url>
- <update label="%tmUpdateSiteName" url="http://download.eclipse.org/dsdp/tm/updates/3.0"/>
- <discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/dsdp/tm/updates/3.0"/>
- </url>
-
- <requires>
- <import plugin="org.eclipse.ui"/>
- <import plugin="org.eclipse.core.runtime"/>
- <import plugin="org.eclipse.tm.terminal" version="2.0.0" match="compatible"/>
- </requires>
-
- <plugin
- id="org.eclipse.tm.terminal.serial"
- download-size="19"
- install-size="19"
- version="0.0.0"
- unpack="false"/>
-
-</feature>

Back to the top