View | Details | Raw Unified | Return to bug 345590 | Differences between
and this patch

Collapse All | Expand All

(-)plugin.xml (+3 lines)
Lines 37-42 Link Here
37
      <toc
37
      <toc
38
            file="topics_Samples.xml">
38
            file="topics_Samples.xml">
39
      </toc>
39
      </toc>
40
      <toc
41
            file="topics_WhatsNew.xml">
42
      </toc>
40
   </extension>
43
   </extension>
41
44
42
<!-- ============================================================================= -->
45
<!-- ============================================================================= -->
(-)toc.xml (-1 / +3 lines)
Lines 11-17 Link Here
11
	<topic label="Reference">
11
	<topic label="Reference">
12
		<link toc="topics_Reference.xml" />
12
		<link toc="topics_Reference.xml" />
13
	</topic>
13
	</topic>
14
	<topic label="What's new" href="whatsNew/platform_isv_whatsnew.html"/>
14
	<topic label="What's new" href="whatsNew/platform_isv_whatsnew.html">
15
		<link toc="topics_WhatsNew.xml"/>
16
	</topic>
15
	<topic label="3.7 Plug-in Migration Guide">
17
	<topic label="3.7 Plug-in Migration Guide">
16
		<link toc="topics_Porting.xml"/>
18
		<link toc="topics_Porting.xml"/>
17
	</topic>
19
	</topic>
(-)topics_WhatsNew.xml (+10 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?NLS TYPE="org.eclipse.help.toc"?>
3
<!-- ========================== -->
4
<!-- Define topics for the What's New -->
5
<!-- ========================== -->
6
<toc label="What's new">
7
	<topic label="Platform" href="whatsNew/platform_isv_whatsnew.html#Platform"/>
8
	<topic label="Equinox" href="whatsNew/platform_isv_whatsnew.html#Equinox"/>
9
	<topic label="SWT" href="whatsNew/platform_isv_whatsnew.html#SWT"/>
10
</toc>

Return to bug 345590