Upgrade reference docs to DocBook 5

For compatibility with Gradle docbook-reference-plugin, which cannot
handle DocBook 4.
This commit is contained in:
Chris Beams
2012-01-15 00:28:56 +01:00
parent 62e94461f4
commit 3641337186
47 changed files with 192 additions and 162 deletions

View File

@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<chapter id="scheduling">
<chapter xmlns="http://docbook.org/ns/docbook" version="5.0"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="scheduling">
<title>Task Execution and Scheduling</title>
<section id="scheduling-introduction">
@@ -930,4 +931,4 @@ public class ExampleJob extends QuartzJobBean {
&lt;/bean&gt;</programlisting>
</section>
</section>
</chapter>
</chapter>