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

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Fri Mar 27 10:40:07 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-03-27 10:40:07 -0400 (Fri, 27 Mar 2009)
New Revision: 86419

Modified:
   projects/jboss-osgi/trunk/build/docbook/en/modules/devguide.xml
   projects/jboss-osgi/trunk/build/docbook/en/modules/gettingstarted.xml
   projects/jboss-osgi/trunk/build/docbook/en/modules/providedservices.xml
Log:
Fix a few typos

Modified: projects/jboss-osgi/trunk/build/docbook/en/modules/devguide.xml
===================================================================
--- projects/jboss-osgi/trunk/build/docbook/en/modules/devguide.xml	2009-03-27 13:49:52 UTC (rev 86418)
+++ projects/jboss-osgi/trunk/build/docbook/en/modules/devguide.xml	2009-03-27 14:40:07 UTC (rev 86419)
@@ -172,7 +172,7 @@
     
     <para>JBossOSGi registers the Framework and every deployed Bundle with the JMX <ulink url="http://java.sun.com/j2se/1.5.0/docs/api/javax/management/MBeanServer.html">MBeanServer</ulink>.</para>
     
-    <emphasis role="bold">The ManagementFramework</emphasis>
+    <emphasis role="bold">The ManagedFramework</emphasis>
     
     <para>The <code>ManagedFramework</code> gives you access to the MBean views of the deployed Bundles. It is registerd under the name:</para>
     
@@ -195,9 +195,9 @@
     }    
     </programlisting>
     
-    <emphasis role="bold">The ManagementBundle</emphasis>
+    <emphasis role="bold">The ManagedBundle</emphasis>
 
-    <para>The <code>ManagementBundle</code> gives you access to the MBean views of a deployed Bundle. It is registerd under the name:</para>
+    <para>The <code>ManagedBundle</code> gives you access to the MBean views of a deployed Bundle. It is registerd under the name:</para>
     
     <itemizedlist>
       <listitem><emphasis role="bold">jboss.osgi:bundle=[SymbolicName],id=[BundleId]</emphasis></listitem>

Modified: projects/jboss-osgi/trunk/build/docbook/en/modules/gettingstarted.xml
===================================================================
--- projects/jboss-osgi/trunk/build/docbook/en/modules/gettingstarted.xml	2009-03-27 13:49:52 UTC (rev 86418)
+++ projects/jboss-osgi/trunk/build/docbook/en/modules/gettingstarted.xml	2009-03-27 14:40:07 UTC (rev 86419)
@@ -33,7 +33,7 @@
     </mediaobject>
     
     <para>Then you select the installation path for the JBossOSGi distribution. This is the directory where you find the binary build artefacts,
-    the java sources, documentaion and the JBossOSGi Runtime.</para>
+    the java sources, documentation and the JBossOSGi Runtime.</para>
     
     <mediaobject>
       <imageobject>
@@ -50,7 +50,7 @@
     </mediaobject>
 
     <itemizedlist>
-      <listitem><emphasis role="bold">JBossOSGi Distribution</emphasis> - Documentation, Binary Artifacts and Sources</listitem>
+      <listitem><emphasis role="bold">JBossOSGi Distribution</emphasis> - Documentation, Binary Artefacts and Sources</listitem>
       <listitem><emphasis role="bold">JBossOSGi Runtime</emphasis> - Standalone JBossOSGi Runtime based on JBossAS</listitem>
       <listitem><emphasis role="bold">JBossOSGi Integration</emphasis> - Integration with an existing JBossAS instance</listitem>
     </itemizedlist>
@@ -137,7 +137,7 @@
     
     <emphasis role="bold">Bundle Deployment</emphasis>
 
-    <para>Bundle deployement works, as you would probably expect, by dropping your OSGi Bundle into the 
+    <para>Bundle deployment works, as you would probably expect, by dropping your OSGi Bundle into the 
     JBossOSGi Runtime <emphasis role="bold">deploy</emphasis> folder.</para>
     
     <programlisting>

Modified: projects/jboss-osgi/trunk/build/docbook/en/modules/providedservices.xml
===================================================================
--- projects/jboss-osgi/trunk/build/docbook/en/modules/providedservices.xml	2009-03-27 13:49:52 UTC (rev 86418)
+++ projects/jboss-osgi/trunk/build/docbook/en/modules/providedservices.xml	2009-03-27 14:40:07 UTC (rev 86419)
@@ -6,9 +6,9 @@
   <title>Provided Services</title>
   
   <sect1 xml:id="SecLoggingService">  
-    <title>JBoss Logging Service</title>
+    <title>Logging Service</title>
     
-    <para>The JBossOSGi <emphasis role="bold">jboss-osgi-service-logging.jar</emphasis> Bundle contains a simple Logging Bridge Service to
+    <para>The JBossOSGi <emphasis role="bold">jboss-osgi-service-logging.jar</emphasis> bundle contains a simple Logging Bridge Service to
     <ulink url="http://www.jboss.org/community/docs/DOC-11280">JBoss Logging</ulink>. It registers a trivial LogListener with the 
     LogReaderService in case that service is registered with the Framework.</para>
     
@@ -74,7 +74,7 @@
       throw new IllegalStateException("MicrocontainerService not registered");
     
     MicrocontainerService mcService = (MicrocontainerService)context.getService(sref);
-  	MBeanServer mbeanServer = mcService.getMbeanServer();
+    MBeanServer mbeanServer = mcService.getMbeanServer();
     mbeanServer.registerMBean(new Foo(), OBJECT_NAME);
     </programlisting>
   </sect1>




More information about the jboss-osgi-commits mailing list