[seam-commits] Seam SVN: r13967 - branches/community/Seam_2_2/seam-gen.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Jan 4 16:54:39 EST 2011
Author: jguglielmin
Date: 2011-01-04 16:54:38 -0500 (Tue, 04 Jan 2011)
New Revision: 13967
Modified:
branches/community/Seam_2_2/seam-gen/build.xml
Log:
JBSEAM-4757
Modified: branches/community/Seam_2_2/seam-gen/build.xml
===================================================================
--- branches/community/Seam_2_2/seam-gen/build.xml 2010-12-21 21:55:48 UTC (rev 13966)
+++ branches/community/Seam_2_2/seam-gen/build.xml 2011-01-04 21:54:38 UTC (rev 13967)
@@ -818,16 +818,16 @@
<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.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="${project.home}/lib" overwrite="true">
<fileset refid="icefaces.fileset"/>
More information about the seam-commits
mailing list