[jboss-cvs] JBossAS SVN: r78291 - projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 9 20:51:03 EDT 2008


Author: irooskov at redhat.com
Date: 2008-09-09 20:51:02 -0400 (Tue, 09 Sep 2008)
New Revision: 78291

Added:
   projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/JBoss_Transactions_Programmers_Guide.ent
   projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/JBoss_Transactions_Programmers_Guide.xml
Removed:
   projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/Programmers_Guide.ent
   projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/Programmers_Guide.xml
Modified:
   projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/Appendix_B.xml
   projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/Book_Info.xml
Log:
updated for build system


Modified: projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/Appendix_B.xml
===================================================================
--- projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/Appendix_B.xml	2008-09-10 00:36:05 UTC (rev 78290)
+++ projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/Appendix_B.xml	2008-09-10 00:51:02 UTC (rev 78291)
@@ -13,10 +13,12 @@
     </section>
     <section>
     	<title>Class library</title>
-	<formalpara>
+<!--	<formalpara>
 		<title>Lock Manager</title>
-		<para></para>
-	</formalpara>
+		<para></para> 
+	</formalpara> -->
+	<example>
+		<title>Lock Manager</title>
 <screen>
 public class LockResult
 {
@@ -57,10 +59,13 @@
 	protected void terminate ();
 };
 </screen>
-	<formalpara>
+</example>
+<!--	<formalpara>
 		<title>StateManager</title>
-		<para></para>
-	</formalpara>
+			<para></para> 
+	</formalpara> -->
+	<example>
+		<title>StateManager</title>
 <screen>
 public class ObjectStatus
 {
@@ -105,10 +110,13 @@
 	protected synchronized final void modified ();
 };
 </screen>
-	<formalpara>
+</example>
+<!--	<formalpara>
 		<title>Input/OutputObjectState</title>
-		<para></para>
-	</formalpara>
+			<para></para> 
+		</formalpara> -->
+		<example>
+			<title>Input/OutputObjectState</title>
 <screen>
 class OutputObjectState extends OutputBuffer
 {
@@ -129,10 +137,13 @@
 	public String type ();
 };
 </screen>
-	<formalpara>
+</example>
+<!--	<formalpara>
 		<title>Input/OutputBuffer</title>
-		<para></para>
-	</formalpara>
+			<para></para>
+	</formalpara> -->
+	<example>
+		<title>Input/OutputBuffer</title>
 <screen>
 public class OutputBuffer
 {
@@ -177,10 +188,13 @@
 	public synchronized String unpackString () throws IOException;
 };
 </screen>
-	<formalpara>
+</example>
+<!--	<formalpara>
 		<title>Uid</title>
-		<para></para>
-	</formalpara>
+			<para></para> 
+		</formalpara> -->
+	<example>
+		<title>Uid</title>
 <screen>
 public class Uid implements Cloneable
 {
@@ -204,10 +218,13 @@
 	public static synchronized Uid nullUid ();
 };
 </screen>
-	<formalpara>
+</example>
+<!--	<formalpara>
 		<title>AtomicAction</title>
-		<para></para>
-	</formalpara>
+			<para></para> 
+		</formalpara> -->
+	<example>
+		<title>AtomicAction</title>
 <screen>
 public class AtomicAction
 {
@@ -231,5 +248,6 @@
 	Inactive;
 };
 </screen>
+</example>
     </section>
 </appendix>
\ No newline at end of file

Modified: projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/Book_Info.xml	2008-09-10 00:36:05 UTC (rev 78290)
+++ projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/Book_Info.xml	2008-09-10 00:51:02 UTC (rev 78291)
@@ -3,11 +3,11 @@
 ]>
 
 <bookinfo>
-	<title>Programmers Guide</title>
-	<subtitle>for Use with JBoss Enterprise Application Platform</subtitle>
+	<title>JBoss Transactions Programmers Guide</title>
+	<subtitle>for Use with JBoss Enterprise Application Platform 4.3</subtitle>
 	<edition>2.0</edition>
 	<pubsnumber>1</pubsnumber>
-	<productname>JBoss Transactions</productname>
+	<productname>JBoss Enterprise Application Platform</productname>
 	<productnumber>4.3</productnumber>
 	<abstract>
 		<para>This book is the Enterprise Application Platform edition of the JBoss TS Programmers

Added: projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/JBoss_Transactions_Programmers_Guide.ent
===================================================================
--- projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/JBoss_Transactions_Programmers_Guide.ent	                        (rev 0)
+++ projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/JBoss_Transactions_Programmers_Guide.ent	2008-09-10 00:51:02 UTC (rev 78291)
@@ -0,0 +1,3 @@
+<!ENTITY HOLDER "Red Hat, Inc">
+<!ENTITY YEAR "2008">
+<!ENTITY VERSION "4.3.0.CP01">


Property changes on: projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/JBoss_Transactions_Programmers_Guide.ent
___________________________________________________________________
Name: svn:executable
   + *

Added: projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/JBoss_Transactions_Programmers_Guide.xml
===================================================================
--- projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/JBoss_Transactions_Programmers_Guide.xml	                        (rev 0)
+++ projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/JBoss_Transactions_Programmers_Guide.xml	2008-09-10 00:51:02 UTC (rev 78291)
@@ -0,0 +1,21 @@
+<?xml version='1.0'?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+<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="Chapter.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Chapter_02.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Chapter_03.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Chapter_04.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Chapter_05.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Chapter_06.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
+	<xi:include href="Chapter_07.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Appendix_A.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Appendix_B.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+<!--	<xi:include href="Appendix.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
+
+</book>
+


Property changes on: projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/JBoss_Transactions_Programmers_Guide.xml
___________________________________________________________________
Name: svn:executable
   + *

Deleted: projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/Programmers_Guide.ent
===================================================================
--- projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/Programmers_Guide.ent	2008-09-10 00:36:05 UTC (rev 78290)
+++ projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/Programmers_Guide.ent	2008-09-10 00:51:02 UTC (rev 78291)
@@ -1,3 +0,0 @@
-<!ENTITY HOLDER "Red Hat, Inc">
-<!ENTITY YEAR "2008">
-<!ENTITY VERSION "4.3.0.CP01">

Deleted: projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/Programmers_Guide.xml
===================================================================
--- projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/Programmers_Guide.xml	2008-09-10 00:36:05 UTC (rev 78290)
+++ projects/docs/enterprise/4.3/Transactions/Programmers_Guide/en-US/Programmers_Guide.xml	2008-09-10 00:51:02 UTC (rev 78291)
@@ -1,21 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-]>
-
-<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="Chapter.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Chapter_02.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Chapter_03.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Chapter_04.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Chapter_05.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Chapter_06.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
-	<xi:include href="Chapter_07.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Appendix_A.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Appendix_B.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-<!--	<xi:include href="Appendix.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
-<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
-
-</book>
-




More information about the jboss-cvs-commits mailing list