Skip to main content
summaryrefslogblamecommitdiffstats
blob: 5e0bbfe50cd4a664146bcf0febc9c47f3807003f (plain) (tree)






























                                                                                                                                                                                                        
<?xml version="1.0" encoding="UTF-8" ?>
<!--
    Copyright (c) 2016 Manumitting Technologies Inc and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
    http://www.eclipse.org/legal/epl-v10.html
   
    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