Author: dan.j.allen
Date: 2009-10-22 17:52:32 -0400 (Thu, 22 Oct 2009)
New Revision: 4229
Modified:
examples/trunk/readme.txt
Log:
mention the login example, which is included in the release
Modified: examples/trunk/readme.txt
===================================================================
--- examples/trunk/readme.txt 2009-10-22 21:42:58 UTC (rev 4228)
+++ examples/trunk/readme.txt 2009-10-22 21:52:32 UTC (rev 4229)
@@ -1,7 +1,8 @@
Weld currently comes with a number of examples:
* jsf/numberguess (a war example for JSF)
-* jsf/translator (an EJB example for JSF).
+* jsf/login (another war example for JSF)
+* jsf/translator (an EJB example for JSF)
* se/numberguess (the numberguess example for Java SE using Swing)
* se/helloworld (a simple example for Java SE)
* wicket/numberguess (the numberguess example for Wicket)