This commit is contained in:
Arjen Poutsma
2006-12-02 21:24:57 +00:00
parent cbfe467d30
commit 73d72b9474
3 changed files with 14 additions and 12 deletions

View File

@@ -20,7 +20,7 @@
<plugin>
<groupId>com.agilejava.docbkx</groupId>
<artifactId>docbkx-maven-plugin</artifactId>
<version>1.69.1.7</version>
<version>2.0.2</version>
<executions>
<execution>
<goals>
@@ -41,6 +41,7 @@
<configuration>
<includes>index.xml</includes>
<chunkedOutput>true</chunkedOutput>
<xincludeSupport>true</xincludeSupport>
<entities>
<entity>
<name>version</name>

View File

@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY preface SYSTEM "preface.xml">
<!ENTITY overview SYSTEM "overview.xml">
<!ENTITY contract-first SYSTEM "contract-first.xml">
<!ENTITY ws SYSTEM "ws.xml">
<!ENTITY security SYSTEM "security.xml">
<!ENTITY oxm SYSTEM "oxm.xml">
<!ENTITY bibliography SYSTEM "bibliography.xml">
]>
<book>
<!ENTITY preface SYSTEM "preface.xml">
<!ENTITY overview SYSTEM "overview.xml">
<!ENTITY contract-first SYSTEM "contract-first.xml">
<!ENTITY ws SYSTEM "ws.xml">
<!ENTITY security SYSTEM "security.xml">
<!ENTITY oxm SYSTEM "oxm.xml">
<!ENTITY bibliography SYSTEM "bibliography.xml">
]>
<book xmlns:xi="http://www.w3.org/2001/XInclude">
<bookinfo>
<title>Spring Web Services</title>
@@ -27,7 +27,8 @@
<legalnotice>Copies of this document may be made for your own use and for distribution to others, provided that
you do not charge any fee for such copies and further provided that each copy contains this Copyright
Notice, whether distributed in print or electronically.</legalnotice>
Notice, whether distributed in print or electronically.
</legalnotice>
</bookinfo>
<toc/>

View File

@@ -11,7 +11,7 @@
<section>
<title>MessageDispatcher</title>
<para>
Spring-WS is designed around a central dispatching mechanism, which forwards
Spring-WS is designed around a central dispatching mechanism, which received and forwards incoming
</para>
</section>
<section>