Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Niewrzal2016-05-23 10:24:21 +0000
committerGerrit Code Review @ Eclipse.org2016-05-26 13:14:46 +0000
commitc4f8c772d734d6c5c0d42aaa522dec2a0b6baa8a (patch)
treee3fa62f6965a2ad565a2528150a65d117f36bb11 /packages/org.eclipse.epp.package.php
parent5df41faae238bb45552ea7917fd22d9aec0ebb0c (diff)
downloadorg.eclipse.epp.packages-c4f8c772d734d6c5c0d42aaa522dec2a0b6baa8a.tar.gz
org.eclipse.epp.packages-c4f8c772d734d6c5c0d42aaa522dec2a0b6baa8a.tar.xz
org.eclipse.epp.packages-c4f8c772d734d6c5c0d42aaa522dec2a0b6baa8a.zip
Bug 493735 - Add link to PHP Executables to PHP package Welcome screen
Change-Id: I18345bce82008714c706bd87843818918c6e5626 Signed-off-by: Michal Niewrzal <michal.n@zend.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.php')
-rw-r--r--packages/org.eclipse.epp.package.php/plugin.properties2
-rw-r--r--packages/org.eclipse.epp.package.php/plugin.xml7
2 files changed, 9 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.php/plugin.properties b/packages/org.eclipse.epp.package.php/plugin.properties
index 3d019bea..95e4e9d4 100644
--- a/packages/org.eclipse.epp.package.php/plugin.properties
+++ b/packages/org.eclipse.epp.package.php/plugin.properties
@@ -15,6 +15,8 @@ ql.newPhpProject.label = Create a new PHP project
ql.newPhpProject.description = Create a new PHP Eclipse project
ql.importPhpProjects.label = Import existing PHP projects
ql.importPhpProjects.description = Set up external PHP projects for Eclipse
+ql.addPhpExecutables.label = Add PHP Executable
+ql.addPhpExecutables.description = Add PHP executable definition
ql.checkoutGitProject.description = Checkout Eclipse projects hosted in a Git repository
ql.checkoutGitProject.label = Checkout projects from Git
ql.importExistingProjects.description = Import existing Eclipse projects from the filesystem or archive
diff --git a/packages/org.eclipse.epp.package.php/plugin.xml b/packages/org.eclipse.epp.package.php/plugin.xml
index d30620d5..e0cc2469 100644
--- a/packages/org.eclipse.epp.package.php/plugin.xml
+++ b/packages/org.eclipse.epp.package.php/plugin.xml
@@ -91,6 +91,13 @@
label="%ql.importPhpProjects.label">
</command>
<command
+ description="%ql.addPhpExecutables.description"
+ icon="platform:/plugin/org.eclipse.ui.intro.universal/themes/solstice/graphics/icons/ctool/new-project.png"
+ id="org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.php.debug.ui.preferencesphps.PHPsPreferencePage)"
+ importance="medium"
+ label="%ql.addPhpExecutables.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"

Back to the top