[jboss-osgi-commits] JBoss-OSGI SVN: r86266 - projects/jboss-osgi/trunk/build/docbook/en/modules.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Tue Mar 24 12:31:28 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-03-24 12:31:28 -0400 (Tue, 24 Mar 2009)
New Revision: 86266

Modified:
   projects/jboss-osgi/trunk/build/docbook/en/modules/frameworkintegration.xml
   projects/jboss-osgi/trunk/build/docbook/en/modules/gettingstarted.xml
   projects/jboss-osgi/trunk/build/docbook/en/modules/providedservices.xml
Log:
Userguide - Framework integration

Modified: projects/jboss-osgi/trunk/build/docbook/en/modules/frameworkintegration.xml
===================================================================
--- projects/jboss-osgi/trunk/build/docbook/en/modules/frameworkintegration.xml	2009-03-24 16:26:28 UTC (rev 86265)
+++ projects/jboss-osgi/trunk/build/docbook/en/modules/frameworkintegration.xml	2009-03-24 16:31:28 UTC (rev 86266)
@@ -1,3 +1,6 @@
+<!-- 
+  $Id$ 
+-->
 <chapter id="Chap_Framework_Integration">
 
   <title>Framework Integration</title>
@@ -9,7 +12,7 @@
     of its core services</para>
 
     <itemizedlist>
-      <listitem><ulink url="http://felix.apache.org/site/subprojects.html">Log Service</ulink> - General purpose message logger</listitem>
+      <listitem>Log Service - General purpose message logger</listitem>
       <listitem><ulink url="http://felix.apache.org/site/apache-felix-http-service.html">HTTP Service</ulink> - Http access to servlets and resources</listitem>
       <listitem><ulink url="http://felix.apache.org/site/apache-felix-configuration-admin-service.html">Config Admin Service</ulink> - Management of configuration data for configurable components</listitem>
     </itemizedlist>
@@ -37,6 +40,9 @@
     </deployment>
     ]]></programlisting>
 
+    <para>The following is a description of the configuration properties for the <ulink url="http://felix.apache.org">Apache Felix</ulink> 
+    integration.</para>
+    
     <table>
       <tr><th>Key</th><th>Value</th><th>Description</th></tr>
       <tr valign="top">
@@ -70,7 +76,6 @@
         <td>Bundles can be deployed in any order</td>
       </tr>
     </table>
-
   </sect1>
   
   <sect1>  

Modified: projects/jboss-osgi/trunk/build/docbook/en/modules/gettingstarted.xml
===================================================================
--- projects/jboss-osgi/trunk/build/docbook/en/modules/gettingstarted.xml	2009-03-24 16:26:28 UTC (rev 86265)
+++ projects/jboss-osgi/trunk/build/docbook/en/modules/gettingstarted.xml	2009-03-24 16:31:28 UTC (rev 86266)
@@ -1,3 +1,6 @@
+<!-- 
+  $Id$ 
+-->
 <chapter id="Chap_Getting_Started">
 
   <title>Getting Started</title>

Modified: projects/jboss-osgi/trunk/build/docbook/en/modules/providedservices.xml
===================================================================
--- projects/jboss-osgi/trunk/build/docbook/en/modules/providedservices.xml	2009-03-24 16:26:28 UTC (rev 86265)
+++ projects/jboss-osgi/trunk/build/docbook/en/modules/providedservices.xml	2009-03-24 16:31:28 UTC (rev 86266)
@@ -1,3 +1,6 @@
+<!-- 
+  $Id$ 
+-->
 <chapter id="Chap_Provided_Services">
 
   <title>Provided Services</title>




More information about the jboss-osgi-commits mailing list