Skip to main content
summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--packages/org.eclipse.epp.package.php/META-INF/MANIFEST.MF1
-rw-r--r--packages/org.eclipse.epp.package.php/build.properties2
-rw-r--r--packages/org.eclipse.epp.package.php/org.eclipse.ui.intro.universal.solstice/intro-eclipse.pngbin0 -> 4666 bytes
-rw-r--r--packages/org.eclipse.epp.package.php/plugin.properties26
-rw-r--r--packages/org.eclipse.epp.package.php/plugin.xml50
-rw-r--r--packages/org.eclipse.epp.package.php/plugin_customization.ini5
6 files changed, 83 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.php/META-INF/MANIFEST.MF b/packages/org.eclipse.epp.package.php/META-INF/MANIFEST.MF
index cc5d342d..73497ca2 100644
--- a/packages/org.eclipse.epp.package.php/META-INF/MANIFEST.MF
+++ b/packages/org.eclipse.epp.package.php/META-INF/MANIFEST.MF
@@ -8,3 +8,4 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.platform,
org.eclipse.equinox.app
Eclipse-BundleShape: dir
+Bundle-Localization: plugin
diff --git a/packages/org.eclipse.epp.package.php/build.properties b/packages/org.eclipse.epp.package.php/build.properties
index f7c853b5..7518af19 100644
--- a/packages/org.eclipse.epp.package.php/build.properties
+++ b/packages/org.eclipse.epp.package.php/build.properties
@@ -10,5 +10,7 @@ bin.includes = META-INF/,\
eclipse_lg.png,\
introData.xml,\
intro-eclipse.png,\
+ org.eclipse.ui.intro.universal.solstice/,\
plugin_customization.ini,\
+ plugin.properties,\
plugin.xml
diff --git a/packages/org.eclipse.epp.package.php/org.eclipse.ui.intro.universal.solstice/intro-eclipse.png b/packages/org.eclipse.epp.package.php/org.eclipse.ui.intro.universal.solstice/intro-eclipse.png
new file mode 100644
index 00000000..7e25dbb6
--- /dev/null
+++ b/packages/org.eclipse.epp.package.php/org.eclipse.ui.intro.universal.solstice/intro-eclipse.png
Binary files differ
diff --git a/packages/org.eclipse.epp.package.php/plugin.properties b/packages/org.eclipse.epp.package.php/plugin.properties
new file mode 100644
index 00000000..3d019bea
--- /dev/null
+++ b/packages/org.eclipse.epp.package.php/plugin.properties
@@ -0,0 +1,26 @@
+###############################################################################
+# Copyright (c) 2016 Manumitting Technologies Inc and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Manumitting Technologies Inc - initial API and implementation
+###############################################################################
+pluginName=Eclipse IDE for Eclipse PHP Bundle
+providerName=Eclipse Packaging Project
+
+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.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
+ql.importExistingProjects.label = Import existing projects
+ql.openExistingFile.description = Open a file from the filesystem
+ql.openExistingFile.label = Open an existing file
+ql.setupQuestionnaire.label = Review IDE configuration settings
+ql.mpc.description = Enhance your IDE with additional plugins
+ql.mpc.label = Launch the Eclipse Marketplace
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>
diff --git a/packages/org.eclipse.epp.package.php/plugin_customization.ini b/packages/org.eclipse.epp.package.php/plugin_customization.ini
index 1b607402..791721c4 100644
--- a/packages/org.eclipse.epp.package.php/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.php/plugin_customization.ini
@@ -37,10 +37,13 @@ org.eclipse.ui.ide/unassociatedEditorStrategy=org.eclipse.epp.internal.mpc.ui.as
# Intro-related preferences (since 3.2)
# Welcome theme to use
-org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.slate
+org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.solstice
# Root page links to show in the Universal Welcome
org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,whatsnew
+# Use quadrant root page with quicklinks
+org.eclipse.ui.intro/INTRO_START_PAGE = qroot
+org.eclipse.ui.intro/INTRO_HOME_PAGE = qroot
# Initial page layout of the Universal Welcome
org.eclipse.ui.intro.universal/INTRO_DATA = product:introData.xml

Back to the top