[seam-commits] Seam SVN: r15447 - in branches/enterprise/WFK-2_1: jboss-seam-gen/dist and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Mar 12 16:42:19 EDT 2013
Author: manaRH
Date: 2013-03-12 16:42:19 -0400 (Tue, 12 Mar 2013)
New Revision: 15447
Modified:
branches/enterprise/WFK-2_1/distribution/src/main/assembly/dist.xml
branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build.xml
Log:
bz920641 added commons-logging into seam-gen runtime libs
Modified: branches/enterprise/WFK-2_1/distribution/src/main/assembly/dist.xml
===================================================================
--- branches/enterprise/WFK-2_1/distribution/src/main/assembly/dist.xml 2013-03-12 11:49:54 UTC (rev 15446)
+++ branches/enterprise/WFK-2_1/distribution/src/main/assembly/dist.xml 2013-03-12 20:42:19 UTC (rev 15447)
@@ -148,6 +148,7 @@
<include>org.hibernate:hibernate-tools:jar</include>
<include>org.hibernate:hibernate-core:jar:4.0.0.Final</include>
<include>commons-collections:commons-collections:jar</include>
+ <include>commons-logging:commons-logging:jar</include>
<include>org.beanshell:bsh:jar</include>
<include>org.hibernate:jtidy:jar</include>
<include>freemarker:freemarker:jar</include>
Modified: branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build.xml 2013-03-12 11:49:54 UTC (rev 15446)
+++ branches/enterprise/WFK-2_1/jboss-seam-gen/dist/build.xml 2013-03-12 20:42:19 UTC (rev 15447)
@@ -1528,7 +1528,7 @@
<pathelement path="${seam.dir}/lib/slf4j-log4j12.jar"/>
<pathelement path="${seam.dir}/lib/log4j.jar"/>
<pathelement path="${seam.dir}/lib/gen/commons-collections.jar"/>
- <pathelement path="${seam.dir}/lib/commons-logging.jar"/>
+ <pathelement path="${seam.dir}/lib/gen/commons-logging.jar"/>
<pathelement path="${seam.dir}/lib/javassist.jar"/>
<pathelement path="${seam.dir}/lib/cglib-nodep.jar"/>
<pathelement path="${seam.dir}/lib/asm.jar"/>
More information about the seam-commits
mailing list