adding stub for TCP/UDP chapter

This commit is contained in:
Mark Fisher
2010-02-22 18:40:43 +00:00
parent 512859f3c7
commit 060744ce9f
2 changed files with 21 additions and 3 deletions

View File

@@ -3,11 +3,11 @@
<book xmlns:xi="http://www.w3.org/2001/XInclude">
<bookinfo>
<title>Spring Integration Reference Manual</title>
<titleabbrev>Spring Integration 2.0.0 M2</titleabbrev>
<titleabbrev>Spring Integration 2.0.0 M3</titleabbrev>
<productname>Spring Integration</productname>
<releaseinfo>2.0.0 Milestone 2</releaseinfo>
<releaseinfo>2.0.0 Milestone 3</releaseinfo>
<mediaobject>
<imageobject role="fo">
@@ -39,9 +39,13 @@
<firstname>Oleg</firstname>
<surname>Zhurakousky</surname>
</author>
<author>
<firstname>Gary</firstname>
<surname>Russell</surname>
</author>
</authorgroup>
<legalnotice><para>&copy; SpringSource Inc., 2009</para></legalnotice>
<legalnotice><para>&copy; SpringSource Inc., 2010</para></legalnotice>
</bookinfo>
<toc></toc>
@@ -69,6 +73,7 @@
<xi:include href="./rmi.xml"/>
<xi:include href="./httpinvoker.xml"/>
<xi:include href="./http.xml"/>
<xi:include href="./ip.xml"/>
<xi:include href="./mail.xml"/>
<xi:include href="./stream.xml"/>
<xi:include href="./event.xml"/>