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 'releng/org.eclipse.tm.releng.test-feature/feature.xml')
-rw-r--r--releng/org.eclipse.tm.releng.test-feature/feature.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/releng/org.eclipse.tm.releng.test-feature/feature.xml b/releng/org.eclipse.tm.releng.test-feature/feature.xml
deleted file mode 100644
index 0372f158e..000000000
--- a/releng/org.eclipse.tm.releng.test-feature/feature.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2008, 2010 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:
- IBM Corporation - initial API and implementation
- -->
-<feature
- id="org.eclipse.tm.releng.test"
- label="%featureName"
- version="3.2.0.qualifier"
- provider-name="%providerName"
- image="eclipse_update_120.jpg">
-
- <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>
-
- <includes
- id="org.eclipse.rse.tests"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.tm.terminal.test"
- version="0.0.0"/>
-
-</feature>

Back to the top