From d6ea6b25de979ca854767b2cdf5bf89137409a29 Mon Sep 17 00:00:00 2001 From: Markus Knauer Date: Tue, 28 Aug 2012 09:42:40 +0200 Subject: Enable "Refresh on Access" in all packages Bug 384104 "Refresh on Access" not enabled by default in the EPP packages https://bugs.eclipse.org/bugs/show_bug.cgi?id=384104--- packages/org.eclipse.epp.package.testing/plugin_customization.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages/org.eclipse.epp.package.testing') diff --git a/packages/org.eclipse.epp.package.testing/plugin_customization.ini b/packages/org.eclipse.epp.package.testing/plugin_customization.ini index 88249d8f..9b3a1e34 100644 --- a/packages/org.eclipse.epp.package.testing/plugin_customization.ini +++ b/packages/org.eclipse.epp.package.testing/plugin_customization.ini @@ -34,4 +34,7 @@ org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,wha org.eclipse.ui.intro.universal/INTRO_DATA = product:introData.xml # Order help books in table of contents -org.eclipse.help/HELP_DATA = helpData.xml \ No newline at end of file +org.eclipse.help/HELP_DATA = helpData.xml + +# lightweight auto-refresh on access by default (bug 384104) +org.eclipse.core.resources/refresh.lightweight.enabled=true -- cgit v1.2.3