Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2015-06-21 09:06:54 +0000
committerMarkus Knauer2015-06-21 09:06:54 +0000
commitf6122f10cc592297829707f4636a3bc95a9e3144 (patch)
tree8970ea07487ceb74516978ccf79887e68b6049be /packages/org.eclipse.epp.package.modeling
parentec99a7d14cbf43b2b08187432a46003bc59428e9 (diff)
downloadorg.eclipse.epp.packages-f6122f10cc592297829707f4636a3bc95a9e3144.tar.gz
org.eclipse.epp.packages-f6122f10cc592297829707f4636a3bc95a9e3144.tar.xz
org.eclipse.epp.packages-f6122f10cc592297829707f4636a3bc95a9e3144.zip
Set default activation status of preference recorder to 'off'
A combination of some bundles storing their complex preference settings as XML blob and the way that the Oomph preference recorder synchronizes those settings between workspaces can lead to unexpected and unintended side-effects. Bug 470654 Set default activation status of preference recorder to 'off' https://bugs.eclipse.org/bugs/show_bug.cgi?id=470654 Change-Id: I53f610f4ccea2c453a0b12d5a8a12ca7d04f924d Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.modeling')
-rw-r--r--packages/org.eclipse.epp.package.modeling/plugin_customization.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.modeling/plugin_customization.ini b/packages/org.eclipse.epp.package.modeling/plugin_customization.ini
index c539e976..0270b920 100644
--- a/packages/org.eclipse.epp.package.modeling/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.modeling/plugin_customization.ini
@@ -54,3 +54,8 @@ org.eclipse.equinox.p2.ui.sdk.scheduler/enabled=true
org.eclipse.equinox.p2.ui.sdk.scheduler/schedule=on-schedule
org.eclipse.equinox.p2.ui.sdk.scheduler/day=Every Tuesday
org.eclipse.equinox.p2.ui.sdk.scheduler/hour=10\:00 AM
+
+# disable the Oomph preference recorder - bug 470654, bug 470430
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=470654
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=470430
+org.eclipse.oomph.setup.ui/enable.preference.recorder=false

Back to the top