Skip to main content
summaryrefslogtreecommitdiffstats
blob: 31f6d63d63a73e1d19580f20b9a3637cdf2525b9 (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
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!--
Copyright (c) 2006, 2009 Obeo.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html

Contributors:
    Obeo - initial API and implementation
-->
<toc label="EMF Compare Guide">
    <topic href="tutorials/User_Guide.html" label="User Guide">
       <link toc="tutorials/User_Guide-toc.xml"/>
    </topic>
   
   <topic label="Developer Guide">		
	    <topic href="tutorials/Architecture.html" label="Architecture">
	       <link toc="tutorials/Architecture-toc.xml"/>
	    </topic>
	    <topic href="tutorials/Using_Compare_Services.html" label="Using The Compare Services">
	       <link toc="tutorials/Using_Compare_Services-toc.xml"/>
	    </topic>
	    <topic href="tutorials/Adapting_Comparison_Process.html" label="Customizing Compare Services">
	       <link toc="tutorials/Adapting_Comparison_Process-toc.xml"/>
	    </topic>
	    
        <topic href="tutorials/EMF_Compare_Export_Tutorial.html" label="Adding new actions to the export menu">
	       <link toc="tutorials/EMF_Compare_Export_Tutorial-toc.xml"/>
	    </topic>	    
   </topic> 

	<topic label="Reference">
	    <link toc="topics_Reference.xml"/>
	</topic>
</toc>

Back to the top