You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2010/06/19 07:53:46 UTC

svn commit: r956184 - in /servicemix/documentation/trunk/docs/manual: pom.xml src/confluence/ src/confluence/camel/ src/confluence/camel/deployment.wiki src/docbkx/manual.xml src/docbkx/migrate.xml

Author: gertv
Date: Sat Jun 19 05:53:45 2010
New Revision: 956184

URL: http://svn.apache.org/viewvc?rev=956184&view=rev
Log:
Adding parts to the manual, with one sample confluence wiki file

Added:
    servicemix/documentation/trunk/docs/manual/src/confluence/
    servicemix/documentation/trunk/docs/manual/src/confluence/camel/
    servicemix/documentation/trunk/docs/manual/src/confluence/camel/deployment.wiki
    servicemix/documentation/trunk/docs/manual/src/docbkx/manual.xml
      - copied, changed from r954895, servicemix/documentation/trunk/docs/manual/src/docbkx/index.xml
Modified:
    servicemix/documentation/trunk/docs/manual/pom.xml
    servicemix/documentation/trunk/docs/manual/src/docbkx/migrate.xml

Modified: servicemix/documentation/trunk/docs/manual/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/docs/manual/pom.xml?rev=956184&r1=956183&r2=956184&view=diff
==============================================================================
--- servicemix/documentation/trunk/docs/manual/pom.xml (original)
+++ servicemix/documentation/trunk/docs/manual/pom.xml Sat Jun 19 05:53:45 2010
@@ -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>

Added: servicemix/documentation/trunk/docs/manual/src/confluence/camel/deployment.wiki
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/docs/manual/src/confluence/camel/deployment.wiki?rev=956184&view=auto
==============================================================================
--- servicemix/documentation/trunk/docs/manual/src/confluence/camel/deployment.wiki (added)
+++ servicemix/documentation/trunk/docs/manual/src/confluence/camel/deployment.wiki Sat Jun 19 05:53:45 2010
@@ -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

Copied: servicemix/documentation/trunk/docs/manual/src/docbkx/manual.xml (from r954895, servicemix/documentation/trunk/docs/manual/src/docbkx/index.xml)
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/docs/manual/src/docbkx/manual.xml?p2=servicemix/documentation/trunk/docs/manual/src/docbkx/manual.xml&p1=servicemix/documentation/trunk/docs/manual/src/docbkx/index.xml&r1=954895&r2=956184&rev=956184&view=diff
==============================================================================
--- servicemix/documentation/trunk/docs/manual/src/docbkx/index.xml (original)
+++ servicemix/documentation/trunk/docs/manual/src/docbkx/manual.xml Sat Jun 19 05:53:45 2010
@@ -92,17 +92,44 @@
     </bookinfo>
     
     <toc />
-    
-    <!-- Chapter on What is ServiceMix 4 -->
-    <xi:include href="whatissmx4.xml"/>
-    
-    <!-- Chapter on installation and build -->
-    <xi:include href="installation.xml"/>
-    
-	<!-- Chapter on clustering and high-availability -->
+
+    <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"/>    
 
- 	<!-- Chapter on ServiceMix migration 3 to 4 -->
+
+    <!-- Appendix on ServiceMix migration 3 to 4 -->
     <xi:include href="migrate.xml"/>   
     
 </book>
\ No newline at end of file

Modified: servicemix/documentation/trunk/docs/manual/src/docbkx/migrate.xml
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/docs/manual/src/docbkx/migrate.xml?rev=956184&r1=956183&r2=956184&view=diff
==============================================================================
--- servicemix/documentation/trunk/docs/manual/src/docbkx/migrate.xml (original)
+++ servicemix/documentation/trunk/docs/manual/src/docbkx/migrate.xml Sat Jun 19 05:53:45 2010
@@ -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>