Author: ilya_shaikovsky
Date: 2009-08-27 11:14:11 -0400 (Thu, 27 Aug 2009)
New Revision: 15348
Modified:
root/examples/trunk/richfaces-demo/readme.txt
root/examples/trunk/richfaces-demo/src/main/webapp/richfaces/mediaOutput.xhtml
Log:
Modified: root/examples/trunk/richfaces-demo/readme.txt
===================================================================
--- root/examples/trunk/richfaces-demo/readme.txt 2009-08-27 15:07:55 UTC (rev 15347)
+++ root/examples/trunk/richfaces-demo/readme.txt 2009-08-27 15:14:11 UTC (rev 15348)
@@ -0,0 +1,6 @@
+This demo application should be built using Maven 2.1.0
+type "mvn install" in root folder
+
+deploy to tomcat 6.x or just run using maven on jetty using "mvn
jetty:run-war"
+
+type
http://localhost:8080/richfaces-demo in your browser command line.
\ No newline at end of file
Modified: root/examples/trunk/richfaces-demo/src/main/webapp/richfaces/mediaOutput.xhtml
===================================================================
---
root/examples/trunk/richfaces-demo/src/main/webapp/richfaces/mediaOutput.xhtml 2009-08-27
15:07:55 UTC (rev 15347)
+++
root/examples/trunk/richfaces-demo/src/main/webapp/richfaces/mediaOutput.xhtml 2009-08-27
15:14:11 UTC (rev 15348)
@@ -32,10 +32,12 @@
<legend>Image output</legend>
<ui:include src="/richfaces/mediaOutput/imgUsage.xhtml" />
</fieldset>
+ <ui:remove>
<fieldset>
<legend>Flash output</legend>
<ui:include src="/richfaces/mediaOutput/flashUsage.xhtml" />
</fieldset>
+ </ui:remove>
</ui:define>
</ui:composition>