[seam-commits] Seam SVN: r13794 - branches/community/Seam_2_2/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Oct 5 07:23:38 EDT 2010


Author: manaRH
Date: 2010-10-05 07:23:37 -0400 (Tue, 05 Oct 2010)
New Revision: 13794

Modified:
   branches/community/Seam_2_2/build/common.build.xml
Log:
added missing gen module to generated dependency report

Modified: branches/community/Seam_2_2/build/common.build.xml
===================================================================
--- branches/community/Seam_2_2/build/common.build.xml	2010-10-05 09:45:50 UTC (rev 13793)
+++ branches/community/Seam_2_2/build/common.build.xml	2010-10-05 11:23:37 UTC (rev 13794)
@@ -365,6 +365,7 @@
 		</concat>
 		<outputDependencyReport module="core" />
 		<outputDependencyReport module="debug" />
+		<outputDependencyReport module="gen" />
 		<outputDependencyReport module="ui" />
 		<outputDependencyReport module="remoting" />
 		<outputDependencyReport module="mail" />



More information about the seam-commits mailing list