diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2012-04-26 16:19:39 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2012-04-26 16:19:39 +0000 |
| commit | 7bbd90cb5c991f263213c51aa91afa818b709fc7 (patch) | |
| tree | b0bee7e2980e0ef5768d6afbd7f04e5d0e561e7a /qpid/doc/book/src/java-broker/Broker-Configuration-Guide.xml | |
| parent | 5581d0ee8a46fea4cd0edef87bf6b439c2d7a6b3 (diff) | |
| download | qpid-python-7bbd90cb5c991f263213c51aa91afa818b709fc7.tar.gz | |
QPID-3722 : Tidy up the document generation. Split docs by book, remove monolithic book, use makefile to build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1330925 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src/java-broker/Broker-Configuration-Guide.xml')
| -rw-r--r-- | qpid/doc/book/src/java-broker/Broker-Configuration-Guide.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/qpid/doc/book/src/java-broker/Broker-Configuration-Guide.xml b/qpid/doc/book/src/java-broker/Broker-Configuration-Guide.xml new file mode 100644 index 0000000000..63d2748eee --- /dev/null +++ b/qpid/doc/book/src/java-broker/Broker-Configuration-Guide.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + +<section id="Java-Broker-Configuration-Guide"> + <title>Broker Configuration Guide </title> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="java/broker/configuration/Topic-Configuration.xml"/> +</section> |
