Adding parts to the manual, with one sample confluence wiki file

git-svn-id: https://svn.apache.org/repos/asf/servicemix/documentation/trunk@956184 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/docs/manual/pom.xml b/docs/manual/pom.xml
index 354bb71..a508f1a 100644
--- a/docs/manual/pom.xml
+++ b/docs/manual/pom.xml
@@ -29,4 +29,8 @@
   <name>Apache ServiceMix :: Documentation :: Programmer's Manual</name>
   <description>The ServiceMix Programmer's Guide</description>
 
+  <properties>
+    <docbkx.start.page>manual.xml</docbkx.start.page>
+  </properties>
+
 </project>
diff --git a/docs/manual/src/confluence/camel/deployment.wiki b/docs/manual/src/confluence/camel/deployment.wiki
new file mode 100644
index 0000000..0801ced
--- /dev/null
+++ b/docs/manual/src/confluence/camel/deployment.wiki
@@ -0,0 +1,8 @@
+h1. Deploying Camel routes
+There are a few different ways to deploy Camel routes on ServiceMix 4:
+* deploy routes in a plain Spring XML file
+* deploy a bundle containing
+*# routes defined in a Spring XML file
+*# routes defined in the Java or Scala DSL
+
+  
\ No newline at end of file
diff --git a/docs/manual/src/docbkx/manual.xml b/docs/manual/src/docbkx/manual.xml
new file mode 100644
index 0000000..ee32b58
--- /dev/null
+++ b/docs/manual/src/docbkx/manual.xml
@@ -0,0 +1,135 @@
+<?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.
+-->
+<!DOCTYPE book [
+	<!ENTITY version "4.2">
+]>
+<book id="book" label="Apache ServiceMix Manual Guide" status="draft" lang="en"
+         xmlns="http://docbook.org/ns/docbook"
+         xmlns:xi="http://www.w3.org/2001/XInclude"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+         xsi:schemaLocation="
+               http://docbook.org/ns/docbook
+               http://www.docbook.org/xml/5.0/xsd/docbook.xsd"
+         version="5.0" xml:lang="en">
+              
+    <title>Apache ServiceMix &version; Manual Guide</title>
+    
+    <bookinfo>
+        <authorgroup>
+            <author>
+                <firstname>Guillaume</firstname>
+                <surname>Nodet</surname>
+                <email>gnodet@apache.org</email>
+            </author>
+            <author>
+                <firstname>Gert</firstname>
+                <surname>Vanthienen</surname>
+                <email>gertv@apache.org</email>
+            </author>
+            <author>
+                <firstname>Lars</firstname>
+                <surname>Heinemann</surname>
+                <email>lhein@apache.org</email>
+            </author>
+            <author>
+                <firstname>Jean-Baptiste</firstname>
+                <surname>Onofre</surname>
+                <email>jbonofre@apache.org</email>
+            </author>
+            <author>
+                <firstname>Bruce</firstname>
+                <surname>Snyder</surname>
+                <email>bsnyder@apache.org</email>
+            </author>
+            <author>
+                <firstname>Charles</firstname>
+                <surname>Moulliard</surname>
+                <email>cmoulliard@apache.org</email>
+            </author>
+        </authorgroup>
+        <copyright>
+            <year>2010</year>
+            <holder>Apache Software Foundation</holder>
+        </copyright>
+        <date>2010-04-28</date>
+        <revhistory>
+            <revision>
+                <revnumber>001</revnumber>
+                <date>2009-07-19</date>
+                <authorinitials>jbonofre</authorinitials>
+                <revremark>Initial revision</revremark>
+            </revision>
+            <revision>
+                <revnumber>002</revnumber>
+                <date>2010-02-02</date>
+                <authorinitials>cmoulliard</authorinitials>
+                <revremark>Update table of content, add directory for images</revremark>
+            </revision>
+            <revision>
+                <revnumber>003</revnumber>
+                <date>2010-04-28</date>
+                <authorinitials>cmoulliard</authorinitials>
+                <revremark>Split structure in several documents, add section numbering</revremark>
+            </revision>
+        </revhistory>
+        <corpname>Apache Software Foundation</corpname>
+    </bookinfo>
+    
+    <toc />
+
+    <part>
+        <title>Getting started</title>
+
+        <!-- Chapter on What is ServiceMix 4 -->
+        <xi:include href="whatissmx4.xml"/>
+
+        <!-- Chapter on installation and build -->
+        <xi:include href="installation.xml"/>
+    </part>
+
+    <part>
+        <title>Camel</title>
+
+        <xi:include href="camel/deployment.wiki.xml"/>
+    </part>
+
+    <part>
+        <title>ActiveMQ</title>
+    </part>
+
+    <part>
+        <title>CXF</title>
+    </part>
+
+    <part>
+        <title>NMR</title>
+    </part>
+
+    <part>
+        <title>JBI</title>
+    </part>
+
+    <!-- Chapter on clustering and high-availability -->
+    <xi:include href="clustering.xml"/>    
+
+
+    <!-- Appendix on ServiceMix migration 3 to 4 -->
+    <xi:include href="migrate.xml"/>   
+    
+</book>
\ No newline at end of file
diff --git a/docs/manual/src/docbkx/migrate.xml b/docs/manual/src/docbkx/migrate.xml
index 3887fb9..d56183b 100644
--- a/docs/manual/src/docbkx/migrate.xml
+++ b/docs/manual/src/docbkx/migrate.xml
@@ -16,7 +16,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<chapter id="migrate"
+<appendix id="migrate"
          xmlns="http://docbook.org/ns/docbook"
          xmlns:xi="http://www.w3.org/2001/XInclude"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
@@ -26,4 +26,4 @@
          version="5.0" xml:lang="en">
 	<title>Migrate from ServiceMix3 to ServiceMix 4</title>
 	<para>TODO</para>
-</chapter>
+</appendix>