Skip to main content
summaryrefslogtreecommitdiffstats
blob: 267fa19774c0d38a57c9a0e96aec31ff6dd474c9 (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
<?xml version="1.0" encoding="utf-8" ?>
<!--
     Copyright (c) 2005, 2006 IBM Corporation 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:
         IBM Corporation - initial API and implementation
 -->

<introContent>
  	<extensionContent id="org.eclipse.ui.workbench.2" name="Updates and Eclipse.org (test)" alt-style="css/whatsnew.properties" style="css/whatsnew.css" path="whatsnew/@">
     <enablement>
        <systemTest property="org.eclipse.ua.tests.property.isTesting" value="true"/>
     </enablement>
  	   <group style-id="content-group" id="content-group">
       		<link style-id="content-link" label="New Updates (test)" url="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.platform&amp;class=org.eclipse.platform.internal.LaunchUpdateIntroAction" id="updates">
          		<text>Get the latest updates from Eclipse.org (test)</text>
       		</link>
       		<link style-id="content-link" label="Eclipse community (test)" url="http://org.eclipse.ui.intro/openBrowser?url=http://www.eclipse.org" id="eclipse">
          		<text>Join the community, read articles and news on Eclipse.org (test)</text>
       		</link>
			<group id="rss-news" label="Latest News (test)" expandable="true" expanded="true">
				<contentProvider id="rss-viewer" pluginId="org.eclipse.platform" class="org.eclipse.platform.internal.EclipseRSSViewer">
				</contentProvider>
			</group>
       </group>
  	</extensionContent>
</introContent>

Back to the top