[jboss-cvs] JBossAS SVN: r70153 - trunk/tomcat.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 27 02:02:53 EST 2008


Author: ALRubinger
Date: 2008-02-27 02:02:53 -0500 (Wed, 27 Feb 2008)
New Revision: 70153

Modified:
   trunk/tomcat/build.xml
Log:
Added CP entry to EJB3 Interceptors required for build (referenced by .class files)

Modified: trunk/tomcat/build.xml
===================================================================
--- trunk/tomcat/build.xml	2008-02-27 06:00:51 UTC (rev 70152)
+++ trunk/tomcat/build.xml	2008-02-27 07:02:53 UTC (rev 70153)
@@ -69,6 +69,7 @@
       <path refid="jboss.microcontainer.classpath"/>
       <path refid="jboss.jboss.vfs.classpath"/>
       <path refid="jboss.integration.classpath"/>
+      <path refid="jboss.jboss.ejb3.interceptors.classpath" />
     </path>
 
     <!-- ======= -->




More information about the jboss-cvs-commits mailing list