[jboss-svn-commits] JBoss Common SVN: r4156 - arquillian/trunk/doc/reference/src/main/docbook/en-US.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Mar 10 12:08:41 EST 2010


Author: pete.muir at jboss.org
Date: 2010-03-10 12:08:41 -0500 (Wed, 10 Mar 2010)
New Revision: 4156

Modified:
   arquillian/trunk/doc/reference/src/main/docbook/en-US/extend.xml
Log:
ARQ-89

Modified: arquillian/trunk/doc/reference/src/main/docbook/en-US/extend.xml
===================================================================
--- arquillian/trunk/doc/reference/src/main/docbook/en-US/extend.xml	2010-03-10 17:03:25 UTC (rev 4155)
+++ arquillian/trunk/doc/reference/src/main/docbook/en-US/extend.xml	2010-03-10 17:08:41 UTC (rev 4156)
@@ -22,7 +22,10 @@
 -->
 
    <mediaobject>
-      <imageobject>
+      <imageobject role="fo">
+         <imagedata fileref="images/spi-overview-small.png" format="PNG" align="center" scalefit="1"/>
+      </imageobject>
+      <imageobject role="html">
          <imagedata fileref="images/spi-overview-small.png" format="PNG" align="center"/>
       </imageobject>
       <caption>
@@ -30,96 +33,96 @@
       </caption>
    </mediaobject>
 
-   <para>
-     This chapter will identify each of the SPIs and the purpose it serves.
-   </para>
-
-   <para>
-     TODO: Finish me
-   </para>
-
-   <section id="extend.deployment">
-      <title>@Deployment</title>
-      <para></para>
-   </section>
-
-   <section id="extend.client">
-      <title>Client Side</title>
-   
-      <section id="extend.client.deployment.auxiliaryarchivetappender">
-         <title>AuxiliaryArchiveAppender</title>
-         <para>
-            Appending auxiliary archives to the final deployment.
-         </para>
-      </section>
-
-      <section id="extend.client.deployment.auxiliaryarchiveprocessor">
-         <title>AuxiliarArchiveProcessor</title>
-         <para>
-         
-         </para>
-      </section>
-
-      <section id="extend.client.deployment.applicationachivegenerator">
-         <title>ApplicatonArchiveGenerator</title>
-         <para></para>
-
-<!-- 
-         <section id="extend.client.deployment">
-            <title>@Deployment</title>
-            <para>
-            
-            </para>
-         </section>
--->
-      </section>
-
-      <section id="extend.client.deployment.applicationarchiveprocessor">
-         <title>ApplicationArchiveProcessor</title>
-         <para>
-            A post processor for the Application generated archive. Used for application packaging enhancements. 
-         </para>
-      </section>
-
-      <section id="extend.client.deployment.deploymentpackager">
-         <title>DeploymentPackager</title>
-         <para>Responsible for creating the deployable archive.</para>
-      </section>
-
-      <section id="extend.client.container">
-         <title>DeployableContainers</title>
-         <para>Container integration, life cycle control.</para>
-      </section>
-      
-      <section id="extend.client.methodexecutor">
-         <title>ContainerMethodExecutor</title>
-         <para>Communication with the TestRunner inside the Container</para>
-      </section>
-
-   </section>
-   
-   <section id="extend.container">
-      <title>Container Side</title>
-      
-      <section id="extend.container.testenrichers">
-         <title>TestEnrichers</title>
-         <para>Instance injection, @EJB/@Resource/@Inject.</para>
-      </section>
-   
-      <section id="extend.container.testrunners">
-         <title>TestRunners</title>
-         <para>Execute the test case inside the container</para>
-         <section id="extend.container.testrunners.testng">
-            <title>TestNG</title>
-            <para>..</para>
-         </section>
-         <section id="extend.container.testrunners.junit">
-            <title>JUnit</title>
-            <para>..</para>
-         </section>
-      </section>
-   
-   </section>
+<!--   <para>-->
+<!--     This chapter will identify each of the SPIs and the purpose it serves.-->
+<!--   </para>-->
+<!---->
+<!--   <para>-->
+<!--     TODO: Finish me-->
+<!--   </para>-->
+<!---->
+<!--   <section id="extend.deployment">-->
+<!--      <title>@Deployment</title>-->
+<!--      <para></para>-->
+<!--   </section>-->
+<!---->
+<!--   <section id="extend.client">-->
+<!--      <title>Client Side</title>-->
+<!--   -->
+<!--      <section id="extend.client.deployment.auxiliaryarchivetappender">-->
+<!--         <title>AuxiliaryArchiveAppender</title>-->
+<!--         <para>-->
+<!--            Appending auxiliary archives to the final deployment.-->
+<!--         </para>-->
+<!--      </section>-->
+<!---->
+<!--      <section id="extend.client.deployment.auxiliaryarchiveprocessor">-->
+<!--         <title>AuxiliarArchiveProcessor</title>-->
+<!--         <para>-->
+<!--         -->
+<!--         </para>-->
+<!--      </section>-->
+<!---->
+<!--      <section id="extend.client.deployment.applicationachivegenerator">-->
+<!--         <title>ApplicatonArchiveGenerator</title>-->
+<!--         <para></para>-->
+<!---->
+<!-- -->
+<!--         <section id="extend.client.deployment">-->
+<!--            <title>@Deployment</title>-->
+<!--            <para>-->
+<!--            -->
+<!--            </para>-->
+<!--         </section>-->
+<!---->
+<!--      </section>-->
+<!---->
+<!--      <section id="extend.client.deployment.applicationarchiveprocessor">-->
+<!--         <title>ApplicationArchiveProcessor</title>-->
+<!--         <para>-->
+<!--            A post processor for the Application generated archive. Used for application packaging enhancements. -->
+<!--         </para>-->
+<!--      </section>-->
+<!---->
+<!--      <section id="extend.client.deployment.deploymentpackager">-->
+<!--         <title>DeploymentPackager</title>-->
+<!--         <para>Responsible for creating the deployable archive.</para>-->
+<!--      </section>-->
+<!---->
+<!--      <section id="extend.client.container">-->
+<!--         <title>DeployableContainers</title>-->
+<!--         <para>Container integration, life cycle control.</para>-->
+<!--      </section>-->
+<!--      -->
+<!--      <section id="extend.client.methodexecutor">-->
+<!--         <title>ContainerMethodExecutor</title>-->
+<!--         <para>Communication with the TestRunner inside the Container</para>-->
+<!--      </section>-->
+<!---->
+<!--   </section>-->
+<!--   -->
+<!--   <section id="extend.container">-->
+<!--      <title>Container Side</title>-->
+<!--      -->
+<!--      <section id="extend.container.testenrichers">-->
+<!--         <title>TestEnrichers</title>-->
+<!--         <para>Instance injection, @EJB/@Resource/@Inject.</para>-->
+<!--      </section>-->
+<!--   -->
+<!--      <section id="extend.container.testrunners">-->
+<!--         <title>TestRunners</title>-->
+<!--         <para>Execute the test case inside the container</para>-->
+<!--         <section id="extend.container.testrunners.testng">-->
+<!--            <title>TestNG</title>-->
+<!--            <para>..</para>-->
+<!--         </section>-->
+<!--         <section id="extend.container.testrunners.junit">-->
+<!--            <title>JUnit</title>-->
+<!--            <para>..</para>-->
+<!--         </section>-->
+<!--      </section>-->
+<!--   -->
+<!--   </section>-->
 <!--
 vim:et:ts=3:sw=3:tw=120
 -->



More information about the jboss-svn-commits mailing list