Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/rpm
diff options
context:
space:
mode:
authorAndrew Ferrazzutti2014-05-02 14:34:09 +0000
committerAlexander Kurtakov2014-05-06 15:15:39 +0000
commit279007e8b9efd475730d50c7994909e7c9e25bcd (patch)
treeaad48adc7560f3028610343efc8f12648d02f6d9 /rpm
parentea6393643819873e9031480053de6fb92b07a80b (diff)
downloadorg.eclipse.linuxtools-279007e8b9efd475730d50c7994909e7c9e25bcd.tar.gz
org.eclipse.linuxtools-279007e8b9efd475730d50c7994909e7c9e25bcd.tar.xz
org.eclipse.linuxtools-279007e8b9efd475730d50c7994909e7c9e25bcd.zip
More tabs to spaces, trailing space removal.
Change-Id: Ib7611d2160cb88ca41a9a2a1a874fc16c5aaf830 Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/25882 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'rpm')
-rw-r--r--rpm/org.eclipse.linuxtools.rpmstubby/plugin.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/rpm/org.eclipse.linuxtools.rpmstubby/plugin.xml b/rpm/org.eclipse.linuxtools.rpmstubby/plugin.xml
index 89f8931a17..f8fd70f3cf 100644
--- a/rpm/org.eclipse.linuxtools.rpmstubby/plugin.xml
+++ b/rpm/org.eclipse.linuxtools.rpmstubby/plugin.xml
@@ -17,7 +17,7 @@
description="Commands for the RPM Stubby plugin"
id="rpmstubby.commands">
</category>
-
+
<command
categoryId="rpmstubby.commands"
id="rpmstubby.stubifyFeature"
@@ -48,16 +48,16 @@
id="rpmstubby.stubifyMakefilePL"
name="%action.label">
</command>
-
+
</extension>
<extension
point="org.eclipse.ui.handlers">
<handler
- class="org.eclipse.linuxtools.internal.rpmstubby.popup.actions.StubifyFeatureHandler"
+ class="org.eclipse.linuxtools.internal.rpmstubby.popup.actions.StubifyFeatureHandler"
commandId="rpmstubby.stubifyFeature">
</handler>
<handler
- class="org.eclipse.linuxtools.internal.rpmstubby.popup.actions.StubifyPomHandler"
+ class="org.eclipse.linuxtools.internal.rpmstubby.popup.actions.StubifyPomHandler"
commandId="rpmstubby.stubifyPom">
</handler>
<handler

Back to the top