File: HelpContexts.xml

package info (click to toggle)
eclipse-platform-ui 4.29-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 90,576 kB
  • sloc: java: 802,823; xml: 24,911; makefile: 7
file content (51 lines) | stat: -rw-r--r-- 2,470 bytes parent folder | download | duplicates (4)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>

<contexts>

   <context  id="phone_number_context" >
      <description>Help for phone number</description>
      <topic href="contexts/RelatedContext3.html"  label="Help Related Topic 1"/>
      <topic href="contexts/RelatedContext4.html"  label="Help Related Topic 2"/>
   </context>
   <context  id="address_context" >
      <description>Help for address </description>
      <topic href="contexts/RelatedContext3.html"  label="Help Related Topic 1"/>
      <topic href="contexts/RelatedContext4.html"  label="Help Related Topic 2"/>
   </context>
   <context  id="full_name_context" >
      <description>Help for full name </description>
      <topic href="contexts/RelatedContext3.html"  label="Help Related Topic 1"/>
      <topic href="contexts/RelatedContext4.html"  label="Help Related Topic 2"/>
   </context>
   <context  id="email_context" >
      <description>Help for email address </description>
      <topic href="contexts/RelatedContext3.html"  label="Help Related Topic 1"/>
      <topic href="contexts/RelatedContext4.html"  label="Help Related Topic 2"/>
   </context>
   <context  id="coop_context" >
      <description>Help for coop </description>
      <topic href="contexts/RelatedContext3.html"  label="Help Related Topic 1"/>
      <topic href="contexts/RelatedContext4.html"  label="Help Related Topic 2"/>
   </context>
   <context  id="birthday_context" >
      <description>Help for birthday </description>
      <topic href="contexts/RelatedContext3.html"  label="Help Related Topic 1"/>
      <topic href="contexts/RelatedContext4.html"  label="Help Related Topic 2"/>
   </context>
   <context  id="salary_context" >
      <description>Help for salary </description>
      <topic href="contexts/RelatedContext3.html"  label="Help Related Topic 1"/>
      <topic href="contexts/RelatedContext4.html"  label="Help Related Topic 2"/>
   </context>
   <context  id="hair_color_context" >
      <description>Help for hair color </description>
      <topic href="contexts/RelatedContext3.html"  label="Help Related Topic 1"/>
      <topic href="contexts/RelatedContext4.html"  label="Help Related Topic 2"/>
   </context>
   <context  id="eye_color_context" >
      <description>Help for eye color </description>
      <topic href="contexts/RelatedContext3.html"  label="Help Related Topic 1"/>
      <topic href="contexts/RelatedContext4.html"  label="Help Related Topic 2"/>
   </context>

</contexts>