[seam-commits] Seam SVN: r14006 - branches/enterprise/JBPAPP_5_0/examples/messages.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jan 19 15:25:53 EST 2011


Author: manaRH
Date: 2011-01-19 15:25:52 -0500 (Wed, 19 Jan 2011)
New Revision: 14006

Modified:
   branches/enterprise/JBPAPP_5_0/examples/messages/build.xml
Log:
eliminated artifacts from deprecated maven repository from usage

Modified: branches/enterprise/JBPAPP_5_0/examples/messages/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/examples/messages/build.xml	2011-01-19 15:11:22 UTC (rev 14005)
+++ branches/enterprise/JBPAPP_5_0/examples/messages/build.xml	2011-01-19 20:25:52 UTC (rev 14006)
@@ -14,7 +14,7 @@
 
 	<target name="copyextradependencies">
 		<copyInlineDependencies id="jstl" scope="runtime" todir="${lib.dir}">
-			<dependency groupId="apache-taglibs" artifactId="jstl" version="1.1.2" />
+			<dependency groupId="jstl" artifactId="jstl" version="1.1.2" />
 		</copyInlineDependencies>	
 	</target>
 



More information about the seam-commits mailing list