[seam-commits] Seam SVN: r11996 - branches/community/Seam_2_2/examples.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jan 27 17:28:53 EST 2010


Author: manaRH
Date: 2010-01-27 17:28:52 -0500 (Wed, 27 Jan 2010)
New Revision: 11996

Modified:
   branches/community/Seam_2_2/examples/build.xml
Log:
JBSEAM-4036 - fixed wicket example for deploying on tomcat with jbembedded

Modified: branches/community/Seam_2_2/examples/build.xml
===================================================================
--- branches/community/Seam_2_2/examples/build.xml	2010-01-27 17:13:25 UTC (rev 11995)
+++ branches/community/Seam_2_2/examples/build.xml	2010-01-27 22:28:52 UTC (rev 11996)
@@ -974,6 +974,11 @@
 			<fileset refid="jbpm.jar" />
 			<fileset refid="tomcat.jbpm.jar" />
 			<fileset refid="seam.remoting.jar" />
+			<fileset refid="seam.wicket.jar"/>
+			<fileset refid="seam.debug.jar" />
+			<fileset refid="wicket-extensions.jar"/>
+			<fileset refid="wicket-datetime.jar"/>
+			<fileset refid="seam.debug.jar"/>
 			<fileset refid="spring.jar" />
 			<fileset refid="gwt.jar" />
 			<fileset refid="openid.jar" />



More information about the seam-commits mailing list