Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian de Alwis2015-12-22 20:31:34 +0000
committerBrian de Alwis2016-01-22 20:14:57 +0000
commitde5846610979bdc09d2cc46a2e0eb352707a3322 (patch)
tree18e2ca860fd3d9f9bd294ac354f1f93357a6d7e3 /org.eclipse.ui.intro/.classpath
parent78e971706b608798380b3a7c950801c41cdb1ddc (diff)
downloadeclipse.platform.ua-de5846610979bdc09d2cc46a2e0eb352707a3322.tar.gz
eclipse.platform.ua-de5846610979bdc09d2cc46a2e0eb352707a3322.tar.xz
eclipse.platform.ua-de5846610979bdc09d2cc46a2e0eb352707a3322.zip
Bug 431704 - [Intro] 'Workbench' button on Welcome page does not minimize the Welcome page but closes it
Rework the IntroLaunchBar to install itself as an E4 MToolControl. Required adding new IntroConfigurer#bind() method to associate the IntroModelRoot. Change-Id: Id96620ef2fd6ed8e92995af2741995ceb18be8af
Diffstat (limited to 'org.eclipse.ui.intro/.classpath')
-rw-r--r--org.eclipse.ui.intro/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.intro/.classpath b/org.eclipse.ui.intro/.classpath
index ce7393340..22f30643c 100644
--- a/org.eclipse.ui.intro/.classpath
+++ b/org.eclipse.ui.intro/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top