[seam-commits] Seam SVN: r14025 - in branches/community/Seam_2_2/examples: dvdstore and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Jan 25 10:30:54 EST 2011


Author: manaRH
Date: 2011-01-25 10:30:54 -0500 (Tue, 25 Jan 2011)
New Revision: 14025

Modified:
   branches/community/Seam_2_2/examples/blog/build.xml
   branches/community/Seam_2_2/examples/dvdstore/build.xml
Log:
JBSEAM-4759 - fixed tomcat deployment for Blog and DvdStore with HSearch enhancement

Modified: branches/community/Seam_2_2/examples/blog/build.xml
===================================================================
--- branches/community/Seam_2_2/examples/blog/build.xml	2011-01-24 13:52:24 UTC (rev 14024)
+++ branches/community/Seam_2_2/examples/blog/build.xml	2011-01-25 15:30:54 UTC (rev 14025)
@@ -23,6 +23,9 @@
 		<fileset id="ear.lib.extras" dir="${example.lib.dir}">
 			<include name="*.jar"/>
 		</fileset>
+		<fileset id="tomcat.war.extras" dir="${example.lib.dir}">
+			<include name="*.jar"/>
+		</fileset>
 		<antcall target="SeamExample.init"/>
 		<path id="build.classpath.extras">
 			<fileset dir="${lib.search.dir}">

Modified: branches/community/Seam_2_2/examples/dvdstore/build.xml
===================================================================
--- branches/community/Seam_2_2/examples/dvdstore/build.xml	2011-01-24 13:52:24 UTC (rev 14024)
+++ branches/community/Seam_2_2/examples/dvdstore/build.xml	2011-01-25 15:30:54 UTC (rev 14025)
@@ -22,6 +22,9 @@
 		<fileset id="ear.lib.extras" dir="${example.lib.dir}">
 			<include name="*.jar"/>
 		</fileset>
+		<fileset id="tomcat.war.extras" dir="${example.lib.dir}">
+			<include name="*.jar"/>
+		</fileset>
 		<antcall target="SeamExample.init"/>
 		<path id="build.classpath.extras">
 			<fileset dir="${lib.search.dir}">



More information about the seam-commits mailing list