Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bcbfe497a805eca88169c286200ee48b642967b1 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="filter.xml">

	<!-- Tocs -->

	<topic label="This topic should always appear" href="data/help/toc/filteredToc/simple_page.html">
		<link toc="data/help/toc/filteredToc/simple_toc.xml" />
	</topic>

	<!-- should never appear -->
	<topic filter="os=invalid" label="Your OS is invalid" href="data/help/toc/filteredToc/simple_page.html">
		<link toc="data/help/toc/filteredToc/simple_toc.xml" />
	</topic>
	<topic filter="ws=invalid" label="Your WS is invalid" href="data/help/toc/filteredToc/simple_page.html">
		<link toc="data/help/toc/filteredToc/simple_toc.xml" />
	</topic>
	<topic filter="arch=invalid" label="Your ARCH is invalid" href="data/help/toc/filteredToc/simple_page.html">
		<link toc="data/help/toc/filteredToc/simple_toc.xml" />
	</topic>
	<topic label="Your OS is win32 AND your WS is invalid" href="data/help/toc/filteredToc/simple_page.html">
	    <filter name="os" value="win32"/>
        <filter name="ws" value="invalid"/>
		<link toc="data/help/toc/filteredToc/simple_toc.xml" />
	</topic>

	<topic filter="plugin=org.eclipse.help" label="The plugin org.eclipse.help is installed" href="data/help/toc/filteredToc/simple_page.html">
		<link toc="data/help/toc/filteredToc/simple_toc.xml" />
	</topic>

	<!-- should never appear -->
	<topic filter="plugin=invalid" label="The plugin invalid is installed" href="data/help/toc/filteredToc/simple_page.html">
		<link toc="data/help/toc/filteredToc/simple_toc.xml" />
	</topic>

	<topic filter="product=org.eclipse.sdk.ide" label="The product org.eclipse.sdk.ide is running" href="data/help/toc/filteredToc/simple_page.html">
		<link toc="data/help/toc/filteredToc/simple_toc.xml" />
	</topic>

	<!-- should never appear -->
	<topic filter="product=invalid" label="The product invalid is running" href="data/help/toc/filteredToc/simple_page.html">
		<link toc="data/help/toc/filteredToc/simple_toc.xml" />
	</topic>

	<topic filter="category=org.eclipse.categories.developmentCategory" label="The category org.eclipse.categories.developmentCategory is enabled" href="data/help/toc/filteredToc/simple_page.html">
		<link toc="data/help/toc/filteredToc/simple_toc.xml" />
	</topic>

	<!-- should never appear -->
	<topic filter="category=invalid" label="The category invalid is enabled" href="data/help/toc/filteredToc/simple_page.html">
		<link toc="data/help/toc/filteredToc/simple_toc.xml" />
	</topic>

	<topic filter="activity=org.eclipse.javaDevelopment" label="The activity org.eclipse.javaDevelopment is enabled" href="data/help/toc/filteredToc/simple_page.html">
		<link toc="data/help/toc/filteredToc/simple_toc.xml" />
	</topic>

	<!-- should never appear -->
	<topic filter="activity=invalid" label="The activity invalid is enabled" href="data/help/toc/filteredToc/simple_page.html">	
		<link toc="data/help/toc/filteredToc/simple_toc.xml" />
	</topic>


	<!-- Topics -->

	<topic label="This topic should always appear" href="data/help/toc/filteredToc/simple_page.html"/>

	<!-- should never appear -->
	<topic filter="os=invalid" label="Your OS is invalid" href="data/help/toc/filteredToc/simple_page.html"/>
	<topic filter="ws=invalid" label="Your WS is invalid" href="data/help/toc/filteredToc/simple_page.html"/>
	<topic filter="arch=invalid" label="Your ARCH is invalid" href="data/help/toc/filteredToc/simple_page.html"/>
	<topic label="Your OS is win32 AND your WS is invalid" href="data/help/toc/filteredToc/simple_page.html">
	    <filter name="os" value="win32"/>
        <filter name="ws" value="invalid"/>
	</topic>

	<topic filter="plugin=org.eclipse.help" label="The plugin org.eclipse.help is installed" href="data/help/toc/filteredToc/simple_page.html"/>

	<!-- should never appear -->
	<topic filter="plugin=invalid" label="The plugin invalid is installed" href="data/help/toc/filteredToc/simple_page.html"/>

	<topic filter="product=org.eclipse.sdk.ide" label="The product org.eclipse.sdk.ide is running" href="data/help/toc/filteredToc/simple_page.html"/>

	<!-- should never appear -->
	<topic filter="product=invalid" label="The product invalid is running" href="data/help/toc/filteredToc/simple_page.html"/>

	<topic filter="category=org.eclipse.categories.developmentCategory" label="The category org.eclipse.categories.developmentCategory is enabled" href="data/help/toc/filteredToc/simple_page.html"/>

	<!-- should never appear -->
	<topic filter="category=invalid" label="The category invalid is enabled" href="data/help/toc/filteredToc/simple_page.html"/>

	<topic filter="activity=org.eclipse.javaDevelopment" label="The activity org.eclipse.javaDevelopment is enabled" href="data/help/toc/filteredToc/simple_page.html"/>

	<!-- should never appear -->
	<topic filter="activity=invalid" label="The activity invalid is enabled" href="data/help/toc/filteredToc/simple_page.html"/>	
</toc>

Back to the top