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-feature/feature.xml')
-rw-r--r--terminal/org.eclipse.tm.terminal-feature/feature.xml48
1 files changed, 0 insertions, 48 deletions
diff --git a/terminal/org.eclipse.tm.terminal-feature/feature.xml b/terminal/org.eclipse.tm.terminal-feature/feature.xml
deleted file mode 100644
index 2e1503a4c..000000000
--- a/terminal/org.eclipse.tm.terminal-feature/feature.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2006, 2011 Wind River Systems, Inc. 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:
- Wind River - initial API and implementation
- Uwe Stieber (Wind River) - [282996] [terminal][api] Add "hidden" attribute to terminal connector extension point
- -->
-<feature
- id="org.eclipse.tm.terminal"
- label="%featureName"
- version="3.0.203.qualifier"
- provider-name="%providerName">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <url>
- <update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
- <discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
- </url>
-
- <requires>
- <import plugin="org.eclipse.core.runtime"/>
- <import plugin="org.eclipse.ui"/>
- </requires>
-
- <plugin
- id="org.eclipse.tm.terminal"
- download-size="56"
- install-size="56"
- version="0.0.0"
- unpack="false"/>
-
-</feature>

Back to the top