[jboss-cvs] JBossAS SVN: r109894 - in projects/jboss-jca/trunk/doc: userguide/en-US and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 14 05:47:47 EST 2010


Author: jeff.zhang
Date: 2010-12-14 05:47:45 -0500 (Tue, 14 Dec 2010)
New Revision: 109894

Modified:
   projects/jboss-jca/trunk/doc/developerguide/en-US/modules/metadata.xml
   projects/jboss-jca/trunk/doc/developerguide/en-US/modules/testing.xml
   projects/jboss-jca/trunk/doc/userguide/en-US/modules/configuration.xml
   projects/jboss-jca/trunk/doc/userguide/en-US/modules/deployment.xml
   projects/jboss-jca/trunk/doc/userguide/en-US/modules/embedded.xml
   projects/jboss-jca/trunk/doc/userguide/en-US/modules/sample.xml
   projects/jboss-jca/trunk/doc/userguide/en-US/modules/schemas.xml
   projects/jboss-jca/trunk/doc/userguide/en-US/modules/validator.xml
   projects/jboss-jca/trunk/doc/userguide/en-US/userguide.xml
Log:
[JBJCA-473] make code color style and appy hyphenation on text in cell of cell

Modified: projects/jboss-jca/trunk/doc/developerguide/en-US/modules/metadata.xml
===================================================================
--- projects/jboss-jca/trunk/doc/developerguide/en-US/modules/metadata.xml	2010-12-14 09:29:26 UTC (rev 109893)
+++ projects/jboss-jca/trunk/doc/developerguide/en-US/modules/metadata.xml	2010-12-14 10:47:45 UTC (rev 109894)
@@ -411,7 +411,7 @@
     <section id="mdrbean">
       <title>Bean</title>
       <para>The implementation of the metadata repository can be defined as:</para>
-      <programlisting>
+      <programlisting language="xml">
 &lt;bean name="MetaDataRepository" 
       interface="org.jboss.jca.core.spi.MetaDataRepository" 
       class="org.jboss.jca.core.mdr.SimpleMetaDataRepository"&gt;

Modified: projects/jboss-jca/trunk/doc/developerguide/en-US/modules/testing.xml
===================================================================
--- projects/jboss-jca/trunk/doc/developerguide/en-US/modules/testing.xml	2010-12-14 09:29:26 UTC (rev 109893)
+++ projects/jboss-jca/trunk/doc/developerguide/en-US/modules/testing.xml	2010-12-14 10:47:45 UTC (rev 109894)
@@ -213,7 +213,7 @@
         <ulink url="http://mockito.googlecode.com">Mockito</ulink> framework to verify class and method behaviors.
       </para>
       <para>An example:</para>
