1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
From: Jakub Adam <jakub.adam@ktknet.cz>
Date: Tue, 11 Feb 2014 19:54:07 +0100
Subject: rpm-feature-reorder-bundles
---
rpm/org.eclipse.linuxtools.rpm-feature/feature.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rpm/org.eclipse.linuxtools.rpm-feature/feature.xml b/rpm/org.eclipse.linuxtools.rpm-feature/feature.xml
index b4ad245..534f65e 100644
--- a/rpm/org.eclipse.linuxtools.rpm-feature/feature.xml
+++ b/rpm/org.eclipse.linuxtools.rpm-feature/feature.xml
@@ -57,14 +57,14 @@
unpack="false"/>
<plugin
- id="org.eclipse.linuxtools.rpm.rpmlint"
+ id="org.eclipse.linuxtools.rpm.ui.editor"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
- id="org.eclipse.linuxtools.rpm.ui.editor"
+ id="org.eclipse.linuxtools.rpm.rpmlint"
download-size="0"
install-size="0"
version="0.0.0"
|