Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a0c25d1b303186e34e8f401dc8d84b3d1d674513 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8" ?>
<!--
    Copyright (c) 2016 Manumitting Technologies Inc and others.

    This program and the accompanying materials
    are made available under the terms of the Eclipse Public License 2.0
    which accompanies this distribution, and is available at
    https://www.eclipse.org/legal/epl-2.0/

    SPDX-License-Identifier: EPL-2.0
   
    Contributors:
         Manumitting Technologies Inc - initial API and implementation
 -->
<introContent>
	<extensionContent style="style.css" id="newsfeeds" name="News" path="root/extra-group3/anchor">
		<group style-id="left-right">
			<group style-id="left" id="rss-eclipse-news" label="Eclipse News" expandable="true" expanded="true">
                <contentProvider 
                	pluginId="org.eclipse.ui.intro"
                	class="org.eclipse.ui.intro.contentproviders.EclipseRSSViewer"
                	id="url=http://www.eclipse.org/home/eclipsenews.rss##welcome_items=5##no_news_url=http://www.eclipse.org/community/##no_news_text=News from the Eclipse Foundation">
                </contentProvider>
            </group>
			<group style-id="right" id="rss-community-news" label="Community News" expandable="true" expanded="true">
                <contentProvider 
                	pluginId="org.eclipse.ui.intro"
                	class="org.eclipse.ui.intro.contentproviders.EclipseRSSViewer"
                	id="url=http://feeds.feedburner.com/eclipse/cnews##welcome_items=5##no_news_url=https://www.eclipse.org/community/news/##no_news_text=Updates from the wider Eclipse Community">
                </contentProvider>
            </group>
		</group>
   	</extensionContent>
</introContent>

Back to the top