Author: jguglielmin
Date: 2009-04-08 10:46:17 -0400 (Wed, 08 Apr 2009)
New Revision: 10350
Modified:
trunk/examples/icefaces/build.xml
Log:
JBSEAM-4083, updated build to use ICEfaces-1.8.0
Modified: trunk/examples/icefaces/build.xml
===================================================================
--- trunk/examples/icefaces/build.xml 2009-04-08 13:38:06 UTC (rev 10349)
+++ trunk/examples/icefaces/build.xml 2009-04-08 14:46:17 UTC (rev 10350)
@@ -27,13 +27,13 @@
<target name="copyextradependencies">
<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" />
Show replies by date