[jboss-cvs] JBossAS SVN: r110824 - projects/jboss-jca/trunk/doc/developerguide/en-US/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 2 16:24:07 EST 2011


Author: jesper.pedersen
Date: 2011-03-02 16:24:06 -0500 (Wed, 02 Mar 2011)
New Revision: 110824

Modified:
   projects/jboss-jca/trunk/doc/developerguide/en-US/modules/building.xml
   projects/jboss-jca/trunk/doc/developerguide/en-US/modules/issuetracking.xml
Log:
Developer guide updates

Modified: projects/jboss-jca/trunk/doc/developerguide/en-US/modules/building.xml
===================================================================
--- projects/jboss-jca/trunk/doc/developerguide/en-US/modules/building.xml	2011-03-02 20:34:27 UTC (rev 110823)
+++ projects/jboss-jca/trunk/doc/developerguide/en-US/modules/building.xml	2011-03-02 21:24:06 UTC (rev 110824)
@@ -121,6 +121,16 @@
         <para>Builds the JAR archives in the distribution and runs all the test cases.</para>
       </listitem>
       <listitem>
+        <para>module-test</para>
+        <para>Builds the JAR archives in the distribution and runs all the test cases for the specified
+        module (<code>-Dmodule=&lt;modulename&gt;</code>).</para>
+      </listitem>
+      <listitem>
+        <para>one-test</para>
+        <para>Builds the JAR archives in the distribution and runs the specified test case
+        (<code>-Dmodule=&lt;modulename&gt; -Dtest=&lt;classname&gt;</code>).</para>
+      </listitem>
+      <listitem>
         <para>docs</para>
         <para>Builds the API documentation for the project.</para>
       </listitem>

Modified: projects/jboss-jca/trunk/doc/developerguide/en-US/modules/issuetracking.xml
===================================================================
--- projects/jboss-jca/trunk/doc/developerguide/en-US/modules/issuetracking.xml	2011-03-02 20:34:27 UTC (rev 110823)
+++ projects/jboss-jca/trunk/doc/developerguide/en-US/modules/issuetracking.xml	2011-03-02 21:24:06 UTC (rev 110824)
@@ -46,25 +46,13 @@
             <entry>The documentation (Users Guide / Developers Guide) for the project.</entry>
           </row>
           <row>
-            <entry>Fungal</entry>
-            <entry>The Fungal kernel (Deprecated).</entry>
-          </row>
-          <row>
             <entry>JDBC</entry>
             <entry>A JDBC resource adapter.</entry>
           </row>
           <row>
-            <entry>JMS</entry>
-            <entry>A generic JMS resource adapter.</entry>
-          </row>
-          <row>
             <entry>Performance</entry>
             <entry>Performance related work.</entry>
           </row>
-          <row>
-            <entry>Timer</entry>
-            <entry>A timer resource adapter.</entry>
-          </row>
         </tbody>
       </tgroup>
     </table>



More information about the jboss-cvs-commits mailing list