Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: c5acf356bcbb5c4441e2b005d95920f98f27fb9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!-- ============================================================================= -->
<!-- Define topics for the references                                              -->
<!-- ============================================================================= -->
<toc label="WSDL EMF model reference" link_to="../org.eclipse.wst.doc.user/reference_toc.xml#javadoc_webservices">
	
	<topic label="WSDL EMF Model API Reference" href="reference/api/overview-summary.html">
	
		<!-- The javadoctoc.xml toc is generated by the build. -->
		<link toc="javadoctoc.xml" />
		
	</topic>
	
	
	<topic label="WSDL EMF Model Extension Points Reference" href="reference/extension-points/index.html">
	
	    <!-- The topics_ExtPoints-Reference.xml toc is generated by the build. -->
		<link toc="topics_ExtPoint_Reference.xml" />
		
	</topic>
</toc>

Back to the top