[jboss-cvs] JBossAS SVN: r64033 - trunk/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 13 09:41:06 EDT 2007


Author: adrian at jboss.org
Date: 2007-07-13 09:41:06 -0400 (Fri, 13 Jul 2007)
New Revision: 64033

Modified:
   trunk/tomcat/src/resources/jboss-structure.xml
Log:
The root of the jbossweb.deployer should be in its classpath

Modified: trunk/tomcat/src/resources/jboss-structure.xml
===================================================================
--- trunk/tomcat/src/resources/jboss-structure.xml	2007-07-13 13:40:41 UTC (rev 64032)
+++ trunk/tomcat/src/resources/jboss-structure.xml	2007-07-13 13:41:06 UTC (rev 64033)
@@ -4,6 +4,7 @@
         <path name=""/>
         <metaDataPath name="META-INF" />
         <classpath>
+            <path name=""/>
             <path name="" suffixes=".jar" />
             <path name="jsf-libs" suffixes=".jar" />
         </classpath>




More information about the jboss-cvs-commits mailing list