[seam-commits] Seam SVN: r13968 - branches/community/Seam_2_2/examples/icefaces.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Jan 4 16:56:22 EST 2011


Author: jguglielmin
Date: 2011-01-04 16:56:22 -0500 (Tue, 04 Jan 2011)
New Revision: 13968

Modified:
   branches/community/Seam_2_2/examples/icefaces/build.xml
Log:
JBSEAM-4757 updating to ICEfaces-1.8.2 from maven central repo

Modified: branches/community/Seam_2_2/examples/icefaces/build.xml
===================================================================
--- branches/community/Seam_2_2/examples/icefaces/build.xml	2011-01-04 21:54:38 UTC (rev 13967)
+++ branches/community/Seam_2_2/examples/icefaces/build.xml	2011-01-04 21:56:22 UTC (rev 13968)
@@ -27,16 +27,16 @@
 
 	<target name="copyextradependencies">
 		<artifact:dependencies filesetId="icefaces.fileset" versionsId="icefaces.versions">
-			<dependency groupId="org.icefaces" artifactId="icefaces" version="1.8.1">
+			<dependency groupId="org.icefaces" artifactId="icefaces" version="1.8.2">
 				<exclusion groupId="javax.el" artifactId="el-api" />
 			</dependency>
-			<dependency groupId="org.icefaces" artifactId="icefaces-comps" version="1.8.1">
+			<dependency groupId="org.icefaces" artifactId="icefaces-comps" version="1.8.2">
 				<exclusion groupId="javax.el" artifactId="el-api" />
 			</dependency>
-			<dependency groupId="org.icefaces" artifactId="icefaces-facelets" version="1.8.1">
+			<dependency groupId="org.icefaces" artifactId="icefaces-facelets" version="1.8.2">
 				<exclusion groupId="javax.el" artifactId="el-api" />
 			</dependency>
-			<remoteRepository refId="repository.jboss.org" />
+			
 		</artifact:dependencies>
 		<copy todir="${example.tmp.lib.dir}">
 			<fileset refid="icefaces.fileset" />



More information about the seam-commits mailing list