[seam-commits] Seam SVN: r9732 - trunk/seam-gen.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Dec 4 13:10:40 EST 2008


Author: jguglielmin
Date: 2008-12-04 13:10:40 -0500 (Thu, 04 Dec 2008)
New Revision: 9732

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

Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml	2008-12-04 17:50:47 UTC (rev 9731)
+++ trunk/seam-gen/build.xml	2008-12-04 18:10:40 UTC (rev 9732)
@@ -629,13 +629,13 @@
 
     <target name="copy-icefaces-maven" if="icefaces.property" unless="icefaces.lib.property">
         <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