Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2015-01-13 21:50:32 +0000
committerGerrit Code Review @ Eclipse.org2015-01-28 06:56:43 +0000
commita3d29481507bc772ae9a14a5063d132f7c287d67 (patch)
treed61c2c86a878591f1f528b3fb4530b67db599902 /packages/org.eclipse.epp.package.rcp/plugin_customization.ini
parenta3640b4b92fc359efe2cc22dd82be3279ff95191 (diff)
downloadorg.eclipse.epp.packages-a3d29481507bc772ae9a14a5063d132f7c287d67.tar.gz
org.eclipse.epp.packages-a3d29481507bc772ae9a14a5063d132f7c287d67.tar.xz
org.eclipse.epp.packages-a3d29481507bc772ae9a14a5063d132f7c287d67.zip
Enable "Automatically find new updates and notify me" in all packages
Change the default settings of the p2 search for updates preference in all EPP packages to search every week on Tuesdays at 10am. Bug 421779 - "Automatically find new updates and notify me" should be enabled in EPP packages https://bugs.eclipse.org/bugs/show_bug.cgi?id=421779 Change-Id: I64ce4d78db56e220970850c2919fe6c687a8e54e Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.rcp/plugin_customization.ini')
-rw-r--r--packages/org.eclipse.epp.package.rcp/plugin_customization.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.rcp/plugin_customization.ini b/packages/org.eclipse.epp.package.rcp/plugin_customization.ini
index 05369185..0b82054e 100644
--- a/packages/org.eclipse.epp.package.rcp/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.rcp/plugin_customization.ini
@@ -57,3 +57,9 @@ org.eclipse.help/HELP_DATA = helpData.xml
#Ensure m2e indexing is off by default
org.eclipse.m2e.core/eclipse.m2.updateIndexes=false
+# check for updates every Tuesday at 10am
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=421779
+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

Back to the top