Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2016-03-29 10:15:30 +0000
committerDani Megert2016-03-29 10:15:30 +0000
commit0e483fb65c311488286034313cc5bd3639504ccd (patch)
treea68507d0e7607e4b2b74fb0df40e8033803356a1
parent34d9b6986ab4e0f25c8a5a3c688b9631c2176890 (diff)
downloadeclipse.platform.ua-0e483fb65c311488286034313cc5bd3639504ccd.tar.gz
eclipse.platform.ua-0e483fb65c311488286034313cc5bd3639504ccd.tar.xz
eclipse.platform.ua-0e483fb65c311488286034313cc5bd3639504ccd.zip
-rw-r--r--org.eclipse.ui.intro.quicklinks.examples/plugin.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/org.eclipse.ui.intro.quicklinks.examples/plugin.xml b/org.eclipse.ui.intro.quicklinks.examples/plugin.xml
index 6795b05f7..83d9832a8 100644
--- a/org.eclipse.ui.intro.quicklinks.examples/plugin.xml
+++ b/org.eclipse.ui.intro.quicklinks.examples/plugin.xml
@@ -18,8 +18,7 @@
description="Open a single file"
id="org.eclipse.ui.edit.text.openLocalFile"
label="Open an existing file"
- resolution="launchbar"
- standby="true">
+ resolution="launchbar">
</command>
<!--
@@ -29,8 +28,7 @@
<command
description="Create a new Java Eclipse project"
id="org.eclipse.ui.newWizard(newWizardId=org.eclipse.jdt.ui.wizards.JavaProjectWizard)"
- label="Create a new Java project"
- standby="true">
+ label="Create a new Java project">
</command>
<!-- Open the Import Existing Project -->
@@ -39,8 +37,7 @@
icon="platform:/plugin/org.eclipse.ui/icons/full/wizban/import_wiz.png"
id="org.eclipse.ui.file.import(importWizardId=org.eclipse.ui.wizards.import.ExternalProject)"
label="Import an existing project"
- resolution="standby"
- standby="true">
+ resolution="standby">
</command>
<!-- Cause all New XXX quicklinks to use the wizban/new_wiz image -->

Back to the top