Update of /cvsroot/springframework/spring/docs/reference/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12825/docs/reference/src
Modified Files:
new-in-2.0.xml
Log Message:
[SPR-1928] Added link from the 'Whats new in 2.0' chapter to the new TaskExecutor section.
Index: new-in-2.0.xml
===================================================================
RCS file: /cvsroot/springframework/spring/docs/reference/src/new-in-2.0.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** new-in-2.0.xml 19 Apr 2006 16:58:59 -0000 1.5
--- new-in-2.0.xml 20 Apr 2006 11:07:01 -0000 1.6
***************
*** 304,316 ****
<itemizedlist>
<listitem>
! <para><xref linkend="jmx-exporting-registration-behavior" /></para>
</listitem>
<listitem>
! <para><xref linkend="jmx-notifications" /></para>
</listitem>
</itemizedlist>
</section>
<section id="new-in-2-other-tooling-spi">
<title>Tooling SPI</title>
--- 304,324 ----
<itemizedlist>
<listitem>
! <xref linkend="jmx-exporting-registration-behavior" />
</listitem>
<listitem>
! <xref linkend="jmx-notifications" />
</listitem>
</itemizedlist>
</section>
+ <section id="new-in-2-other-taskexecutor">
+ <title>Task scheduling</title>
+
+ <para>Spring 2.0 offers an abstraction around the scheduling of tasks...
+ for the interested developer, the section entitled
+ <xref linkend="taskexecutor"/> contains all of the details.</para>
+ </section>
+
<section id="new-in-2-other-tooling-spi">
<title>Tooling SPI</title>
***************
*** 339,346 ****
</listitem>
<listitem>
! <para><xref linkend="aspectj-atconfigurable"/></para>
</listitem>
<listitem>
! <para><xref linkend="aspectj-ataspectj"/></para>
</listitem>
</itemizedlist>
--- 347,354 ----
</listitem>
<listitem>
! <xref linkend="aspectj-atconfigurable"/>
</listitem>
<listitem>
! <xref linkend="aspectj-ataspectj"/>
</listitem>
</itemizedlist>
|