-      <programlisting>
+      <programlisting language="java">
 @Test
 public void printFailuresLogShouldReturnNotEmptyStringForWarning() throws Throwable
 {

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/configuration.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/configuration.xml	2010-12-14 09:29:26 UTC (rev 109893)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/configuration.xml	2010-12-14 10:47:45 UTC (rev 109894)
@@ -59,7 +59,7 @@
           <para>The configuration of the resource adapter deployer chain is handled
             by a <code>org.jboss.jca.deployers.fungal.RAConfiguration</code> bean.</para>
 
-          <programlisting>
+          <programlisting language="xml">
 <![CDATA[
 <bean name="RAConfiguration"
       class="org.jboss.jca.deployers.fungal.RAConfiguration">
@@ -67,10 +67,16 @@
   <property name="ArchiveValidationFailOnWarn">false</property>
   <property name="ArchiveValidationFailOnError">true</property>
   <property name="BeanValidation">true</property>
-  <property name="PrintStream"><inject bean="JBossStdioContext" property="Out"/></property>
-  <property name="DefaultBootstrapContext"><inject bean="DefaultBootstrapContext"/></property>
+  <property name="PrintStream">
+    <inject bean="JBossStdioContext" property="Out"/>
+  </property>
+  <property name="DefaultBootstrapContext">
+    <inject bean="DefaultBootstrapContext"/>
+  </property>
   <property name="JndiStrategy"><inject bean="JndiStrategy"/></property>
-  <property name="TransactionManager"><inject bean="RealTransactionManager"/></property>
+  <property name="TransactionManager">
+    <inject bean="RealTransactionManager"/>
+  </property>
   <property name="MetadataRepository"><inject bean="MDR"/></property>
 </bean>
  ]]>
@@ -81,7 +87,7 @@
             <title>Resource adapter deployer configuration</title>
             <tgroup cols="3" align="left" colsep="1" rowsep="1">
               <colspec colname="c1" colwidth="2*"/>
-              <colspec colname="c2"/>
+              <colspec colname="c2" colwidth="2*"/>
               <colspec colname="c3" colwidth="3*"/>
               <thead>
                 <row>
@@ -100,7 +106,7 @@
                   </entry>
                 </row>
                 <row>
-                  <entry><code>ArchiveValidationFailOnWarn</code></entry>
+                  <entry><code>ArchiveValidation&#x200B;FailOnWarn</code></entry>
                   <entry><code>boolean</code></entry>
                   <entry>
                     Should an archive validation warning report fail the deployment.
@@ -108,7 +114,7 @@
                   </entry>
                 </row>
                 <row>
-                  <entry><code>ArchiveValidationFailOnError</code></entry>
+                  <entry><code>ArchiveValidation&#x200B;FailOnError</code></entry>
                   <entry><code>boolean</code></entry>
                   <entry>
                     Should an archive validation error report fail the deployment.
@@ -124,15 +130,15 @@
                   </entry>
                 </row>
                 <row>
-                  <entry><code>DefaultBootstrapContext</code></entry>
-                  <entry><code>org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext</code></entry>
+                  <entry><code>DefaultBootstrap&#x200B;Context</code></entry>
+                  <entry><code>org.jboss.jca.&#x200B;core.api.bootstrap.&#x200B;CloneableBootstrap&#x200B;Context</code></entry>
                   <entry>
                     Specifies the default bootstrap context for resource adapters
                   </entry>
                 </row>
                 <row>
                   <entry><code>BootstrapContexts</code></entry>
-                  <entry><code>Map&lt;String, org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext&gt;</code></entry>
+                  <entry><code>Map&lt;String, &#x200B;org.jboss.jca.&#x200B;core.api.bootstrap.&#x200B;CloneableBootstrap&#x200B;Context&gt;</code></entry>
                   <entry>
                     Bootstrap context map (unique name to a cloneable bootstrap context) which allows
                     developers to bind (through <code>jboss-ra.xml</code>) their resource adapter to
@@ -148,7 +154,7 @@
                 </row>
                 <row>
                   <entry><code>MetadataRepository</code></entry>
-                  <entry><code>org.jboss.jca.core.spi.mdr.MetadataRepository</code></entry>
+                  <entry><code>org.jboss.jca.&#x200B;core.spi.mdr.&#x200B;MetadataRepository</code></entry>
                   <entry>
                     The metadata repository
                   </entry>
@@ -164,7 +170,7 @@
                 </row>
                 <row>
                   <entry><code>JndiStrategy</code></entry>
-                  <entry><code>org.jboss.jca.core.spi.naming.JndiStrategy</code></entry>
+                  <entry><code>org.jboss.jca.&#x200B;core.spi.naming.&#x200B;JndiStrategy</code></entry>
                   <entry>
                     Specifies the JNDI strategy policy for binding the connection factories into
                     the naming environment
@@ -199,7 +205,7 @@
           <para>The initial deployer for resource adapter archives is handled
             by a <code>org.jboss.jca.deployers.fungal.RADeployer</code> bean.</para>
 
-          <programlisting>
+          <programlisting language="xml">
 <![CDATA[
 <bean name="RADeployer"
       interface="com.github.fungal.spi.deployers.Deployer" 
@@ -219,7 +225,7 @@
             <title>Resource adapter deployer</title>
             <tgroup cols="3" align="left" colsep="1" rowsep="1">
               <colspec colname="c1" colwidth="2*"/>
-              <colspec colname="c2"/>
+              <colspec colname="c2" colwidth="2*"/>
               <colspec colname="c3" colwidth="3*"/>
               <thead>
                 <row>
@@ -231,7 +237,7 @@
               <tbody>
                 <row>
                   <entry><code>Configuration</code></entry>
-                  <entry><code>org.jboss.jca.deployers.fungal.RAConfiguration</code></entry>
+                  <entry><code>org.jboss.jca.&#x200B;deployers.fungal.&#x200B;RAConfiguration</code></entry>
                   <entry>
                     The configuration for the deployer
                   </entry>
@@ -250,7 +256,7 @@
           
           <para>The deployment descriptor is defined by the <code>resource-adapters-1_0.xsd</code> schema.</para>
 
-          <programlisting>
+          <programlisting language="xml">
 <![CDATA[
 <bean name="RaXmlDeployer"
       interface="com.github.fungal.spi.deployers.Deployer" 
@@ -270,7 +276,7 @@
             <title>Resource adapter metadata deployer</title>
             <tgroup cols="3" align="left" colsep="1" rowsep="1">
               <colspec colname="c1" colwidth="2*"/>
-              <colspec colname="c2"/>
+              <colspec colname="c2" colwidth="2*"/>
               <colspec colname="c3" colwidth="3*"/>
               <thead>
                 <row>
@@ -282,7 +288,7 @@
               <tbody>
                 <row>
                   <entry><code>Configuration</code></entry>
-                  <entry><code>org.jboss.jca.deployers.fungal.RAConfiguration</code></entry>
+                  <entry><code>org.jboss.jca.&#x200B;deployers.fungal.&#x200B;RAConfiguration</code></entry>
                   <entry>
                     The configuration for the deployer
                   </entry>
@@ -299,7 +305,7 @@
           <para>The deployer chain features an activator for resource adapter archives is handled
             by the <code>org.jboss.jca.deployers.fungal.RAActivator</code> bean.</para>
 
-          <programlisting>
+          <programlisting language="xml">
 <![CDATA[
 <bean name="RAActivator" 
       class="org.jboss.jca.deployers.fungal.RAActivator">
@@ -325,7 +331,7 @@
             <title>Resource adapter activator</title>
             <tgroup cols="3" align="left" colsep="1" rowsep="1">
               <colspec colname="c1" colwidth="2*"/>
-              <colspec colname="c2"/>
+              <colspec colname="c2" colwidth="2*"/>
               <colspec colname="c3" colwidth="3*"/>
               <thead>
                 <row>
@@ -337,7 +343,7 @@
               <tbody>
                 <row>
                   <entry><code>Configuration</code></entry>
-                  <entry><code>org.jboss.jca.deployers.fungal.RAConfiguration</code></entry>
+                  <entry><code>org.jboss.jca.&#x200B;deployers.fungal.&#x200B;RAConfiguration</code></entry>
                   <entry>
                     The configuration for the deployer
                   </entry>
@@ -351,7 +357,7 @@
                 </row>
                 <row>
                   <entry><code>Kernel</code></entry>
-                  <entry><code>com.github.fungal.api.Kernel</code></entry>
+                  <entry><code>com.github.fungal.&#x200B;api.Kernel</code></entry>
                   <entry>
                     The kernel instance
                   </entry>
@@ -413,7 +419,7 @@
         <para>The user/roles setup can be configured through the <code>UsersRoles</code> bean in the 
           <code>config/bootstrap/jca.xml</code> file.</para>
         
-        <programlisting>
+        <programlisting language="xml">
           <![CDATA[
 <!-- Users / roles -->
 <bean name="UsersRoles"
@@ -446,7 +452,7 @@
         <title>DsXmlDeployer</title>
         <tgroup cols="3" align="left" colsep="1" rowsep="1">
           <colspec colname="c1" colwidth="2*"/>
-          <colspec colname="c2"/>
+          <colspec colname="c2" colwidth="2*"/>
           <colspec colname="c3" colwidth="3*"/>
           <thead>
             <row>
@@ -472,21 +478,21 @@
             </row>
             <row>
               <entry><code>TransactionManager</code></entry>
-              <entry><code>javax.transaction.TransactionManager</code></entry>
+              <entry><code>javax.transaction.&#x200B;TransactionManager</code></entry>
               <entry>
                 The transaction manager
               </entry>
             </row>
             <row>
               <entry><code>MetadataRepository</code></entry>
-              <entry><code>org.jboss.jca.core.spi.mdr.MetadataRepository</code></entry>
+              <entry><code>org.jboss.jca.&#x200B;core.spi.mdr.&#x200B;MetadataRepository</code></entry>
               <entry>
                 The metadata repository
               </entry>
             </row>
             <row>
               <entry><code>Kernel</code></entry>
-              <entry><code>com.github.fungal.api.Kernel</code></entry>
+              <entry><code>com.github.fungal.&#x200B;api.Kernel</code></entry>
               <entry>
                 The kernel
               </entry>
@@ -521,7 +527,7 @@
 
       <para>file.</para>
 
-      <programlisting>
+      <programlisting language="xml">
 <![CDATA[
 <bean name="WebServer" class="org.jboss.jca.web.WebServer">
   <property name="Host">${iron.jacamar.bindaddress:localhost}</property>
@@ -535,7 +541,7 @@
         <title>Web server</title>
         <tgroup cols="3" align="left" colsep="1" rowsep="1">
           <colspec colname="c1" colwidth="2*"/>
-          <colspec colname="c2"/>
+          <colspec colname="c2" colwidth="2*"/>
           <colspec colname="c3" colwidth="3*"/>
           <thead>
             <row>
@@ -563,7 +569,7 @@
             </row>
             <row>
               <entry><code>ExecutorService</code></entry>
-              <entry><code>java.util.concurrent.ExecutorService</code></entry>
+              <entry><code>java.util.concurrent.&#x200B;ExecutorService</code></entry>
               <entry>
                 The thread pool for the web server
                 <para>Default: The kernel thread pool</para>

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/deployment.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/deployment.xml	2010-12-14 09:29:26 UTC (rev 109893)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/deployment.xml	2010-12-14 10:47:45 UTC (rev 109894)
@@ -58,7 +58,7 @@
        file in the <code>deploy/</code> directory - f.ex. <code>deploy/example-ra.xml</code>. The format of the XML 
        document is defined by the <code>resource-adapters_1_0.xsd</code> - f.ex</para>
 
-     <programlisting>
+     <programlisting language="xml">
 <![CDATA[
 <resource-adapters>
   <resource-adapter>

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/embedded.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/embedded.xml	2010-12-14 09:29:26 UTC (rev 109893)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/embedded.xml	2010-12-14 10:47:45 UTC (rev 109894)
@@ -172,7 +172,7 @@
           
           <para>This done by using the following code snippet</para>
 
-          <programlisting>
+          <programlisting language="java">
 import org.jboss.jca.deployers.fungal.RAActivator;
 
 // Disable RAActivator
@@ -223,7 +223,7 @@
           <para>The code sample below shows an advanced usage of deploying a dynamic ShrinkWrap resource adapter archive
             into the IronJacamar Embedded environment.</para>
 
-          <programlisting>
+          <programlisting language="java">
 <![CDATA[
 import org.jboss.jca.embedded.Embedded;
 import org.jboss.jca.embedded.EmbeddedFactory;
@@ -367,7 +367,7 @@
           <para>This setup allows the developer to skip the entire IronJacamar Embedded container setup and handling of its
             lifecycle methods.</para>
 
-          <programlisting>
+          <programlisting language="java">
 <![CDATA[
 package org.jboss.jca.embedded.unit;
 

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/sample.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/sample.xml	2010-12-14 09:29:26 UTC (rev 109893)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/sample.xml	2010-12-14 10:47:45 UTC (rev 109894)
@@ -7,84 +7,84 @@
 
     <section id="sample_resourceadpater">
       <title>Helloworld Resource Adapter</title>
-      <programlisting>
+      <programlisting language="java">
 <xi:include parse="text" href="../../samples/helloworld/src/main/java/org/jboss/jca/samples/helloworld/HelloWorldResourceAdapter.java" xmlns:xi="http://www.w3.org/2001/XInclude"/>
       </programlisting>
     </section>
 
     <section id="sample_mcf">
       <title>Helloworld Managed Connection Factory</title>
-      <programlisting>
+      <programlisting language="java">
 <xi:include parse="text" href="../../samples/helloworld/src/main/java/org/jboss/jca/samples/helloworld/HelloWorldManagedConnectionFactory.java" xmlns:xi="http://www.w3.org/2001/XInclude"/>
       </programlisting>
     </section>
 
     <section id="sample_mc">
       <title>Helloworld Managed Connection</title>
-      <programlisting>
+      <programlisting language="java">
 <xi:include parse="text" href="../../samples/helloworld/src/main/java/org/jboss/jca/samples/helloworld/HelloWorldManagedConnection.java" xmlns:xi="http://www.w3.org/2001/XInclude"/>
       </programlisting>
     </section>
 
     <section id="sample_cf">
       <title>Helloworld Connection Factory</title>
-      <programlisting>
+      <programlisting language="java">
 <xi:include parse="text" href="../../samples/helloworld/src/main/java/org/jboss/jca/samples/helloworld/HelloWorldConnectionFactory.java" xmlns:xi="http://www.w3.org/2001/XInclude"/>
       </programlisting>
     </section>
 
     <section id="sample_cfimpl">
       <title>Helloworld Connection Factory Impl</title>
-      <programlisting>
+      <programlisting language="java">
 <xi:include parse="text" href="../../samples/helloworld/src/main/java/org/jboss/jca/samples/helloworld/HelloWorldConnectionFactoryImpl.java" xmlns:xi="http://www.w3.org/2001/XInclude"/>
       </programlisting>
     </section>
 
     <section id="sample_connection">
       <title>Helloworld Connection</title>
-      <programlisting>
+      <programlisting language="java">
 <xi:include parse="text" href="../../samples/helloworld/src/main/java/org/jboss/jca/samples/helloworld/HelloWorldConnection.java" xmlns:xi="http://www.w3.org/2001/XInclude"/>
       </programlisting>
     </section>
 
     <section id="sample_connectionimpl">
       <title>Helloworld Connection Impl</title>
-      <programlisting>
+      <programlisting language="java">
 <xi:include parse="text" href="../../samples/helloworld/src/main/java/org/jboss/jca/samples/helloworld/HelloWorldConnectionImpl.java" xmlns:xi="http://www.w3.org/2001/XInclude"/>
       </programlisting>
     </section>
 
     <section id="sample_cm">
       <title>Helloworld Connection Manager</title>
-      <programlisting>
+      <programlisting language="java">
 <xi:include parse="text" href="../../samples/helloworld/src/main/java/org/jboss/jca/samples/helloworld/HelloWorldConnectionManager.java" xmlns:xi="http://www.w3.org/2001/XInclude"/>
       </programlisting>
     </section>
 
     <section id="sample_metadata">
       <title>Helloworld Managed Connection MetaData</title>
-      <programlisting>
+      <programlisting language="java">
 <xi:include parse="text" href="../../samples/helloworld/src/main/java/org/jboss/jca/samples/helloworld/HelloWorldManagedConnectionMetaData.java" xmlns:xi="http://www.w3.org/2001/XInclude"/>
       </programlisting>
     </section>
 
     <section id="sample_ironjacamarxml">
       <title>Helloworld ironjacamar.xml</title>
-      <programlisting>
+      <programlisting language="java">
 <xi:include parse="text" href="../../samples/helloworld/src/main/resources/META-INF/ironjacamar.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
       </programlisting>
     </section>
 
     <section id="sample_testcase">
       <title>Helloworld Connection Testcase</title>
-      <programlisting>
+      <programlisting language="java">
 <xi:include parse="text" href="../../samples/helloworld/src/test/java/org/jboss/jca/samples/helloworld/ConnectorTestCase.java" xmlns:xi="http://www.w3.org/2001/XInclude"/>
       </programlisting>
     </section>
 
     <section id="sample_buildxml">
       <title>Helloworld Ant build.xml</title>
-      <programlisting>
+      <programlisting language="java">
 <xi:include parse="text" href="../../samples/helloworld/build.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
       </programlisting>
     </section>

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/schemas.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/schemas.xml	2010-12-14 09:29:26 UTC (rev 109893)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/schemas.xml	2010-12-14 10:47:45 UTC (rev 109894)
@@ -5,7 +5,7 @@
   <section id="jca16">
     <title>Java EE Connector Architecture 1.6</title>
 
-    <programlisting>
+    <programlisting language="xml">
 <![CDATA[
 <?xml version="1.0" encoding="UTF-8"?>
 <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
@@ -1253,7 +1253,7 @@
   <section id="jca15">
     <title>Java EE Connector Architecture 1.5</title>
 
-    <programlisting>
+    <programlisting language="xml">
 <![CDATA[
 <?xml version="1.0" encoding="UTF-8"?>
 <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
@@ -2238,7 +2238,7 @@
   <section id="jca10">
     <title>Java EE Connector Architecture 1.0</title>
 
-    <programlisting>
+    <programlisting language="xml">
 <![CDATA[
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
@@ -2715,7 +2715,7 @@
   <section id="ironjacamar10">
     <title>IronJacamar 1.0</title>
 
-    <programlisting>
+    <programlisting language="xml">
 <![CDATA[
 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
@@ -3153,7 +3153,7 @@
   <section id="ra10">
     <title>Resource adapters 1.0</title>
 
-    <programlisting>
+    <programlisting language="xml">
 <![CDATA[
 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
@@ -3609,7 +3609,7 @@
   <section id="ds10">
     <title>Datasources 1.0</title>
 
-    <programlisting>
+    <programlisting language="xml">
 <![CDATA[
 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/validator.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/validator.xml	2010-12-14 09:29:26 UTC (rev 109893)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/validator.xml	2010-12-14 10:47:45 UTC (rev 109894)
@@ -177,7 +177,7 @@
 
       <para>To be able to use the validator plugin in your Maven project, you will have to add the following plugin declaration
         in the pom.xml of your project:
-        <programlisting>
+        <programlisting language="xml">
           <![CDATA[
 <build>
   <plugins>

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/userguide.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/userguide.xml	2010-12-14 09:29:26 UTC (rev 109893)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/userguide.xml	2010-12-14 10:47:45 UTC (rev 109894)
@@ -60,7 +60,7 @@
    &troubleshooting;
 
    &schemas;
-<!--
+
    &sample;
--->
+
 </book>



More information about the jboss-cvs-commits mailing list