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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 8 12:02:35 EDT 2009


Author: jguglielmin
Date: 2009-04-08 12:02:35 -0400 (Wed, 08 Apr 2009)
New Revision: 10351

Modified:
   trunk/seam-gen/build.xml
Log:
JBSEAM-4083, updated build to use ICEfaces-1.8.0

Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml	2009-04-08 14:46:17 UTC (rev 10350)
+++ trunk/seam-gen/build.xml	2009-04-08 16:02:35 UTC (rev 10351)
@@ -814,13 +814,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.SP1">
+            <dependency groupId="org.icefaces" artifactId="icefaces" version="1.8.0">
                 <exclusion groupId="javax.el" artifactId="el-api"/>
             </dependency>
-            <dependency groupId="org.icefaces" artifactId="icefaces-comps" version="1.7.2.SP1">
+            <dependency groupId="org.icefaces" artifactId="icefaces-comps" version="1.8.0">
                 <exclusion groupId="javax.el" artifactId="el-api"/>
             </dependency>
-            <dependency groupId="org.icefaces" artifactId="icefaces-facelets" version="1.7.2.SP1">
+            <dependency groupId="org.icefaces" artifactId="icefaces-facelets" version="1.8.0">
                 <exclusion groupId="javax.el" artifactId="el-api"/>
             </dependency>
             <remoteRepository refId="repository.jboss.org"/>




More information about the seam-commits mailing list