Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages/org.eclipse.epp.package.transition.feature/feature.xml')
-rw-r--r--packages/org.eclipse.epp.package.transition.feature/feature.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/packages/org.eclipse.epp.package.transition.feature/feature.xml b/packages/org.eclipse.epp.package.transition.feature/feature.xml
deleted file mode 100644
index 4408ddf3..00000000
--- a/packages/org.eclipse.epp.package.transition.feature/feature.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.epp.package.transition.feature"
- label="EPP Transition Package Feature"
- version="1.3.1.qualifier"
- provider-name="Eclipse.org - EPP">
-
- <description>
- This feature is a collection of dependencies that were causing
-problems with the update from the Helios release to the service release.
- </description>
-
- <license url="license.html">
- %license
- </license>
-
- <url>
- <discovery label="Helios" url="http://download.eclipse.org/releases/helios/"/>
- <discovery label="Eclipse Platform 3.6" url="http://download.eclipse.org/eclipse/updates/3.6"/>
- </url>
-
- <requires>
- <import plugin="org.slf4j.api"/>
- </requires>
-
-</feature>

Back to the top