[seam-commits] Seam SVN: r12006 - in modules/remoting/trunk/docs: en-US and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Feb 3 04:50:10 EST 2010


Author: shane.bryzak at jboss.com
Date: 2010-02-03 04:50:09 -0500 (Wed, 03 Feb 2010)
New Revision: 12006

Added:
   modules/remoting/trunk/docs/README.TXT
Modified:
   modules/remoting/trunk/docs/en-US/master.xml
   modules/remoting/trunk/docs/en-US/remoting-general.xml
   modules/remoting/trunk/docs/en-US/remoting-model.xml
   modules/remoting/trunk/docs/pom.xml
Log:
fixed docbook build


Added: modules/remoting/trunk/docs/README.TXT
===================================================================
--- modules/remoting/trunk/docs/README.TXT	                        (rev 0)
+++ modules/remoting/trunk/docs/README.TXT	2010-02-03 09:50:09 UTC (rev 12006)
@@ -0,0 +1,3 @@
+To build the Seam Remoting docs run the following command:
+
+mvn jdocbook:generate

Modified: modules/remoting/trunk/docs/en-US/master.xml
===================================================================
--- modules/remoting/trunk/docs/en-US/master.xml	2010-02-03 09:41:42 UTC (rev 12005)
+++ modules/remoting/trunk/docs/en-US/master.xml	2010-02-03 09:50:09 UTC (rev 12006)
@@ -5,10 +5,8 @@
       
    <toc/>
    
-   <part id="1">
-     <title>Seam Remoting</title>      
-     <xi:include href="remoting-general.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-     <xi:include href="remoting-model.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />     
-   </part>
+   <title>Seam Remoting</title>      
+   <xi:include href="remoting-general.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href="remoting-model.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />     
 
 </book>
\ No newline at end of file

Modified: modules/remoting/trunk/docs/en-US/remoting-general.xml
===================================================================
--- modules/remoting/trunk/docs/en-US/remoting-general.xml	2010-02-03 09:41:42 UTC (rev 12005)
+++ modules/remoting/trunk/docs/en-US/remoting-general.xml	2010-02-03 09:50:09 UTC (rev 12006)
@@ -1,7 +1,7 @@
-c<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 
-<chapter id="remoting">
+<chapter id="remoting-general">
   <title>Seam Remoting</title>
   
   <para>Seam provides a convenient method of remotely accessing CDI beans from a web page, using AJAX (Asynchronous

Modified: modules/remoting/trunk/docs/en-US/remoting-model.xml
===================================================================
--- modules/remoting/trunk/docs/en-US/remoting-model.xml	2010-02-03 09:41:42 UTC (rev 12005)
+++ modules/remoting/trunk/docs/en-US/remoting-model.xml	2010-02-03 09:50:09 UTC (rev 12006)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 
-<chapter id="remoting">
+<chapter id="remoting-model">
   <title>Seam Remoting - Model API</title>
 
 </chapter>

Modified: modules/remoting/trunk/docs/pom.xml
===================================================================
--- modules/remoting/trunk/docs/pom.xml	2010-02-03 09:41:42 UTC (rev 12005)
+++ modules/remoting/trunk/docs/pom.xml	2010-02-03 09:50:09 UTC (rev 12006)
@@ -7,6 +7,12 @@
    <version>3.0.0-SNAPSHOT</version>
    <packaging>jdocbook</packaging>
    <name>Seam Remoting Reference Guide</name>
+   
+   <parent>
+      <groupId>org.jboss.weld</groupId>
+      <artifactId>weld-parent</artifactId>
+      <version>8</version>
+   </parent>
 
    <pluginRepositories>
       <pluginRepository>
@@ -25,7 +31,7 @@
 
    <properties>
       <pdf.name>remoting-reference.pdf</pdf.name>
-      <remoting.docbook.version>1.1.1-Beta5</remoting.docbook.version>
+      <weld.docbook.version>1.1.1-Beta5</weld.docbook.version>
    </properties>
 
    <build>
@@ -34,20 +40,6 @@
          <plugin>
             <groupId>org.jboss.maven.plugins</groupId>
             <artifactId>maven-jdocbook-plugin</artifactId>
-            <configuration>
-              <formats>
-                <format>
-                  <formatName>html</formatName>
-                </format>
-                <format>
-                  <formatName>html_single</formatName>
-                </format>
-                <!--format>
-                  <formatName>pdf</formatName>
-                </format-->
-              </formats>
-              <sourceDocumentName>master.xml</sourceDocumentName>
-            </configuration>
          </plugin>
          <plugin>
             <artifactId>maven-antrun-plugin</artifactId>



More information about the seam-commits mailing list