[seam-commits] Seam SVN: r10798 - branches/community/Seam_2_1.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue May 5 18:17:40 EDT 2009


Author: norman.richards at jboss.com
Date: 2009-05-05 18:17:40 -0400 (Tue, 05 May 2009)
New Revision: 10798

Modified:
   branches/community/Seam_2_1/build.xml
Log:
JBSEA-4122

Modified: branches/community/Seam_2_1/build.xml
===================================================================
--- branches/community/Seam_2_1/build.xml	2009-05-05 19:40:42 UTC (rev 10797)
+++ branches/community/Seam_2_1/build.xml	2009-05-05 22:17:40 UTC (rev 10798)
@@ -1179,7 +1179,7 @@
 		<dependenciesWithSources id="ui" scope="compile" pom="${ui.pom}" />
 	</target>
 	
-	<target name="eclipseclasspath" depends="init, jargen" description="Update eclipse classpath">
+	<target name="eclipseclasspath" depends="init, jargen,antlr" description="Update eclipse classpath">
 		<path id="seam-gen.path" path="${seam.dir}/lib/gen/jboss-seam-gen.jar" />
 
 	    <taskdef name="eclipseClasspath" 




More information about the seam-commits mailing list