Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorslewis2008-04-17 17:32:31 +0000
committerslewis2008-04-17 17:32:31 +0000
commit58301fd9b5468aeeb339863e9911d77130a25075 (patch)
tree683e314a7c23273808f124e6e5685c5ca9e25bf7 /releng
parent1edd22852f5aef8ecbe7da9e3596b9ab34c0bcb9 (diff)
downloadorg.eclipse.ecf-58301fd9b5468aeeb339863e9911d77130a25075.tar.gz
org.eclipse.ecf-58301fd9b5468aeeb339863e9911d77130a25075.tar.xz
org.eclipse.ecf-58301fd9b5468aeeb339863e9911d77130a25075.zip
Removed duplicate org.eclipse.equinox.app from requires list as per bug 227588.v20080417-1626
Diffstat (limited to 'releng')
-rw-r--r--releng/features/org.eclipse.ecf.example-feature/feature.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/releng/features/org.eclipse.ecf.example-feature/feature.xml b/releng/features/org.eclipse.ecf.example-feature/feature.xml
index c7f4e02f4..af21596b7 100644
--- a/releng/features/org.eclipse.ecf.example-feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.example-feature/feature.xml
@@ -35,7 +35,6 @@
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.ecf.ui"/>
<import plugin="org.eclipse.core.runtime"/>
- <import plugin="org.eclipse.equinox.app"/>
<import plugin="org.eclipse.osgi"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.jface.text"/>

Back to the top