Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2dfb6a281d1c5ede34f5e0a8c700820def199161 (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
<!--
     Copyright (c) 2005, 2007 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>
      <replacementContent
            path="page4/page5link">
          <link label="Replacement Link to page 5" url="http://org.eclipse.ui.intro/showPage?id=page5" id="page5linkR"/>
          <link label="Link to page 6" url="http://org.eclipse.ui.intro/showPage?id=page6" id="page6link"/>    
      </replacementContent>
      <replacementContent
            path="page5/page5title">
          <title id="page5titleR">Page 5 Replacement Title</title>    
      </replacementContent>
      <page id="page6" >
        <title id="page6title">Page 6</title>
        <include path="page5/action-links"/>
        <include path="page4/page5linkR"/>
    </page>
</introContent>

Back to the top