[jboss-cvs] JBossAS SVN: r90015 - branches/dml-log-service-integration/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 9 18:39:13 EDT 2009


Author: david.lloyd at jboss.com
Date: 2009-06-09 18:39:13 -0400 (Tue, 09 Jun 2009)
New Revision: 90015

Modified:
   branches/dml-log-service-integration/build/build.xml
Log:
Add JBoss Logging classes into common/lib so the classes are still available

Modified: branches/dml-log-service-integration/build/build.xml
===================================================================
--- branches/dml-log-service-integration/build/build.xml	2009-06-09 22:29:39 UTC (rev 90014)
+++ branches/dml-log-service-integration/build/build.xml	2009-06-09 22:39:13 UTC (rev 90015)
@@ -1962,6 +1962,8 @@
       <fileset refid="org.jboss.security:jbossxacml:jar"/>
       <fileset refid="org.slf4j:slf4j-api:jar"/>
       <fileset refid="log4j:log4j:jar"/>
+      <fileset refid="org.jboss.logging:jboss-logging-log4j:jar"/>
+      <fileset refid="org.jboss.logging:jboss-logging-jdk:jar"/>
       <fileset refid="quartz:quartz:jar"/>
       <fileset refid="commons-logging:commons-logging:jar"/>
       <fileset refid="jaxen:jaxen:jar"/>




More information about the jboss-cvs-commits mailing list