diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/about.properties b/eclipse-distribution/org.springframework.boot.ide.branding/about.properties index a315d00f0..e45bed842 100644 --- a/eclipse-distribution/org.springframework.boot.ide.branding/about.properties +++ b/eclipse-distribution/org.springframework.boot.ide.branding/about.properties @@ -9,8 +9,8 @@ title=Spring Tool Suite 4\n\ Version: @QUALIFIER@\n\ Build Id: @BUILD_ID@\n\ \n\ -Copyright (c) 2007 - 2018 Pivotal Software, Inc.\n\ -All rights reserved. Visit http://spring.io/tools/sts\n\ +Copyright (c) 2007 - 2018 Pivotal, Inc.\n\ +All rights reserved. Visit http://spring.io/tools4\n\ \n\ This product includes software developed by the\n\ Apache Software Foundation http://www.apache.org diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/plugin.properties b/eclipse-distribution/org.springframework.boot.ide.branding/plugin.properties index 025ddef0a..6049f507f 100644 --- a/eclipse-distribution/org.springframework.boot.ide.branding/plugin.properties +++ b/eclipse-distribution/org.springframework.boot.ide.branding/plugin.properties @@ -7,8 +7,8 @@ productBlurb=Spring Tool Suite 4 \n\ Version: @QUALIFIER@\n\ Build Id: @BUILD_ID@\n\ \n\ -Copyright (c) 2007 - 2018 Pivotal Software, Inc.\n\ -All rights reserved. Visit http://spring.io/tools/sts\n\ +Copyright (c) 2007 - 2018 Pivotal, Inc.\n\ +All rights reserved. Visit http://spring.io/tools4\n\ \n\ This product includes software developed by the\n\ Apache Software Foundation http://www.apache.org diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/plugin_customization.ini b/eclipse-distribution/org.springframework.boot.ide.branding/plugin_customization.ini index 3997792aa..87bfff6f5 100644 --- a/eclipse-distribution/org.springframework.boot.ide.branding/plugin_customization.ini +++ b/eclipse-distribution/org.springframework.boot.ide.branding/plugin_customization.ini @@ -24,6 +24,9 @@ org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight # show progress on startup org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true +# lightweight auto-refresh on access by default +org.eclipse.core.resources/refresh.lightweight.enabled=true + # Order help books in table of contents org.eclipse.help/HELP_DATA = helpData.xml