Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2012-08-28 07:42:40 +0000
committerMarkus Knauer2012-08-28 07:42:40 +0000
commitd6ea6b25de979ca854767b2cdf5bf89137409a29 (patch)
tree48c7610403b0fdccab7bd6405439d67934824cde /packages/org.eclipse.epp.package.reporting
parentd8993084b4ea899ba5fccf100be947099aed0ffe (diff)
downloadorg.eclipse.epp.packages-d6ea6b25de979ca854767b2cdf5bf89137409a29.tar.gz
org.eclipse.epp.packages-d6ea6b25de979ca854767b2cdf5bf89137409a29.tar.xz
org.eclipse.epp.packages-d6ea6b25de979ca854767b2cdf5bf89137409a29.zip
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
Diffstat (limited to 'packages/org.eclipse.epp.package.reporting')
-rw-r--r--packages/org.eclipse.epp.package.reporting/plugin_customization.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.reporting/plugin_customization.ini b/packages/org.eclipse.epp.package.reporting/plugin_customization.ini
index 0849b75f..3d04f49a 100644
--- a/packages/org.eclipse.epp.package.reporting/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.reporting/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

Back to the top