Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: bcbfe497a805eca88169c286200ee48b642967b1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                                         




                                                                                                                


                                                                                                                


                                                                                                                    













































                                                                                                                                                                                                         


                                                                                                                 
                                                                                                                 
                                                                                                                     
























                                                                                                                                                                                                          
<?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