[jboss-cvs] jboss-seam/examples/icefaces ...
Michael Yuan
michael.yuan at jboss.com
Mon Oct 1 13:16:16 EDT 2007
User: myuan
Date: 07/10/01 13:16:16
Modified: examples/icefaces build.xml
Log:
Fix dependency resolution for icefaces
Revision Changes Path
1.13 +11 -3 jboss-seam/examples/icefaces/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- build.xml 1 Oct 2007 16:46:27 -0000 1.12
+++ build.xml 1 Oct 2007 17:16:16 -0000 1.13
@@ -23,11 +23,19 @@
<include name="*.jar" />
</fileset>
+ <property name="clean.extra" value="${example.tmp.lib.dir}"/>
+
<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-comps" version="1.6.1" />
- <dependency groupId="org.icefaces" artifactId="icefaces-facelets" version="1.6.1" />
+ <dependency groupId="org.icefaces" artifactId="icefaces" version="1.6.1">
+ <exclusion groupId="javax.el" artifactId="el-api" />
+ </dependency>
+ <dependency groupId="org.icefaces" artifactId="icefaces-comps" version="1.6.1">
+ <exclusion groupId="javax.el" artifactId="el-api" />
+ </dependency>
+ <dependency groupId="org.icefaces" artifactId="icefaces-facelets" version="1.6.1">
+ <exclusion groupId="javax.el" artifactId="el-api" />
+ </dependency>
<remoteRepository refId="repository.jboss.org" />
</artifact:dependencies>
<copy todir="${example.tmp.lib.dir}">
More information about the jboss-cvs-commits
mailing list