File: rpm-feature-reorder-bundles.patch

package info (click to toggle)
eclipse-linuxtools 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 75,416 kB
  • ctags: 41,034
  • sloc: java: 262,051; xml: 34,770; ansic: 15,458; cpp: 326; sh: 261; makefile: 60
file content (29 lines) | stat: -rw-r--r-- 960 bytes parent folder | download
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"