Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0a3d702d7efaa16ea97fb0715668b7e7d91090e2 (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
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!-- ============================================================================= -->
<!-- Define the top level topics                                                   -->
<!-- ============================================================================= -->

<toc label="JDT Plug-in Developer Guide">
	<topic label="Programmer&apos;s Guide" href="guide/jdt_int.htm">
		<link toc="topics_Guide.xml" />
	</topic>
	<topic label="Reference">
		<link toc="topics_Reference.xml" />
	</topic>
	<topic label="Plug-in Migration Guide">
		<link toc="topics_Porting.xml"/>
	</topic>
	<topic label="Questions Index" href="questions/index.html">
		<link toc="topics_Questions.xml" />
	</topic>
	<topic label="Legal" href="notices.html"/>
	<enablement>
		<test property="org.eclipse.core.runtime.isBundleInstalled" args="org.eclipse.jdt.ui"/>
	</enablement>
</toc>

Back to the top