Author: nbelaevski
Date: 2009-08-27 19:01:25 -0400 (Thu, 27 Aug 2009)
New Revision: 15378
Added:
root/readme-examples.txt
root/readme-ui.txt
Removed:
root/examples/trunk/readme.txt
root/ui/trunk/readme-ui.txt
Modified:
root/richfaces-examples.xml
root/richfaces.xml
Log:
readme.txt integrated into distribution
Deleted: root/examples/trunk/readme.txt
===================================================================
--- root/examples/trunk/readme.txt 2009-08-27 22:46:49 UTC (rev 15377)
+++ root/examples/trunk/readme.txt 2009-08-27 23:01:25 UTC (rev 15378)
@@ -1,14 +0,0 @@
-This demo application should be built using Maven 2.1.0
-
-tomcat6/jetty targetted build:
-1) execute "mvn install" in root application folder(examples/richfaces-demo)
-2) Deploy to tomcat 6.x or just run using maven on jetty using "mvn
jetty:run-war"
-
-For JEE5 application server:
-1) execute "mvn install -P jee5" in root application
folder(examples/richfaces-demo)
-2) Deploy to Jboss 4.x or higher or some other jee5 application server.
-3) Do not forget to change the JSF implementation shipped with application server to JSF
2 (latest SNAPSHOT)
-
-To Build both archives execute "mvn install -P release"
-
-Type
http://localhost:8080/richfaces-demo in your browser command line after starting
server.
\ No newline at end of file
Copied: root/readme-examples.txt (from rev 15376, root/examples/trunk/readme.txt)
===================================================================
--- root/readme-examples.txt (rev 0)
+++ root/readme-examples.txt 2009-08-27 23:01:25 UTC (rev 15378)
@@ -0,0 +1,14 @@
+This demo application should be built using Maven 2.1.0
+
+tomcat6/jetty targetted build:
+1) execute "mvn install" in root application
folder(richfaces-examples-4.x.y.z/richfaces-demo)
+2) Deploy to tomcat 6.x or just run using maven on jetty using "mvn
jetty:run-war"
+
+For JEE5 application server:
+1) execute "mvn install -P jee5" in root application
folder(richfaces-examples-4.x.y.z/richfaces-demo)
+2) Deploy to Jboss 4.x or higher or some other jee5 application server.
+3) Do not forget to change the JSF implementation shipped with application server to JSF
2 (latest SNAPSHOT)
+
+To Build both archives execute "mvn install -P release"
+
+Type
http://localhost:8080/richfaces-demo in your browser command line after starting
server.
\ No newline at end of file
Copied: root/readme-ui.txt (from rev 15377, root/ui/trunk/readme-ui.txt)
===================================================================
--- root/readme-ui.txt (rev 0)
+++ root/readme-ui.txt 2009-08-27 23:01:25 UTC (rev 15378)
@@ -0,0 +1,30 @@
+1) Put RichFaces libraries and its dependencies to your application libraries folder:
+ 1.1) richfaces-api
+ 1.2) richfaces-impl
+ 1.3) core-ui
+ 1.4) commons-logging
+ 1.5) commons-beanutils
+ 1.6) slf4j-api
+ 1.7) slf4j-log4j12 (or whatever else - select the implementation according to logging
framework that you use)
+
+ JBoss Cache is recommended for optimal performance.
+
+
+2) As opposed to the previous 3.x.y versions of RichFaces, no special configuration steps
are necessary.
+You don't need to modify web.xml/faces-config.xml
+
+3) Add RichFaces namespace/taglib declaration to your Facelets pages which will use
RichFaces components
+ Use
xmlns:a4j="http://richfaces.org/a4j" namespace
+
+4) Add one of the available RichFaces 4.0.A1 components to your page and try it!
+
+Components Available:
+a4j:ajax
+a4j:commandLink
+a4j:commandButton
+a4j:push
+a4j:mediaOutput
+a4j:status
+a4j:jsFunction
+a4j:log
+a4j:outputPanel
\ No newline at end of file
Modified: root/richfaces-examples.xml
===================================================================
--- root/richfaces-examples.xml 2009-08-27 22:46:49 UTC (rev 15377)
+++ root/richfaces-examples.xml 2009-08-27 23:01:25 UTC (rev 15378)
@@ -8,6 +8,10 @@
<source>lgpl.txt</source>
</file>
<file>
+ <source>readme-examples.txt</source>
+ <destName>readme.txt</destName>
+ </file>
+ <file>
<source>JBossORG-EULA.txt</source>
</file>
</files>
Modified: root/richfaces.xml
===================================================================
--- root/richfaces.xml 2009-08-27 22:46:49 UTC (rev 15377)
+++ root/richfaces.xml 2009-08-27 23:01:25 UTC (rev 15378)
@@ -8,6 +8,10 @@
<source>lgpl.txt</source>
</file>
<file>
+ <source>readme-ui.txt</source>
+ <destName>readme.txt</destName>
+ </file>
+ <file>
<source>JBossORG-EULA.txt</source>
</file>
</files>
Deleted: root/ui/trunk/readme-ui.txt
===================================================================
--- root/ui/trunk/readme-ui.txt 2009-08-27 22:46:49 UTC (rev 15377)
+++ root/ui/trunk/readme-ui.txt 2009-08-27 23:01:25 UTC (rev 15378)
@@ -1,30 +0,0 @@
-1) Put RichFaces libraries and its dependencies to your application libraries folder:
- 1.1) richfaces-api
- 1.2) richfaces-impl
- 1.3) core-ui
- 1.4) commons-logging
- 1.5) commons-beanutils
- 1.6) slf4j-api
- 1.7) slf4j-log4j12 (or whatever else - select the implementation according to logging
framework that you use)
-
- JBoss Cache is recommended for optimal performance.
-
-
-2) As opposed to the previous 3.x.y versions of RichFaces, no special configuration steps
are necessary.
-You don't need to modify web.xml/faces-config.xml
-
-3) Add RichFaces namespace/taglib declaration to your Facelets pages which will use
RichFaces components
- Use
xmlns:a4j="http://richfaces.org/a4j" namespace
-
-4) Add one of the available RichFaces 4.0.A1 components to your page and try it!
-
-Components Available:
-a4j:ajax
-a4j:commandLink
-a4j:commandButton
-a4j:push
-a4j:mediaOutput
-a4j:status
-a4j:jsFunction
-a4j:log
-a4j:outputPanel
\ No newline at end of file