[seam-commits] Seam SVN: r13392 - 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 14 17:11:10 EDT 2010
Author: manaRH
Date: 2010-07-14 17:11:09 -0400 (Wed, 14 Jul 2010)
New Revision: 13392
Modified:
branches/enterprise/JBPAPP_5_0/build/gen.pom.xml
branches/enterprise/JBPAPP_5_0/seam-gen/build.xml
Log:
JBPAPP-4570 eliminated duplicated slf4j-* jars in lib/gen
Modified: branches/enterprise/JBPAPP_5_0/build/gen.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/gen.pom.xml 2010-07-14 16:27:07 UTC (rev 13391)
+++ branches/enterprise/JBPAPP_5_0/build/gen.pom.xml 2010-07-14 21:11:09 UTC (rev 13392)
@@ -150,17 +150,17 @@
</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>
+<!-- <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/seam-gen/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/seam-gen/build.xml 2010-07-14 16:27:07 UTC (rev 13391)
+++ branches/enterprise/JBPAPP_5_0/seam-gen/build.xml 2010-07-14 21:11:09 UTC (rev 13392)
@@ -1351,7 +1351,7 @@
<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/gen/slf4j-log4j12.jar"/>
+ <pathelement path="${seam.dir}/lib/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