[jboss-cvs] JBossAS SVN: r81935 - projects/docs/enterprise/4.3.3.1/Seam/Seam_Reference_Guide/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Dec 2 00:06:56 EST 2008
Author: irooskov at redhat.com
Date: 2008-12-02 00:06:55 -0500 (Tue, 02 Dec 2008)
New Revision: 81935
Modified:
projects/docs/enterprise/4.3.3.1/Seam/Seam_Reference_Guide/en-US/Feedback.xml
projects/docs/enterprise/4.3.3.1/Seam/Seam_Reference_Guide/en-US/Preface.xml
projects/docs/enterprise/4.3.3.1/Seam/Seam_Reference_Guide/en-US/Seam_Reference_Guide_CP03_FP01.xml
Log:
updated guide with 1444 fix and feedback fix
Modified: projects/docs/enterprise/4.3.3.1/Seam/Seam_Reference_Guide/en-US/Feedback.xml
===================================================================
--- projects/docs/enterprise/4.3.3.1/Seam/Seam_Reference_Guide/en-US/Feedback.xml 2008-12-02 03:46:21 UTC (rev 81934)
+++ projects/docs/enterprise/4.3.3.1/Seam/Seam_Reference_Guide/en-US/Feedback.xml 2008-12-02 05:06:55 UTC (rev 81935)
@@ -1,17 +1,11 @@
<?xml version='1.0'?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]>
-<section id="Book-We_Need_Feedback">
- <title>Contribute to Seam</title>
- <para>
- Visit
- <ulink url="http://www.seamframework.org/Community/Contribute">
- SeamFramework.org
- </ulink>
- to find out how to contribute to Seam!
- </para>
-</section>
-
-
+<chapter id="Feedback">
+ <title>Feedback</title>
+ <para>
+ If you spot a typo in this guide, or if you have thought of a way to make this manual better, we would love to hear from you! Submit a report in <ulink url="http://jira.jboss.com/jira/browse/JBPAPP">JIRA</ulink> against the Product: JBoss Enterprise Application Platform, Version: <replaceable><version></replaceable>, Component: <emphasis>Doc</emphasis>. If you have a suggestion for improving the documentation, try to be as specific as possible. If you have found an error, include the section number and some of the surrounding text so we can find it easily.
+ </para>
+</chapter>
Modified: projects/docs/enterprise/4.3.3.1/Seam/Seam_Reference_Guide/en-US/Preface.xml
===================================================================
--- projects/docs/enterprise/4.3.3.1/Seam/Seam_Reference_Guide/en-US/Preface.xml 2008-12-02 03:46:21 UTC (rev 81934)
+++ projects/docs/enterprise/4.3.3.1/Seam/Seam_Reference_Guide/en-US/Preface.xml 2008-12-02 05:06:55 UTC (rev 81935)
@@ -294,6 +294,6 @@
to write a complex web application in Java. You won't believe how little code is required!
</para>
- <xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+<!-- <xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
</preface>
Modified: projects/docs/enterprise/4.3.3.1/Seam/Seam_Reference_Guide/en-US/Seam_Reference_Guide_CP03_FP01.xml
===================================================================
--- projects/docs/enterprise/4.3.3.1/Seam/Seam_Reference_Guide/en-US/Seam_Reference_Guide_CP03_FP01.xml 2008-12-02 03:46:21 UTC (rev 81934)
+++ projects/docs/enterprise/4.3.3.1/Seam/Seam_Reference_Guide/en-US/Seam_Reference_Guide_CP03_FP01.xml 2008-12-02 05:06:55 UTC (rev 81935)
@@ -3,7 +3,8 @@
<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="Preface.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="Tutorial.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href= "Gettingstarted.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href= "Getting_Started_With_JBoss_Tools.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
@@ -11,7 +12,7 @@
<xi:include href= "Concepts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href= "Xml.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href= "Events.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href= "Conversations.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href= "Conversations.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href= "Jbpm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href= "Persistence.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href= "Validation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
More information about the jboss-cvs-commits
mailing list