[seam-commits] Seam SVN: r7837 - branches/Seam_2_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Apr 7 13:28:37 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-04-07 13:28:37 -0400 (Mon, 07 Apr 2008)
New Revision: 7837

Modified:
   branches/Seam_2_0/build/common.build.xml
Log:
correct modules for dependencyReport

Modified: branches/Seam_2_0/build/common.build.xml
===================================================================
--- branches/Seam_2_0/build/common.build.xml	2008-04-07 17:25:45 UTC (rev 7836)
+++ branches/Seam_2_0/build/common.build.xml	2008-04-07 17:28:37 UTC (rev 7837)
@@ -282,7 +282,7 @@
 		<sequential>
 			<maven target="-f @{pom} dependency:tree" basedir="${seam.dir}">
 				<arg line="-DoutputFile=@{output}" />
-				<arg line="" />
+				<arg line="-q" />
 			</maven>
 		</sequential>
 	</macrodef>
@@ -323,9 +323,7 @@
 		<outputDependencyReport module="mail" />
 		<outputDependencyReport module="pdf" />
 		<outputDependencyReport module="ioc" />
-		<outputDependencyReport module="wicket" />
 		<outputDependencyReport module="jbas5" />
-		<outputDependencyReport module="jul" />
 		<echo>Dependency Report written to ${seam.dir}/dependency-report.txt</echo>
 	</target>
 	




More information about the seam-commits mailing list