Author: jguglielmin
Date: 2008-04-29 18:20:02 -0400 (Tue, 29 Apr 2008)
New Revision: 8078
Modified:
trunk/examples/icefaces/build.xml
Log:
JBSEAM-2932
Modified: trunk/examples/icefaces/build.xml
===================================================================
--- trunk/examples/icefaces/build.xml 2008-04-29 22:18:43 UTC (rev 8077)
+++ trunk/examples/icefaces/build.xml 2008-04-29 22:20:02 UTC (rev 8078)
@@ -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" />