[jboss-cvs] jboss-seam/seam-gen/build-scripts ...
Max Rydahl Andersen
mandersen at jboss.com
Wed Jul 25 10:56:36 EDT 2007
User: mandersen
Date: 07/07/25 10:56:36
Modified: seam-gen/build-scripts Tag: Seam_1_2_AP build.xml
Log:
fix missing commons-collections
Revision Changes Path
No revision
No revision
1.24.2.2 +1 -0 jboss-seam/seam-gen/build-scripts/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build-scripts/build.xml,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -u -b -r1.24.2.1 -r1.24.2.2
--- build.xml 25 Jul 2007 14:34:39 -0000 1.24.2.1
+++ build.xml 25 Jul 2007 14:56:36 -0000 1.24.2.2
@@ -137,6 +137,7 @@
<include name="antlr-*.jar"/>
<include name="commons-jci-*.jar"/>
<include name="stringtemplate-*.jar"/>
+ <include name="commons-collections-*.jar"/>
</fileset>
</copy>
<copy todir="${ear.dir}/META-INF">
More information about the jboss-cvs-commits
mailing list