Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian de Alwis2016-05-16 15:29:30 +0000
committerGerrit Code Review @ Eclipse.org2016-05-19 18:27:44 +0000
commite77b47337f3a0599c0f7623f995adae8607e2585 (patch)
tree6a7485a55f5110875138884ccb2427dd2a5552b4 /packages/org.eclipse.epp.package.php/plugin.xml
parentab0d1ceeb8d89d07ef6d92cdc3c5d29de885af41 (diff)
downloadorg.eclipse.epp.packages-e77b47337f3a0599c0f7623f995adae8607e2585.tar.gz
org.eclipse.epp.packages-e77b47337f3a0599c0f7623f995adae8607e2585.tar.xz
org.eclipse.epp.packages-e77b47337f3a0599c0f7623f995adae8607e2585.zip
Bug 493643 - [Welcome] Adopt Solstice theme for PHP package
- add Smart Importer (org.eclipse.e4.ui.importer.openDirectory) to import existing projects, and remove standard project importer - reword Oomph Questionnaire text, update Oomph Questionnaire icon Change-Id: Icb935ccf7783a0107b1f911abfe2a0e2a18f0fad Signed-off-by: Brian de Alwis <bsd@mt.ca>
Diffstat (limited to 'packages/org.eclipse.epp.package.php/plugin.xml')
-rw-r--r--packages/org.eclipse.epp.package.php/plugin.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.php/plugin.xml b/packages/org.eclipse.epp.package.php/plugin.xml
index 3d299635..d30620d5 100644
--- a/packages/org.eclipse.epp.package.php/plugin.xml
+++ b/packages/org.eclipse.epp.package.php/plugin.xml
@@ -74,4 +74,54 @@
</introProductBinding>
</extension>
+ <extension
+ point="org.eclipse.ui.intro.quicklinks">
+ <command
+ id="org.eclipse.ui.newWizard(newWizardId=org.eclipse.php.ui.wizards.PHPProjectCreationWizard)"
+ description="%ql.newPhpProject.description"
+ label="%ql.newPhpProject.label"
+ importance="medium"
+ resolution="launchbar">
+ </command>
+ <command
+ description="%ql.importPhpProjects.description"
+ icon="platform:/plugin/org.eclipse.ui.intro.universal/themes/solstice/graphics/icons/ctool/import-existing-project.png"
+ id="org.eclipse.e4.ui.importer.openDirectory"
+ importance="medium"
+ label="%ql.importPhpProjects.label">
+ </command>
+ <command
+ id="org.eclipse.ui.file.import(importWizardId=org.eclipse.egit.ui.internal.clone.GitCloneWizard)"
+ description="%ql.checkoutGitProject.description"
+ icon="platform:/plugin/org.eclipse.ui.intro.universal/themes/solstice/graphics/icons/ctool/egit-checkout.png"
+ label="%ql.checkoutGitProject.label"
+ importance="medium"
+ resolution="launchbar">
+ </command>
+ <command
+ id="org.eclipse.ui.edit.text.openLocalFile"
+ description="%ql.openExistingFile.description"
+ icon="platform:/plugin/org.eclipse.ui.intro.universal/themes/solstice/graphics/icons/ctool/open-file.png"
+ importance="low"
+ label="%ql.openExistingFile.label"
+ resolution="launchbar">
+ </command>
+ <command
+ id="org.eclipse.oomph.setup.ui.questionnaire"
+ importance="high"
+ icon="platform:/plugin/org.eclipse.ui.intro.universal/themes/solstice/graphics/icons/ctool/settings.png"
+ label="%ql.setupQuestionnaire.label">
+ </command>
+ <override
+ command="org.eclipse.ui.newWizard*"
+ icon="platform:/plugin/org.eclipse.ui.intro.universal/themes/solstice/graphics/icons/ctool/new-project.png"
+ theme="org.eclipse.ui.intro.universal.solstice">
+ </override>
+ <command
+ id="org.eclipse.epp.mpc.ui.command.showMarketplaceWizard"
+ label="%ql.mpc.label"
+ description="%ql.mpc.description"
+ icon="platform:/plugin/org.eclipse.epp.mpc.ui/intro/css/marketplace.png">
+ </command>
+ </extension>
</plugin>

Back to the top