Author: smukhina
Date: 2009-04-24 12:33:50 -0400 (Fri, 24 Apr 2009)
New Revision: 13835
Modified:
trunk/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml
trunk/docs/cdkguide/en/src/main/docbook/modules/devsample.xml
trunk/docs/cdkguide/en/src/main/docbook/modules/overview.xml
trunk/docs/cdkguide/en/src/main/docbook/modules/setup.xml
Log:
RF-5725 - Versions and dates in documentation of 3.3.1 release, versions are checked in
CDK guide
Modified: trunk/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml 2009-04-24 15:43:59 UTC
(rev 13834)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml 2009-04-24 16:33:50 UTC
(rev 13835)
@@ -14,7 +14,7 @@
At first we need to create a project for the component itself. In the library
directory
<property>Sandbox</property> you just created, launch the following
command (all in one line):
</para>
- <programlisting role="XML"><![CDATA[mvn archetype:create
-DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component
-DarchetypeVersion=3.3.0.GA -DartifactId=inputDate]]>
+ <programlisting role="XML"><![CDATA[mvn archetype:create
-DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component
-DarchetypeVersion=3.3.1.GA -DartifactId=inputDate]]>
</programlisting>
<para>
As is easy to see a new directory with the name
<property>inputDate</property> will be created.
@@ -164,7 +164,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0.GA</version>
+ <version>3.3.1.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -202,7 +202,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0.GA</version>
+ <version>3.3.1.GA</version>
</dependency>
</dependencies>
</project>]]>
Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/devsample.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/modules/devsample.xml 2009-04-24 15:43:59 UTC
(rev 13834)
+++ trunk/docs/cdkguide/en/src/main/docbook/modules/devsample.xml 2009-04-24 16:33:50 UTC
(rev 13835)
@@ -21,7 +21,7 @@
where you have created the <emphasis
role="bold"><property><inputDate></property></emphasis>
component
and launch the following command (all in one line):
</para>
- <programlisting role="XML"><![CDATA[mvn archetype:create
-DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp
-DarchetypeVersion=3.3.0.GA -DgroupId=org.mycompany
-DartifactId=inputDate-sample]]></programlisting>
+ <programlisting role="XML"><![CDATA[mvn archetype:create
-DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp
-DarchetypeVersion=3.3.1.GA -DgroupId=org.mycompany
-DartifactId=inputDate-sample]]></programlisting>
<para>
As easy to see a new directory <property>inputDate-sample</property> is
created with the predefined JSF project structure:
</para>
Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/overview.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/modules/overview.xml 2009-04-24 15:43:59 UTC
(rev 13834)
+++ trunk/docs/cdkguide/en/src/main/docbook/modules/overview.xml 2009-04-24 16:33:50 UTC
(rev 13835)
@@ -104,7 +104,7 @@
<listitem>
<para>
add necessary jar files
- (inputDate-1.0-SNAPSHOT.jar, jsf-api.jar, jsf-impl.jar, jstl-api-1.2.jar,
richfaces-api-3.3.0.jar, richfaces-impl-3.3.0.jar, richfaces-ui-3.3.0.jar,
commons-logging.jar, commons-digester.jar, commons-collections.jar, commons-beanutils.jar,
common-annotations.jar)
+ (inputDate-1.0-SNAPSHOT.jar, jsf-api.jar, jsf-impl.jar, jstl-api-1.2.jar,
richfaces-api-3.3.1.jar, richfaces-impl-3.3.1.jar, richfaces-ui-3.3.1.jar,
commons-logging.jar, commons-digester.jar, commons-collections.jar, commons-beanutils.jar,
common-annotations.jar)
into the <property>WEB-INF/lib</property> folder
</para>
</listitem>
Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/setup.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/modules/setup.xml 2009-04-24 15:43:59 UTC (rev
13834)
+++ trunk/docs/cdkguide/en/src/main/docbook/modules/setup.xml 2009-04-24 16:33:50 UTC (rev
13835)
@@ -180,7 +180,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.0.GA</version>
+ <version>3.3.1.GA</version>
</dependency>
</dependencies>
</project>]]>
Show replies by date