Author: SeanRogers
Date: 2010-08-22 23:50:06 -0400 (Sun, 22 Aug 2010)
New Revision: 18921
Modified:
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Author_Group.xml
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Book_Info.xml
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Component_Development_Kit_Guide.ent
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Configuration.xml
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Creating_a_new_component.xml
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Creating_components_in_other_environments.xml
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Developer_sample.xml
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Introduction.xml
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Naming_conventions.xml
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Preface.xml
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Revision_History.xml
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Template_tags_reference.xml
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Unit_testing.xml
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Using_components_in_projects.xml
modules/docs/branches/draft/Developer_Guide/src/main/docbook/en-US/Book_Info.xml
modules/docs/branches/draft/Developer_Guide/src/main/docbook/en-US/Developer_Guide.ent
modules/docs/branches/draft/Migration_Guide/src/main/docbook/en-US/Migration_Guide.ent
Log:
Updated legacy entities
Modified:
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Author_Group.xml
===================================================================
---
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Author_Group.xml 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Author_Group.xml 2010-08-23
03:50:06 UTC (rev 18921)
@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Component_Development_Kit_Guide.ent">
-%BOOK_ENTITIES;
]>
<authorgroup>
<author>
Modified:
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Book_Info.xml
===================================================================
---
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Book_Info.xml 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Book_Info.xml 2010-08-23
03:50:06 UTC (rev 18921)
@@ -1,12 +1,10 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Component_Development_Kit_Guide.ent">
-%BOOK_ENTITIES;
]>
<bookinfo
id="book-Component_Development_Kit_Guide-Component_Development_Kit_Guide">
<title>Component Development Kit Guide</title>
- <subtitle>Developing custom components for use in RichFaces
&VERSIONLONG;<remark> (draft)</remark>
+ <subtitle>Developing custom components for use in RichFaces 4<remark>
(draft)</remark>
projects</subtitle>
<productname>RichFaces</productname>
<productnumber>4.0</productnumber>
@@ -14,7 +12,7 @@
<pubsnumber>1</pubsnumber>
<abstract>
<para>This book details how to use the RichFaces Component Development
-Kit to create custom components for use with the RichFaces &VERSION;
+Kit to create custom components for use with the RichFaces 4
framework.</para>
</abstract>
<corpauthor>
Modified:
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Component_Development_Kit_Guide.ent
===================================================================
---
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Component_Development_Kit_Guide.ent 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Component_Development_Kit_Guide.ent 2010-08-23
03:50:06 UTC (rev 18921)
@@ -1,6 +1,5 @@
<!ENTITY PRODUCT "RichFaces">
<!ENTITY VERSION "4.0">
-<!ENTITY VERSIONLONG "4.0.0.ALPHA2">
<!ENTITY BOOKID "Component_Development_Kit_Guide">
<!ENTITY HOLDER "Red Hat">
<!ENTITY YEAR "2009">
Modified:
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Configuration.xml
===================================================================
---
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Configuration.xml 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Configuration.xml 2010-08-23
03:50:06 UTC (rev 18921)
@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Component_Development_Kit_Guide.ent">
-%BOOK_ENTITIES;
]>
<chapter id="chap-Component_Development_Kit_Guide-Configuration">
Modified:
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Creating_a_new_component.xml
===================================================================
---
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Creating_a_new_component.xml 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Creating_a_new_component.xml 2010-08-23
03:50:06 UTC (rev 18921)
@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Component_Development_Kit_Guide.ent">
-%BOOK_ENTITIES;
]>
<chapter
id="chap-Component_Development_Kit_Guide-Creating_a_new_component">
Modified:
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Creating_components_in_other_environments.xml
===================================================================
---
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Creating_components_in_other_environments.xml 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Creating_components_in_other_environments.xml 2010-08-23
03:50:06 UTC (rev 18921)
@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Component_Development_Kit_Guide.ent">
-%BOOK_ENTITIES;
]>
<chapter
id="chap-Component_Development_Kit_Guide-Creating_components_in_other_environments">
Modified:
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Developer_sample.xml
===================================================================
---
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Developer_sample.xml 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Developer_sample.xml 2010-08-23
03:50:06 UTC (rev 18921)
@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Component_Development_Kit_Guide.ent">
-%BOOK_ENTITIES;
]>
<chapter id="chap-Component_Development_Kit_Guide-Developer_sample">
Modified:
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Introduction.xml
===================================================================
---
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Introduction.xml 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Introduction.xml 2010-08-23
03:50:06 UTC (rev 18921)
@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Component_Development_Kit_Guide.ent">
-%BOOK_ENTITIES;
]>
<chapter id="chap-Component_Development_Kit_Guide-Introduction">
Modified:
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Naming_conventions.xml
===================================================================
---
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Naming_conventions.xml 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Naming_conventions.xml 2010-08-23
03:50:06 UTC (rev 18921)
@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Component_Development_Kit_Guide.ent">
-%BOOK_ENTITIES;
]>
<appendix id="appe-Component_Development_Kit_Guide-Naming_conventions">
Modified:
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Preface.xml
===================================================================
---
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Preface.xml 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Preface.xml 2010-08-23
03:50:06 UTC (rev 18921)
@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Component_Development_Kit_Guide.ent">
-%BOOK_ENTITIES;
]>
<preface id="pref-Component_Development_Kit_Guide-Preface">
Modified:
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Revision_History.xml
===================================================================
---
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Revision_History.xml 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Revision_History.xml 2010-08-23
03:50:06 UTC (rev 18921)
@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Component_Development_Kit_Guide.ent">
-%BOOK_ENTITIES;
]>
<appendix id="appe-Component_Development_Kit_Guide-Revision_History">
Modified:
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Template_tags_reference.xml
===================================================================
---
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Template_tags_reference.xml 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Template_tags_reference.xml 2010-08-23
03:50:06 UTC (rev 18921)
@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Component_Development_Kit_Guide.ent">
-%BOOK_ENTITIES;
]>
<appendix
id="appe-Component_Development_Kit_Guide-Template_tags_reference">
Modified:
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Unit_testing.xml
===================================================================
---
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Unit_testing.xml 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Unit_testing.xml 2010-08-23
03:50:06 UTC (rev 18921)
@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Component_Development_Kit_Guide.ent">
-%BOOK_ENTITIES;
]>
<chapter id="chap-Component_Development_Kit_Guide-Unit_testing">
Modified:
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Using_components_in_projects.xml
===================================================================
---
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Using_components_in_projects.xml 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Component_Development_Kit_Guide/src/main/docbook/en-US/Using_components_in_projects.xml 2010-08-23
03:50:06 UTC (rev 18921)
@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Component_Development_Kit_Guide.ent">
-%BOOK_ENTITIES;
]>
<chapter
id="chap-Component_Development_Kit_Guide-Using_components_in_projects">
Modified:
modules/docs/branches/draft/Developer_Guide/src/main/docbook/en-US/Book_Info.xml
===================================================================
---
modules/docs/branches/draft/Developer_Guide/src/main/docbook/en-US/Book_Info.xml 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Developer_Guide/src/main/docbook/en-US/Book_Info.xml 2010-08-23
03:50:06 UTC (rev 18921)
@@ -3,7 +3,7 @@
]>
<bookinfo id="book-Developer_Guide-Developer_Guide">
<title>Developer Guide</title>
- <subtitle>Developing applications using RichFaces &VERSIONLONG;<remark>
(draft)</remark>
+ <subtitle>Developing applications using RichFaces 4<remark>
(draft)</remark>
</subtitle>
<productname>RichFaces</productname>
<productnumber>4.0</productnumber>
@@ -11,7 +11,7 @@
<pubsnumber>1</pubsnumber>
<abstract>
<para>
- Read this book for a comprehensive guide to getting started and working with RichFaces
&VERSION;. It includes details of the architecture, the framework's use in
different applications, and skinning implementations.
+ Read this book for a comprehensive guide to getting started and working with RichFaces
4. It includes details of the architecture, the framework's use in different
applications, and skinning implementations.
</para>
</abstract>
<corpauthor>
Modified:
modules/docs/branches/draft/Developer_Guide/src/main/docbook/en-US/Developer_Guide.ent
===================================================================
---
modules/docs/branches/draft/Developer_Guide/src/main/docbook/en-US/Developer_Guide.ent 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Developer_Guide/src/main/docbook/en-US/Developer_Guide.ent 2010-08-23
03:50:06 UTC (rev 18921)
@@ -1,6 +1,5 @@
<!ENTITY PRODUCT "RichFaces">
<!ENTITY VERSION "4.0">
-<!ENTITY VERSIONLONG "4.0.0.ALPHA2">
<!ENTITY BOOKID "Developer_Guide">
<!ENTITY HOLDER "Red Hat">
<!ENTITY YEAR "2009">
Modified:
modules/docs/branches/draft/Migration_Guide/src/main/docbook/en-US/Migration_Guide.ent
===================================================================
---
modules/docs/branches/draft/Migration_Guide/src/main/docbook/en-US/Migration_Guide.ent 2010-08-23
02:06:42 UTC (rev 18920)
+++
modules/docs/branches/draft/Migration_Guide/src/main/docbook/en-US/Migration_Guide.ent 2010-08-23
03:50:06 UTC (rev 18921)
@@ -1,6 +1,5 @@
<!ENTITY PRODUCT "RichFaces">
<!ENTITY VERSION "4.0">
-<!ENTITY VERSIONLONG "4.0.0.ALPHA2">
<!ENTITY BOOKID "Migration_Guide">
<!ENTITY HOLDER "Red Hat Inc.">
<!ENTITY YEAR "2009">
Show replies by date