[seam-commits] Seam SVN: r11568 - branches/enterprise/JBPAPP_5_0/seam-gen.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Oct 9 10:44:24 EDT 2009


Author: manaRH
Date: 2009-10-09 10:44:24 -0400 (Fri, 09 Oct 2009)
New Revision: 11568

Modified:
   branches/enterprise/JBPAPP_5_0/seam-gen/build.xml
Log:
JBPAPP-2901 - fixed classpath for slf4j-api.jar

Modified: branches/enterprise/JBPAPP_5_0/seam-gen/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/seam-gen/build.xml	2009-10-09 11:21:20 UTC (rev 11567)
+++ branches/enterprise/JBPAPP_5_0/seam-gen/build.xml	2009-10-09 14:44:24 UTC (rev 11568)
@@ -1350,13 +1350,13 @@
             <pathelement path="${seam.dir}/lib/hibernate-annotations.jar"/>
             <pathelement path="${seam.dir}/lib/hibernate-entitymanager.jar"/>
             <pathelement path="${seam.dir}/lib/hibernate-validator.jar"/>
-            <pathelement path="${seam.dir}/lib/gen/slf4j-api.jar"/> 
+            <pathelement path="${seam.dir}/lib/slf4j-api.jar"/> 
             <pathelement path="${seam.dir}/lib/gen/slf4j-log4j12.jar"/> 
             <pathelement path="${seam.dir}/lib/log4j.jar"/> 
             <pathelement path="${seam.dir}/lib/commons-collections.jar"/>
             <pathelement path="${seam.dir}/lib/commons-logging.jar"/>
             <pathelement path="${seam.dir}/lib/javassist.jar"/>
-            <pathelement path="${seam.dir}/lib/cglib-nodep.jar"/>
+            <pathelement path="${seam.dir}/lib/cglib.jar"/>
             <pathelement path="${seam.dir}/lib/asm.jar"/>
             <pathelement path="${seam.dir}/lib/core.jar"/>
             <pathelement path="${seam.dir}/lib/jboss-common-core.jar"/>



More information about the seam-commits mailing list