Author: michiel
Date: 2009-05-18 20:26:27 +0200 (Mon, 18 May 2009)
New Revision: 35278

Added:
   mmbase/trunk/applications/rmmci/config/components/
   mmbase/trunk/applications/rmmci/config/components/rmmci.xml
Modified:
   
mmbase/trunk/applications/rmmci/documentation/backenddevelopers/rmmci/index.xml
Log:
Made rmmci a component

Added: mmbase/trunk/applications/rmmci/config/components/rmmci.xml
===================================================================
--- mmbase/trunk/applications/rmmci/config/components/rmmci.xml                 
        (rev 0)
+++ mmbase/trunk/applications/rmmci/config/components/rmmci.xml 2009-05-18 
18:26:27 UTC (rev 35278)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component
+    name="rmmci"
+    version="9"
+    xmlns="http://www.mmbase.org/xmlns/component";
+    xmlns:xi="http://www.w3.org/2001/XInclude";
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://www.mmbase.org/xmlns/component
+                        http://www.mmbase.org/xmlns/component.xsd";>
+
+  <description xml:lang="en">RMMCI</description>
+  <description xml:lang="nl">RMMCI</description>
+
+
+
+
+  <block name="rmmci-documentation"
+         classification="mmbase.documentation"
+         mimetype="text/html">
+    <title>RMMI</title>
+    <xi:include href="http://www.mmbase.org/components/docbook.head.xml"; />
+    <body>
+      <class name="org.mmbase.framework.DocumentationRenderer">
+        <param 
name="docbook">documentation/backenddevelopers/rmmci/index.xml</param>
+        <param name="module">applications/rmmci</param>
+        <param name="includeRenderTime">xml-comments</param>
+      </class>
+    </body>
+  </block>
+
+
+</component>

Modified: 
mmbase/trunk/applications/rmmci/documentation/backenddevelopers/rmmci/index.xml
===================================================================
--- 
mmbase/trunk/applications/rmmci/documentation/backenddevelopers/rmmci/index.xml 
    2009-05-18 18:00:55 UTC (rev 35277)
+++ 
mmbase/trunk/applications/rmmci/documentation/backenddevelopers/rmmci/index.xml 
    2009-05-18 18:26:27 UTC (rev 35278)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
-<article>
+<article id="backenddevelopers-rmmci-index>
   <articleinfo>
     <title>Remote MMBase Cloud Interface</title>
 
@@ -176,7 +176,7 @@
       <programlisting>java.rmi.server.RMISocketFactory.setSocketFactory(new
       sun.rmi.transport.proxy.RMIHttpToCGISocketFactory());</programlisting>
 
-               <para>now if you want to access the cloud from a remote 
location still access the cloud via a rmi url. 
+               <para>now if you want to access the cloud from a remote 
location still access the cloud via a rmi url.
              
<programlisting>ContextProvider.getCloudContext(&#34;rmi://myhost:1111/remotecontet&#34;);</programlisting></para>
     </section>
   <section>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to