Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2009-01-20 10:21:35 +0000
committerAlexander Kurtakov2009-01-20 10:21:35 +0000
commit0511a50da0a6b94e961dffa8b38b49e7dddec36f (patch)
tree25d0ac40cc7db2bc640fd11ab2a7af2557fa0d00 /rpmstubby
parent35750f4318719dba42446a3c0e57314d4482148e (diff)
downloadorg.eclipse.linuxtools-0511a50da0a6b94e961dffa8b38b49e7dddec36f.tar.gz
org.eclipse.linuxtools-0511a50da0a6b94e961dffa8b38b49e7dddec36f.tar.xz
org.eclipse.linuxtools-0511a50da0a6b94e961dffa8b38b49e7dddec36f.zip
Remove unneeded <or>.
Diffstat (limited to 'rpmstubby')
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby/ChangeLog4
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby/plugin.xml6
2 files changed, 6 insertions, 4 deletions
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby/ChangeLog b/rpmstubby/org.eclipse.linuxtools.rpmstubby/ChangeLog
index 978e019571..ff623084f9 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby/ChangeLog
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-20 Alexander Kurtakov <akurtako@redhat.com>
+
+ * plugin.xml: Remove unneeded <or>.
+
2009-01-15 Alexander Kurtakov <akurtako@redhat.com>
* .settings/org.eclipse.jdt.core.prefs: Enable javadoc validity warnings.
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby/plugin.xml b/rpmstubby/org.eclipse.linuxtools.rpmstubby/plugin.xml
index e995c5c434..728b510e88 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby/plugin.xml
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby/plugin.xml
@@ -44,13 +44,11 @@
id="org.eclipse.linuxtools.rpmstubby.newAction">
</action>
<visibility>
- <or>
<objectState
name="projectNature"
value="org.eclipse.pde.FeatureNature"/>
- </or>
- </visibility>
- </objectContribution>
+ </visibility>
+ </objectContribution>
</extension>
<extension
point="org.eclipse.ui.preferencePages">

Back to the top