[seam-commits] Seam SVN: r8060 - trunk/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Apr 28 14:04:54 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-04-28 14:04:54 -0400 (Mon, 28 Apr 2008)
New Revision: 8060

Modified:
   trunk/build/common.build.xml
Log:
oops

Modified: trunk/build/common.build.xml
===================================================================
--- trunk/build/common.build.xml	2008-04-28 17:37:53 UTC (rev 8059)
+++ trunk/build/common.build.xml	2008-04-28 18:04:54 UTC (rev 8060)
@@ -162,10 +162,10 @@
 	</target>
 	
 	<target name="getemma">
-		<inlineDependency id="emma" scope="runtime">
+		<inlineDependencies id="emma" scope="runtime">
 			<dependency groupId="emma" artifactId="emma" version="2.0.5312" />
 			<dependency groupId="emma" artifactId="emma_ant" version="2.0.5312" />
-		</inlineDependency>
+		</inlineDependencies>
 	</target>
 
 	<macrodef name="deploySeam">




More information about the seam-commits mailing list