Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/org.eclipse.epp.package.scout/META-INF/MANIFEST.MF5
-rw-r--r--packages/org.eclipse.epp.package.scout/build.properties2
-rw-r--r--packages/org.eclipse.epp.package.scout/intro-eclipse-bw.pngbin0 -> 4666 bytes
-rw-r--r--packages/org.eclipse.epp.package.scout/plugin.properties25
-rw-r--r--packages/org.eclipse.epp.package.scout/plugin.xml51
-rw-r--r--packages/org.eclipse.epp.package.scout/plugin_customization.ini5
6 files changed, 84 insertions, 4 deletions
diff --git a/packages/org.eclipse.epp.package.scout/META-INF/MANIFEST.MF b/packages/org.eclipse.epp.package.scout/META-INF/MANIFEST.MF
index 1656c00e..f2ab9789 100644
--- a/packages/org.eclipse.epp.package.scout/META-INF/MANIFEST.MF
+++ b/packages/org.eclipse.epp.package.scout/META-INF/MANIFEST.MF
@@ -1,10 +1,11 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: EPP Scout Bundle
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.epp.package.scout;singleton:=true
Bundle-Version: 4.6.0.qualifier
-Bundle-Vendor: Eclipse Packaging Project
+Bundle-Vendor: %pluginVendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.platform,
org.eclipse.equinox.app
Eclipse-BundleShape: dir
+Bundle-Localization: plugin
diff --git a/packages/org.eclipse.epp.package.scout/build.properties b/packages/org.eclipse.epp.package.scout/build.properties
index 2fd2b5f5..5ed8b902 100644
--- a/packages/org.eclipse.epp.package.scout/build.properties
+++ b/packages/org.eclipse.epp.package.scout/build.properties
@@ -9,5 +9,7 @@ bin.includes = META-INF/,\
eclipse256.png,\
eclipse_lg.png,\
intro-eclipse.png,\
+ intro-eclipse-bw.png,\
plugin_customization.ini,\
+ plugin.properties,\
plugin.xml
diff --git a/packages/org.eclipse.epp.package.scout/intro-eclipse-bw.png b/packages/org.eclipse.epp.package.scout/intro-eclipse-bw.png
new file mode 100644
index 00000000..7e25dbb6
--- /dev/null
+++ b/packages/org.eclipse.epp.package.scout/intro-eclipse-bw.png
Binary files differ
diff --git a/packages/org.eclipse.epp.package.scout/plugin.properties b/packages/org.eclipse.epp.package.scout/plugin.properties
new file mode 100644
index 00000000..939b435b
--- /dev/null
+++ b/packages/org.eclipse.epp.package.scout/plugin.properties
@@ -0,0 +1,25 @@
+###############################################################################
+# Copyright (c) 2000, 2016 IBM Corporation 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:
+# IBM Corporation - initial API and implementation
+# Manumitting Technologies Inc - Solstice theme support
+###############################################################################
+pluginName= EPP Scout Bundle
+providerName=Eclipse Packaging Project
+
+ql.newScoutProject.label = Create a new Scout application maven-based archetype project
+ql.newScoutProject.description = Create a new Scout 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 = Verify 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.scout/plugin.xml b/packages/org.eclipse.epp.package.scout/plugin.xml
index 4232fc3d..058e2c14 100644
--- a/packages/org.eclipse.epp.package.scout/plugin.xml
+++ b/packages/org.eclipse.epp.package.scout/plugin.xml
@@ -42,7 +42,7 @@
</property>
<property
name="introBrandingImage"
- value="product:intro-eclipse.png">
+ value="product:intro-eclipse-bw.png">
</property>
<property
name="introTitle"
@@ -74,4 +74,53 @@
</introProductBinding>
</extension>
+ <extension
+ point="org.eclipse.ui.intro.quicklinks">
+ <command
+ id="org.eclipse.ui.newWizard(newWizardId=org.eclipse.scout.sdk.s2e.ui.newScoutProjectWizard)"
+ description="%ql.newScoutProject.description"
+ label="%ql.newScoutProject.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"
+ 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.scout/plugin_customization.ini b/packages/org.eclipse.epp.package.scout/plugin_customization.ini
index 17087f21..49d42359 100644
--- a/packages/org.eclipse.epp.package.scout/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.scout/plugin_customization.ini
@@ -34,10 +34,13 @@ org.eclipse.ui.editors/lineNumberRuler=true
# 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