[jbosstools-commits] JBoss Tools SVN: r39238 - trunk/cdi/docs/reference/en-US.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Mar 1 20:08:08 EST 2012


Author: irooskov at redhat.com
Date: 2012-03-01 20:08:07 -0500 (Thu, 01 Mar 2012)
New Revision: 39238

Modified:
   trunk/cdi/docs/reference/en-US/Book_Info.xml
   trunk/cdi/docs/reference/en-US/CDI_Tools_Reference_Guide.xml
   trunk/cdi/docs/reference/en-US/master.xml
Log:
updated with intro info


Modified: trunk/cdi/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/cdi/docs/reference/en-US/Book_Info.xml	2012-03-02 00:56:17 UTC (rev 39237)
+++ trunk/cdi/docs/reference/en-US/Book_Info.xml	2012-03-02 01:08:07 UTC (rev 39238)
@@ -4,7 +4,7 @@
 	<bookinfo id="book-CDI_Tools_Reference_Guide-CDI_Tools_Reference_Guide">
 		<title>CDI Tools Reference Guide</title> 
   <subtitle>
-	  Placeholder text
+	  Provides information relating to the CDI Tools module
   </subtitle>
    
   <productname>JBoss Developer Studio</productname>
@@ -13,11 +13,11 @@
    
   <edition>5.0.0</edition>
    
-  <pubsnumber>1</pubsnumber>
+  <pubsnumber>2</pubsnumber>
    
   <abstract>
     <para>
-      Placeholder text
+		The CDI Tools Reference Guide explains how to use the CDI Tools module to develop CDI applications. 
     </para>
   </abstract>
    

Modified: trunk/cdi/docs/reference/en-US/CDI_Tools_Reference_Guide.xml
===================================================================
--- trunk/cdi/docs/reference/en-US/CDI_Tools_Reference_Guide.xml	2012-03-02 00:56:17 UTC (rev 39237)
+++ trunk/cdi/docs/reference/en-US/CDI_Tools_Reference_Guide.xml	2012-03-02 01:08:07 UTC (rev 39238)
@@ -4,6 +4,7 @@
 <book>
 	<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<xi:include href="Creating_a_CDI_Web_Project.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

Modified: trunk/cdi/docs/reference/en-US/master.xml
===================================================================
--- trunk/cdi/docs/reference/en-US/master.xml	2012-03-02 00:56:17 UTC (rev 39237)
+++ trunk/cdi/docs/reference/en-US/master.xml	2012-03-02 01:08:07 UTC (rev 39238)
@@ -4,6 +4,7 @@
 
 [
 <!ENTITY Revision_History SYSTEM "Revision_History.xml">
+<!ENTITY Introduction SYSTEM "Introduction.xml">
 <!ENTITY CDI_Web_Project SYSTEM "Creating_a_CDI_Web_Project.xml">
 ]>
 
@@ -39,6 +40,7 @@
     
     <toc/> 
 	&CDI_Web_Project;
+	&Introduction;
     &Revision_History;
 
 </book> 



More information about the jbosstools-commits mailing list