[webbeans-commits] Webbeans SVN: r3178 - tck/trunk/doc/reference/en-US.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jul 23 19:03:58 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-07-23 19:03:58 -0400 (Thu, 23 Jul 2009)
New Revision: 3178

Modified:
   tck/trunk/doc/reference/en-US/part1-background.xml
   tck/trunk/doc/reference/en-US/part2-setup.xml
   tck/trunk/doc/reference/en-US/part3-execution.xml
Log:
ws

Modified: tck/trunk/doc/reference/en-US/part1-background.xml
===================================================================
--- tck/trunk/doc/reference/en-US/part1-background.xml	2009-07-23 22:57:57 UTC (rev 3177)
+++ tck/trunk/doc/reference/en-US/part1-background.xml	2009-07-23 23:03:58 UTC (rev 3178)
@@ -1,9 +1,15 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ ]>
 <part>
-  <title>Getting Acquainted with the TCK</title>
-  <partintro>
-    <para>The JSR-299 TCK must be used to ensure that your implementation conforms to the JSR-299 specification. This part introduces the TCK, gives some background about its purpose and states the requirements for passing the TCK.</para>
-  </partintro>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
+   <title>Getting Acquainted with the TCK</title>
+   
+   <partintro>
+      <para>
+         The JSR-299 TCK must be used to ensure that your implementation
+         conforms to the JSR-299 specification. This part introduces the TCK,
+         gives some background about its purpose and states the requirements for
+         passing the TCK.
+      </para>
+   </partintro>
+   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml" />
 </part>

Modified: tck/trunk/doc/reference/en-US/part2-setup.xml
===================================================================
--- tck/trunk/doc/reference/en-US/part2-setup.xml	2009-07-23 22:57:57 UTC (rev 3177)
+++ tck/trunk/doc/reference/en-US/part2-setup.xml	2009-07-23 23:03:58 UTC (rev 3178)
@@ -1,10 +1,14 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ ]>
 <part>
-  <title>Installation and Setup</title>
-  <partintro>
-    <para>In this part you learn where to obtain the JSR-299 TCK and supporting software. You are then presented with recommendations of how to organize and configure the software so that you are ready to execute the TCK.</para>
-  </partintro>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="installation.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="configuration.xml"/>
+   <title>Installation and Setup</title>
+   <partintro>
+      <para>
+         In this part you learn where to obtain the JSR-299 TCK and supporting software.
+         You are then presented with recommendations of how to organize and
+         configure the software so that you are ready to execute the TCK.
+      </para>
+   </partintro>
+   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="installation.xml" />
+   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="configuration.xml" />
 </part>

Modified: tck/trunk/doc/reference/en-US/part3-execution.xml
===================================================================
--- tck/trunk/doc/reference/en-US/part3-execution.xml	2009-07-23 22:57:57 UTC (rev 3177)
+++ tck/trunk/doc/reference/en-US/part3-execution.xml	2009-07-23 23:03:58 UTC (rev 3178)
@@ -1,11 +1,18 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ ]>
 <part>
-  <title>Executing and Debugging Tests</title>
-  <partintro>
-    <para>In this part you learn how to execute the JSR-299 TCK on a given JSR-299 implementation. First, you are walked through the steps necessary to execute the test suite on the JSR-299 RI (Web Beans). Then you discover how to modify the TCK runner to execute the test suite on your own implementation. Finally, you learn how to debug tests from the test suite in Eclipse.</para>
-  </partintro>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="executing.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eclipse-running.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eclipse-debugging.xml"/>
+   <title>Executing and Debugging Tests</title>
+   <partintro>
+      <para>
+         In this part you learn how to execute the JSR-299 TCK on a given
+         JSR-299 implementation. First, you are walked through the steps
+         necessary to execute the test suite on the JSR-299 RI (Web Beans). Then
+         you discover how to modify the TCK runner to execute the test suite on
+         your own implementation. Finally, you learn how to debug tests from the
+         test suite in Eclipse.
+      </para>
+   </partintro>
+   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="executing.xml" />
+   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eclipse-running.xml" />
+   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eclipse-debugging.xml" />
 </part>




More information about the weld-commits mailing list