Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2012-03-28 11:55:18 +0000
committerAlexander Kurtakov2012-03-28 12:30:08 +0000
commit2adb2a7e3ce051c8ceaf653291520a50428abef9 (patch)
tree1cc0d57a07b18bf087fe82a62b04c42d201a8da3 /rpmstubby
parentfb2cf6356256462484160cd5e0a139ebd89a7dbe (diff)
downloadorg.eclipse.linuxtools-2adb2a7e3ce051c8ceaf653291520a50428abef9.tar.gz
org.eclipse.linuxtools-2adb2a7e3ce051c8ceaf653291520a50428abef9.tar.xz
org.eclipse.linuxtools-2adb2a7e3ce051c8ceaf653291520a50428abef9.zip
Remove require on org.eclipse.update.core.
Diffstat (limited to 'rpmstubby')
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml
index b3b79dcc85..8a6ddf98c1 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml
@@ -26,7 +26,6 @@
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.ui.ide"/>
- <import plugin="org.eclipse.update.core"/>
</requires>
<plugin

Back to the top