Author: ilya_shaikovsky
Date: 2009-08-27 18:27:47 -0400 (Thu, 27 Aug 2009)
New Revision: 15375
Added:
root/examples/trunk/readme.txt
Removed:
root/examples/trunk/richfaces-demo/readme.txt
Log:
Added: root/examples/trunk/readme.txt
===================================================================
--- root/examples/trunk/readme.txt (rev 0)
+++ root/examples/trunk/readme.txt 2009-08-27 22:27:47 UTC (rev 15375)
@@ -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(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
Deleted: root/examples/trunk/richfaces-demo/readme.txt
===================================================================
--- root/examples/trunk/richfaces-demo/readme.txt 2009-08-27 22:25:39 UTC (rev 15374)
+++ root/examples/trunk/richfaces-demo/readme.txt 2009-08-27 22:27:47 UTC (rev 15375)
@@ -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