Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 87c8d96e0b8568846a800bdb8694f49aeb8db042 (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
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<!--
     Copyright (c) 2005, 2006 IBM Corporation 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:
         IBM Corporation - initial API and implementation
 -->

<contexts>
    <!-- Actions -->
    <context id="test_cheatsheets">
        <description>Infopop test <b>successful</b>! The &quot;contextId&quot; was specified correctly in the cheat sheets content file.</description>
        <topic label="abcdefg" href="/org.eclipse.platform.doc.user/concepts/concepts-2.htm"/>
    </context>
</contexts>

Back to the top