You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/05/20 21:36:10 UTC

svn commit: r946770 - in /servicemix/documentation/branches/servicemix-3.3.x/docs/manual/src/docbkx: classloaders.xml index.xml

Author: jbonofre
Date: Thu May 20 19:36:10 2010
New Revision: 946770

URL: http://svn.apache.org/viewvc?rev=946770&view=rev
Log:
Add classloaders chapter.

Added:
    servicemix/documentation/branches/servicemix-3.3.x/docs/manual/src/docbkx/classloaders.xml   (with props)
Modified:
    servicemix/documentation/branches/servicemix-3.3.x/docs/manual/src/docbkx/index.xml

Added: servicemix/documentation/branches/servicemix-3.3.x/docs/manual/src/docbkx/classloaders.xml
URL: http://svn.apache.org/viewvc/servicemix/documentation/branches/servicemix-3.3.x/docs/manual/src/docbkx/classloaders.xml?rev=946770&view=auto
==============================================================================
--- servicemix/documentation/branches/servicemix-3.3.x/docs/manual/src/docbkx/classloaders.xml (added)
+++ servicemix/documentation/branches/servicemix-3.3.x/docs/manual/src/docbkx/classloaders.xml Thu May 20 19:36:10 2010
@@ -0,0 +1,27 @@
+<?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.
+-->
+<chapter id="classloaders"
+         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>Classloaders</title>
+    <para>TODO</para>            
+</chapter>
\ No newline at end of file

Propchange: servicemix/documentation/branches/servicemix-3.3.x/docs/manual/src/docbkx/classloaders.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: servicemix/documentation/branches/servicemix-3.3.x/docs/manual/src/docbkx/index.xml
URL: http://svn.apache.org/viewvc/servicemix/documentation/branches/servicemix-3.3.x/docs/manual/src/docbkx/index.xml?rev=946770&r1=946769&r2=946770&view=diff
==============================================================================
--- servicemix/documentation/branches/servicemix-3.3.x/docs/manual/src/docbkx/index.xml (original)
+++ servicemix/documentation/branches/servicemix-3.3.x/docs/manual/src/docbkx/index.xml Thu May 20 19:36:10 2010
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -102,10 +102,15 @@
     <!--  Chapter on ServiceMix 3 Background -->
     <xi:include href="background.xml"/>
     
-    <!-- Chapter on installation and build -->
+    <!-- Chapter on installation -->
     <xi:include href="installation.xml"/>
     
+    <!-- Chapter on classloaders -->
+    <xi:include href="classloaders.xml"/>
+    
 	<!-- Chapter on clustering and high-availability -->
-    <xi:include href="clustering.xml"/>    
+    <xi:include href="clustering.xml"/>
+    
+    <!-- Chapter on build -->    
     
 </book>
\ No newline at end of file