[seam-commits] Seam SVN: r11719 - in branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide: en-US and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Dec 4 02:00:03 EST 2009
Author: laubai
Date: 2009-12-04 02:00:03 -0500 (Fri, 04 Dec 2009)
New Revision: 11719
Modified:
branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide/en-US/Annotations.xml
branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide/en-US/Book_Info.xml
branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide/en-US/Migration.xml
branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide/publican.cfg
Log:
Edited config file.
Modified: branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide/en-US/Annotations.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide/en-US/Annotations.xml 2009-12-04 06:38:40 UTC (rev 11718)
+++ branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide/en-US/Annotations.xml 2009-12-04 07:00:03 UTC (rev 11719)
@@ -135,7 +135,7 @@
<listitem>
<programlisting role="JAVA"><![CDATA[@Conversational]]></programlisting>
<para>
- Specifies that a conversation scope component is
+ Specifies that a conversation scoped component is
conversational, meaning that no method of the component may be
called unless a long-running conversation is active.
</para>
@@ -148,7 +148,7 @@
<listitem>
<programlisting role="JAVA"><![CDATA[@PerNestedConversation]]></programlisting>
<para>
- Limits the scope of a CONVERSATION-scoped component to just
+ Limits the scope of a conversation-scoped component to just
the parent conversation in which it was instantiated. The
component instance will not be visible to nested child
conversations, which will get their own instance.
Modified: branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide/en-US/Book_Info.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide/en-US/Book_Info.xml 2009-12-04 06:38:40 UTC (rev 11718)
+++ branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide/en-US/Book_Info.xml 2009-12-04 07:00:03 UTC (rev 11719)
@@ -1,7 +1,7 @@
<?xml version='1.0'?>
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]>
-<bookinfo id="Seam2_Reference_Guide">
+<bookinfo id="Seam_Reference_Guide">
<title>Seam Reference Guide</title>
<subtitle>for Use with JBoss Enterprise Application Platform 4.3.0 Cumulative Patch 7</subtitle>
<edition>2.0</edition>
Modified: branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide/en-US/Migration.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide/en-US/Migration.xml 2009-12-04 06:38:40 UTC (rev 11718)
+++ branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide/en-US/Migration.xml 2009-12-04 07:00:03 UTC (rev 11719)
@@ -425,7 +425,7 @@
<table>
<title>Component's in Seam 2</title>
- <tgroup cols="2">
+ <tgroup cols="6">
<!-- <colspec colnum="1" colwidth="2*" />
<colspec colnum="2" colwidth="2*" />
<colspec colnum="3" colwidth="2*" />
Modified: branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide/publican.cfg
===================================================================
--- branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide/publican.cfg 2009-12-04 06:38:40 UTC (rev 11718)
+++ branches/enterprise/JBPAPP_4_3_CP07/doc/Seam2_Reference_Guide/publican.cfg 2009-12-04 07:00:03 UTC (rev 11719)
@@ -1,5 +1,5 @@
# Config::Simple 4.59
-# Fri Dec 4 16:36:22 2009
+# Fri Dec 4 16:57:52 2009
debug: 1
xml_lang: en-US
More information about the seam-commits
mailing list