JBoss Rich Faces SVN: r12513 - in trunk/docs/cdkguide/en/src/main/docbook: modules and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: artdaw
Date: 2009-02-02 05:25:50 -0500 (Mon, 02 Feb 2009)
New Revision: 12513
Modified:
trunk/docs/cdkguide/en/src/main/docbook/includes/template.xml
trunk/docs/cdkguide/en/src/main/docbook/modules/setup.xml
Log:
https://jira.jboss.org/jira/browse/RF-5969 - CDK Guide was updated
Modified: trunk/docs/cdkguide/en/src/main/docbook/includes/template.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/template.xml 2009-02-02 10:02:05 UTC (rev 12512)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/template.xml 2009-02-02 10:25:50 UTC (rev 12513)
@@ -127,7 +127,7 @@
the <emphasis role="bold">
<property><inputDate></property>
</emphasis> component:
- <ulink url="examples/htmlInputDate.jspx">htmlInputDate.jspx</ulink>.
+ <ulink url="examples/htmlInputDate.txt">htmlInputDate.jspx</ulink>.
</para>
<note>
<title>Note:</title>
@@ -141,4 +141,4 @@
<para>
All the Template tags you could find in the <link linkend="temptags">"Template tags overview"</link> chapter.
</para>
- </section>
\ No newline at end of file
+ </section>
Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/setup.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/modules/setup.xml 2009-02-02 10:02:05 UTC (rev 12512)
+++ trunk/docs/cdkguide/en/src/main/docbook/modules/setup.xml 2009-02-02 10:25:50 UTC (rev 12513)
@@ -153,12 +153,12 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_07</version>
+ <version>1.2_12</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_07</version>
+ <version>1.2_12</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
15 years, 11 months
JBoss Rich Faces SVN: r12512 - trunk/sandbox/samples/maven-rd-plugin-sample.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2009-02-02 05:02:05 -0500 (Mon, 02 Feb 2009)
New Revision: 12512
Modified:
trunk/sandbox/samples/maven-rd-plugin-sample/pom.xml
Log:
Modified: trunk/sandbox/samples/maven-rd-plugin-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/maven-rd-plugin-sample/pom.xml 2009-02-02 10:01:26 UTC (rev 12511)
+++ trunk/sandbox/samples/maven-rd-plugin-sample/pom.xml 2009-02-02 10:02:05 UTC (rev 12512)
@@ -24,7 +24,8 @@
<artifactId>maven-resource-dependency-plugin</artifactId>
<groupId>org.richfaces.cdk.sandbox</groupId>
<version>3.3.1-SNAPSHOT</version>
- <configuration>
+ <configuration>
+ <webSourceDirectory>${basedir}/src/main/webapp</webSourceDirectory>
<outputScriptDirectory>
${basedir}/src/main/webapp/scripts
</outputScriptDirectory>
@@ -42,7 +43,7 @@
<execution>
<phase>process-resources</phase>
<goals>
- <goal>assemblyResources</goal>
+ <goal>assembly-resources</goal>
</goals>
</execution>
</executions>
15 years, 11 months
JBoss Rich Faces SVN: r12511 - trunk/sandbox/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2009-02-02 05:01:26 -0500 (Mon, 02 Feb 2009)
New Revision: 12511
Modified:
trunk/sandbox/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo/ResourceDependencyMojo.java
Log:
rename goal assemblyResources to the assembly-resources
Modified: trunk/sandbox/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo/ResourceDependencyMojo.java
===================================================================
--- trunk/sandbox/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo/ResourceDependencyMojo.java 2009-01-30 18:04:53 UTC (rev 12510)
+++ trunk/sandbox/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo/ResourceDependencyMojo.java 2009-02-02 10:01:26 UTC (rev 12511)
@@ -64,7 +64,7 @@
/**
* @author Anton Belevich
- * @goal assemblyResources
+ * @goal assembly-resources
* @phase process-resources
*/
15 years, 11 months