Author: jguglielmin
Date: 2008-04-28 15:09:29 -0400 (Mon, 28 Apr 2008)
New Revision: 8062
Modified:
branches/Seam_2_0/examples/icefaces/build.xml
Log:
JBSEAM-2932
Modified: branches/Seam_2_0/examples/icefaces/build.xml
===================================================================
--- branches/Seam_2_0/examples/icefaces/build.xml 2008-04-28 18:05:46 UTC (rev 8061)
+++ branches/Seam_2_0/examples/icefaces/build.xml 2008-04-28 19:09:29 UTC (rev 8062)
@@ -26,13 +26,13 @@
<target name="copyextradependencies">
<artifact:dependencies filesetId="icefaces.fileset"
versionsId="icefaces.versions">
- <dependency groupId="org.icefaces" artifactId="icefaces"
version="1.6.1">
+ <dependency groupId="org.icefaces" artifactId="icefaces"
version="1.7.0">
<exclusion groupId="javax.el" artifactId="el-api" />
</dependency>
- <dependency groupId="org.icefaces" artifactId="icefaces-comps"
version="1.6.1">
+ <dependency groupId="org.icefaces" artifactId="icefaces-comps"
version="1.7.0">
<exclusion groupId="javax.el" artifactId="el-api" />
</dependency>
- <dependency groupId="org.icefaces"
artifactId="icefaces-facelets" version="1.6.1">
+ <dependency groupId="org.icefaces"
artifactId="icefaces-facelets" version="1.7.0">
<exclusion groupId="javax.el" artifactId="el-api" />
</dependency>
<remoteRepository refId="repository.jboss.org" />
Show replies by date