Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian de Alwis2016-05-16 01:52:11 +0000
committerGerrit Code Review @ Eclipse.org2016-05-18 19:58:47 +0000
commit2eabba202f391950eabf20c3b5f7a89c17445933 (patch)
treee02ccfb45712115a86bfb201e7bf8c51f6fc91eb /packages/org.eclipse.epp.package.rcp
parent41f0249ae068dd3d7e6ec0616f0859fb1c134afe (diff)
downloadorg.eclipse.epp.packages-2eabba202f391950eabf20c3b5f7a89c17445933.tar.gz
org.eclipse.epp.packages-2eabba202f391950eabf20c3b5f7a89c17445933.tar.xz
org.eclipse.epp.packages-2eabba202f391950eabf20c3b5f7a89c17445933.zip
Bug 493647 - [Welcome] Adopt Solstice theme for RCP/RAP package
- revise Oomph questionnaire text and icon - include missed plugin.properties in build.properties Change-Id: I925acc063d95936d4fec8a01cb8c36bf00a7a4c6 Signed-off-by: Brian de Alwis <bsd@mt.ca>
Diffstat (limited to 'packages/org.eclipse.epp.package.rcp')
-rw-r--r--packages/org.eclipse.epp.package.rcp/META-INF/MANIFEST.MF1
-rw-r--r--packages/org.eclipse.epp.package.rcp/build.properties2
-rw-r--r--packages/org.eclipse.epp.package.rcp/org.eclipse.ui.intro.universal.solstice/intro-eclipse.pngbin0 -> 4666 bytes
-rw-r--r--packages/org.eclipse.epp.package.rcp/plugin.properties28
-rw-r--r--packages/org.eclipse.epp.package.rcp/plugin.xml64
-rw-r--r--packages/org.eclipse.epp.package.rcp/plugin_customization.ini5
6 files changed, 99 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.rcp/META-INF/MANIFEST.MF b/packages/org.eclipse.epp.package.rcp/META-INF/MANIFEST.MF
index 3a6d711d..e7575a69 100644
--- a/packages/org.eclipse.epp.package.rcp/META-INF/MANIFEST.MF
+++ b/packages/org.eclipse.epp.package.rcp/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.rcp/build.properties b/packages/org.eclipse.epp.package.rcp/build.properties
index 2fd2b5f5..6e7276fb 100644
--- a/packages/org.eclipse.epp.package.rcp/build.properties
+++ b/packages/org.eclipse.epp.package.rcp/build.properties
@@ -9,5 +9,7 @@ bin.includes = META-INF/,\
eclipse256.png,\
eclipse_lg.png,\
intro-eclipse.png,\
+ org.eclipse.ui.intro.universal.solstice/,\
plugin_customization.ini,\
+ plugin.properties,\
plugin.xml
diff --git a/packages/org.eclipse.epp.package.rcp/org.eclipse.ui.intro.universal.solstice/intro-eclipse.png b/packages/org.eclipse.epp.package.rcp/org.eclipse.ui.intro.universal.solstice/intro-eclipse.png
new file mode 100644
index 00000000..7e25dbb6
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rcp/org.eclipse.ui.intro.universal.solstice/intro-eclipse.png
Binary files differ
diff --git a/packages/org.eclipse.epp.package.rcp/plugin.properties b/packages/org.eclipse.epp.package.rcp/plugin.properties
new file mode 100644
index 00000000..2dcd9fbc
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rcp/plugin.properties
@@ -0,0 +1,28 @@
+###############################################################################
+# 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 RCP/RAP Bundle
+providerName=Eclipse Packaging Project
+
+ql.cheatsheet.rcp.label = Tutorial: Create a Rich Client Application
+ql.cheatsheet.rcp.description = A guided walk-through for creating an Eclipse RCP application
+ql.cheatsheet.rap.label = Tutorial: Get started with the Remote Application Platform
+ql.cheatsheet.rap.description = A guided walk-through to deploy an Eclipse RCP application to the web
+ql.newPluginProject.label = Create a new plug-in project
+ql.newPluginProject.description = Create a new Eclipse Plug-in project
+ql.checkoutGitProject.label = Checkout projects from Git
+ql.checkoutGitProject.description = Checkout Eclipse projects hosted in a Git repository
+ql.importExistingProjects.label = Import existing projects
+ql.importExistingProjects.description = Import existing Eclipse projects from the filesystem or archive
+ql.openExistingFile.label = Open an existing file
+ql.openExistingFile.description = Open a file from the filesystem
+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.rcp/plugin.xml b/packages/org.eclipse.epp.package.rcp/plugin.xml
index 1e51e229..924de50c 100644
--- a/packages/org.eclipse.epp.package.rcp/plugin.xml
+++ b/packages/org.eclipse.epp.package.rcp/plugin.xml
@@ -74,4 +74,68 @@
</introProductBinding>
</extension>
+ <extension
+ point="org.eclipse.ui.intro.quicklinks">
+ <command
+ id="org.eclipse.ui.cheatsheets.openCheatSheet(cheatSheetId=org.eclipse.pde.rcpapp)"
+ description="%ql.cheatsheet.rcp.description"
+ label="%ql.cheatsheet.rcp.label"
+ importance="medium"
+ resolution="launchbar">
+ </command>
+ <command
+ id="org.eclipse.ui.cheatsheets.openCheatSheet(cheatSheetId=org.eclipse.rap.target.cheatsheet)"
+ description="%ql.cheatsheet.rap.description"
+ label="%ql.cheatsheet.rap.label"
+ importance="medium"
+ resolution="launchbar">
+ </command>
+ <command
+ id="org.eclipse.ui.newWizard(newWizardId=org.eclipse.pde.ui.NewProjectWizard)"
+ description="%ql.newPluginProject.description"
+ label="%ql.newPluginProject.label"
+ importance="medium"
+ resolution="launchbar">
+ </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.file.import(importWizardId=org.eclipse.ui.wizards.import.ExternalProject)"
+ description="%ql.importExistingProjects.description"
+ icon="platform:/plugin/org.eclipse.ui.intro.universal/themes/solstice/graphics/icons/ctool/import-existing-project.png"
+ label="%ql.importExistingProjects.label"
+ 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.rcp/plugin_customization.ini b/packages/org.eclipse.epp.package.rcp/plugin_customization.ini
index 80929171..82cd20a1 100644
--- a/packages/org.eclipse.epp.package.rcp/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.rcp/plugin_customization.ini
@@ -43,10 +43,13 @@ org.eclipse.ui.monitoring/long_event_error_threshold=1000
# 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