[seam-commits] Seam SVN: r9731 - trunk/examples/icefaces.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Dec 4 12:50:47 EST 2008


Author: jguglielmin
Date: 2008-12-04 12:50:47 -0500 (Thu, 04 Dec 2008)
New Revision: 9731

Modified:
   trunk/examples/icefaces/build.xml
Log:
updated for ICEfaces-1.7.2SP1 JBSEAM-3764

Modified: trunk/examples/icefaces/build.xml
===================================================================
--- trunk/examples/icefaces/build.xml	2008-12-04 17:25:27 UTC (rev 9730)
+++ trunk/examples/icefaces/build.xml	2008-12-04 17:50:47 UTC (rev 9731)
@@ -22,17 +22,18 @@
 	
 	<fileset id="war.lib.extras" dir="${example.tmp.lib.dir}">
 		<include name="*.jar" />
+		<exclude name="servlet-api.jar"/>
 	</fileset>
 
 	<target name="copyextradependencies">
 		<artifact:dependencies filesetId="icefaces.fileset" versionsId="icefaces.versions">
-			<dependency groupId="org.icefaces" artifactId="icefaces" version="1.7.2">
+			<dependency groupId="org.icefaces" artifactId="icefaces" version="1.7.2.SP1">
 				<exclusion groupId="javax.el" artifactId="el-api" />
 			</dependency>
-			<dependency groupId="org.icefaces" artifactId="icefaces-comps" version="1.7.2">
+			<dependency groupId="org.icefaces" artifactId="icefaces-comps" version="1.7.2.SP1">
 				<exclusion groupId="javax.el" artifactId="el-api" />
 			</dependency>
-			<dependency groupId="org.icefaces" artifactId="icefaces-facelets" version="1.7.2">
+			<dependency groupId="org.icefaces" artifactId="icefaces-facelets" version="1.7.2.SP1">
 				<exclusion groupId="javax.el" artifactId="el-api" />
 			</dependency>
 			<remoteRepository refId="repository.jboss.org" />




More information about the seam-commits mailing list