[webbeans-commits] Webbeans SVN: r2439 - in examples/trunk: wicket and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Apr 16 12:39:24 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-04-16 12:39:24 -0400 (Thu, 16 Apr 2009)
New Revision: 2439

Added:
   examples/trunk/wicket/
   examples/trunk/wicket/conversations/
   examples/trunk/wicket/numberguess/
Removed:
   examples/trunk/wicket-conversations/
   examples/trunk/wicket-numberguess/
Modified:
   examples/trunk/pom.xml
Log:
move wicket examples to wicket dir

Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml	2009-04-16 15:20:51 UTC (rev 2438)
+++ examples/trunk/pom.xml	2009-04-16 16:39:24 UTC (rev 2439)
@@ -52,6 +52,8 @@
       <module>login</module>
       <module>conversations</module>
       <module>se/numberguess</module>
+      <module>wicket/numberguess</module>
+      <module>wicket/conversations</module>
    </modules>
 
    <build>

Copied: examples/trunk/wicket/conversations (from rev 2438, examples/trunk/wicket-conversations)

Copied: examples/trunk/wicket/numberguess (from rev 2438, examples/trunk/wicket-numberguess)




More information about the weld-commits mailing list