Author: SeanRogers
Date: 2010-07-02 00:56:30 -0400 (Fri, 02 Jul 2010)
New Revision: 17704
Modified:
root/docs/trunk/Component_Reference/en-US/Component_Reference.xml
root/docs/trunk/Component_Reference/pom.xml
root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Advanced_features.xml
root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Basic_concepts.xml
root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Skinning_and_theming.xml
root/docs/trunk/Developer_Guide/pom.xml
root/docs/trunk/Migration_Guide/pom.xml
Log:
Removed language from artifact IDs
Modified: root/docs/trunk/Component_Reference/en-US/Component_Reference.xml
===================================================================
--- root/docs/trunk/Component_Reference/en-US/Component_Reference.xml 2010-07-02 00:31:47
UTC (rev 17703)
+++ root/docs/trunk/Component_Reference/en-US/Component_Reference.xml 2010-07-02 04:56:30
UTC (rev 17704)
@@ -42,6 +42,8 @@
<xi:include href="chap-Component_Reference-Functionality_extension.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
-->
</part>
+ <!--
<xi:include href="Revision_History.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ -->
</book>
Modified: root/docs/trunk/Component_Reference/pom.xml
===================================================================
--- root/docs/trunk/Component_Reference/pom.xml 2010-07-02 00:31:47 UTC (rev 17703)
+++ root/docs/trunk/Component_Reference/pom.xml 2010-07-02 04:56:30 UTC (rev 17704)
@@ -9,10 +9,10 @@
</parent>
<groupId>org.richfaces.docs</groupId>
- <artifactId>Component_Reference-en-US</artifactId>
+ <artifactId>Component_Reference</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
- <name>Component Reference-(en-US)</name>
+ <name>Component Reference</name>
<properties>
<translation>en-US</translation>
Modified:
root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Advanced_features.xml
===================================================================
---
root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Advanced_features.xml 2010-07-02
00:31:47 UTC (rev 17703)
+++
root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Advanced_features.xml 2010-07-02
04:56:30 UTC (rev 17704)
@@ -3,9 +3,6 @@
]>
<chapter id="chap-Developer_Guide-Advanced_features">
<title>Advanced features</title>
- <para>
- Read this chapter for details on some of the advanced features and configuration
possibilities for the RichFaces framework.
- </para>
<!-- In development notification -->
<important>
<title>Documentation in development</title>
@@ -13,6 +10,9 @@
Some concepts covered in this chapter may refer to the previous version of
<productname>Richfaces</productname>, version 3.3.3. This chapter is scheduled
for review to ensure all information is up to date.
</para>
</important>
+ <para>
+ Read this chapter for details on some of the advanced features and configuration
possibilities for the RichFaces framework.
+ </para>
<section id="sect-Developer_Guide-Advanced_features-JSF2_integration">
<title>JSF2 integration</title>
<para>
Modified: root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Basic_concepts.xml
===================================================================
---
root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Basic_concepts.xml 2010-07-02
00:31:47 UTC (rev 17703)
+++
root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Basic_concepts.xml 2010-07-02
04:56:30 UTC (rev 17704)
@@ -3,9 +3,6 @@
]>
<chapter id="chap-Developer_Guide-Basic_concepts">
<title>Basic concepts</title>
- <para>
- Read this chapter for the basic concepts of using RichFaces in conjunction with Ajax
and JavaServer Faces.
- </para>
<!-- In development notification -->
<important>
<title>Documentation in development</title>
@@ -13,6 +10,9 @@
Some concepts covered in this chapter may refer to the previous version of
<productname>Richfaces</productname>, version 3.3.3. This chapter is scheduled
for review to ensure all information is up to date.
</para>
</important>
+ <para>
+ Read this chapter for the basic concepts of using RichFaces in conjunction with Ajax
and JavaServer Faces.
+ </para>
<section
id="sect-Developer_Guide-Basic_concepts-Sending_an_Ajax_request">
<title>Sending an Ajax request</title>
<para>
Modified:
root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Skinning_and_theming.xml
===================================================================
---
root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Skinning_and_theming.xml 2010-07-02
00:31:47 UTC (rev 17703)
+++
root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Skinning_and_theming.xml 2010-07-02
04:56:30 UTC (rev 17704)
@@ -3,9 +3,6 @@
]>
<chapter id="chap-Developer_Guide-Skinning_and_theming">
<title>Skinning and theming</title>
- <para>
- Read this chapter for a guide to skinning and theming RichFaces applications, including
how to implement themes, and details on customizing and extending skins.
- </para>
<!-- In development notification -->
<important>
<title>Documentation in development</title>
@@ -13,6 +10,9 @@
Some concepts covered in this chapter may refer to the previous version of
<productname>Richfaces</productname>, version 3.3.3. This chapter is scheduled
for review to ensure all information is up to date.
</para>
</important>
+ <para>
+ Read this chapter for a guide to skinning and theming RichFaces applications, including
how to implement themes, and details on customizing and extending skins.
+ </para>
<section id="sect-Developer_Guide-Skinning_and_theming-What_are_skins">
<title>What are skins?</title>
<para>
Modified: root/docs/trunk/Developer_Guide/pom.xml
===================================================================
--- root/docs/trunk/Developer_Guide/pom.xml 2010-07-02 00:31:47 UTC (rev 17703)
+++ root/docs/trunk/Developer_Guide/pom.xml 2010-07-02 04:56:30 UTC (rev 17704)
@@ -9,10 +9,10 @@
</parent>
<groupId>org.richfaces.docs</groupId>
- <artifactId>Developer_Guide-en-US</artifactId>
+ <artifactId>Developer_Guide</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
- <name>Developer Guide-(en-US)</name>
+ <name>Developer Guide</name>
<properties>
<translation>en-US</translation>
Modified: root/docs/trunk/Migration_Guide/pom.xml
===================================================================
--- root/docs/trunk/Migration_Guide/pom.xml 2010-07-02 00:31:47 UTC (rev 17703)
+++ root/docs/trunk/Migration_Guide/pom.xml 2010-07-02 04:56:30 UTC (rev 17704)
@@ -9,10 +9,10 @@
</parent>
<groupId>org.richfaces.docs</groupId>
- <artifactId>Migration_Guide-en-US</artifactId>
+ <artifactId>Migration_Guide</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
- <name>Migration Guide-(en-US)</name>
+ <name>Migration Guide</name>
<properties>
<translation>en-US</translation>