Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Sewe2017-09-07 11:20:54 +0000
committerAndreas Sewe2017-09-07 11:20:54 +0000
commit32069a64ee614db956ff11ec4970a5f2f0c0c20c (patch)
treea63cee2ef84a337f563d26ed6c9bc382ce503db6 /packages
parent2b0479529208dd1d958c82fab5ec821a9ed95cba (diff)
downloadorg.eclipse.epp.packages-32069a64ee614db956ff11ec4970a5f2f0c0c20c.tar.gz
org.eclipse.epp.packages-32069a64ee614db956ff11ec4970a5f2f0c0c20c.tar.xz
org.eclipse.epp.packages-32069a64ee614db956ff11ec4970a5f2f0c0c20c.zip
Enable "Eclipse News" feed by default
With the "Eclipse News" feed shortened to 20 items (Bug 521737), it becomes feasible to poll this by default. Change-Id: I2a48cda91a1c1d18e2d5eeaee448784cc1b4fa7a Signed-off-by: Andreas Sewe <andreas.sewe@codetrails.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/org.eclipse.epp.package.java/plugin.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/org.eclipse.epp.package.java/plugin.xml b/packages/org.eclipse.epp.package.java/plugin.xml
index 0f38fa0c..f803cbc0 100644
--- a/packages/org.eclipse.epp.package.java/plugin.xml
+++ b/packages/org.eclipse.epp.package.java/plugin.xml
@@ -146,8 +146,7 @@
id="org.eclipse.epp.package.feed.eclipseNews"
name="%feed.eclipseNews.name"
pollingInterval="11520"
- uri="http://www.eclipse.org/home/eclipsenews.rss"
- enabledByDefault="false">
+ uri="http://www.eclipse.org/home/eclipsenews.rss">
</feed>
</extension>
</plugin>

Back to the top