[seam-commits] Seam SVN: r11229 - in branches/enterprise/JBPAPP_5_0: seam-gen and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Jul 1 11:04:10 EDT 2009
Author: manaRH
Date: 2009-07-01 11:04:10 -0400 (Wed, 01 Jul 2009)
New Revision: 11229
Modified:
branches/enterprise/JBPAPP_5_0/build/gen.pom.xml
branches/enterprise/JBPAPP_5_0/build/root.pom.xml
branches/enterprise/JBPAPP_5_0/seam-gen/build.xml
Log:
fixed classpath for seam-gen - it misses slf4j-log4j12
Modified: branches/enterprise/JBPAPP_5_0/build/gen.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/gen.pom.xml 2009-07-01 13:30:34 UTC (rev 11228)
+++ branches/enterprise/JBPAPP_5_0/build/gen.pom.xml 2009-07-01 15:04:10 UTC (rev 11229)
@@ -149,6 +149,18 @@
</exclusion>
</exclusions>
</dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <optional>true</optional>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2009-07-01 13:30:34 UTC (rev 11228)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2009-07-01 15:04:10 UTC (rev 11229)
@@ -1088,7 +1088,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.5.6</version>
+ <version>1.4.2</version>
</dependency>
<dependency>
Modified: branches/enterprise/JBPAPP_5_0/seam-gen/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/seam-gen/build.xml 2009-07-01 13:30:34 UTC (rev 11228)
+++ branches/enterprise/JBPAPP_5_0/seam-gen/build.xml 2009-07-01 15:04:10 UTC (rev 11229)
@@ -1350,8 +1350,8 @@
<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/slf4j-api.jar"/>
- <pathelement path="${seam.dir}/lib/slf4j-log4j12.jar"/>
+ <pathelement path="${seam.dir}/lib/gen/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"/>
More information about the seam-commits
mailing list