[jboss-cvs] JBossAS SVN: r59266 - in trunk: connector deployment ejb3 server system system-jmx tomcat

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 2 02:31:40 EST 2007


Author: scott.stark at jboss.org
Date: 2007-01-02 02:31:32 -0500 (Tue, 02 Jan 2007)
New Revision: 59266

Modified:
   trunk/connector/build.xml
   trunk/deployment/build.xml
   trunk/ejb3/build.xml
   trunk/server/build.xml
   trunk/system-jmx/build.xml
   trunk/system/build.xml
   trunk/tomcat/build.xml
Log:
Update the classpath for the vfs breakout

Modified: trunk/connector/build.xml
===================================================================
--- trunk/connector/build.xml	2007-01-02 07:30:17 UTC (rev 59265)
+++ trunk/connector/build.xml	2007-01-02 07:31:32 UTC (rev 59266)
@@ -80,6 +80,7 @@
        <path refid="sun.javamail.classpath"/>
        <path refid="quartz.quartz.classpath"/>
        <path refid="jboss.microcontainer.classpath"/>
+       <path refid="jboss.jboss.vfs.classpath"/>
     </path>
 
     <!-- ======= -->

Modified: trunk/deployment/build.xml
===================================================================
--- trunk/deployment/build.xml	2007-01-02 07:30:17 UTC (rev 59265)
+++ trunk/deployment/build.xml	2007-01-02 07:31:32 UTC (rev 59266)
@@ -70,6 +70,7 @@
     <path id="library.classpath">
       <path refid="dom4j.dom4j.classpath"/>
       <path refid="jboss.microcontainer.classpath"/>
+      <path refid="jboss.jboss.vfs.classpath"/>
     </path>
 
     <!-- ======= -->

Modified: trunk/ejb3/build.xml
===================================================================
--- trunk/ejb3/build.xml	2007-01-02 07:30:17 UTC (rev 59265)
+++ trunk/ejb3/build.xml	2007-01-02 07:31:32 UTC (rev 59266)
@@ -95,6 +95,7 @@
          <path refid="apache.logging.classpath"/>
          <path refid="jboss.serialization.classpath"/>
          <path refid="jboss.microcontainer.classpath"/>
+         <path refid="jboss.jboss.vfs.classpath"/>
          <path refid="quartz.quartz.classpath"/>
          <path refid="jboss.jbossws.classpath"/>
          <path refid="jboss.jbossxb.classpath"/>

Modified: trunk/server/build.xml
===================================================================
--- trunk/server/build.xml	2007-01-02 07:30:17 UTC (rev 59265)
+++ trunk/server/build.xml	2007-01-02 07:31:32 UTC (rev 59266)
@@ -88,6 +88,7 @@
       <path refid="jboss.jbossxb.classpath"/>
       <path refid="jboss.jbossws.classpath"/>
       <path refid="jboss.microcontainer.classpath"/>
+      <path refid="jboss.jboss.vfs.classpath"/>
     </path>
 
     <!-- ======= -->

Modified: trunk/system/build.xml
===================================================================
--- trunk/system/build.xml	2007-01-02 07:30:17 UTC (rev 59265)
+++ trunk/system/build.xml	2007-01-02 07:31:32 UTC (rev 59266)
@@ -73,6 +73,7 @@
       <path refid="dom4j.dom4j.classpath"/>
       <path refid="jboss.jbossxb.classpath"/>
       <path refid="jboss.microcontainer.classpath"/>
+      <path refid="jboss.jboss.vfs.classpath"/>
       <path refid="jboss.common.core.classpath"/>
       <path refid="jboss.common.logging.spi.classpath"/>
     </path>

Modified: trunk/system-jmx/build.xml
===================================================================
--- trunk/system-jmx/build.xml	2007-01-02 07:30:17 UTC (rev 59265)
+++ trunk/system-jmx/build.xml	2007-01-02 07:31:32 UTC (rev 59266)
@@ -76,6 +76,7 @@
       <path refid="dom4j.dom4j.classpath"/>
       <path refid="jboss.jbossxb.classpath"/>
       <path refid="jboss.microcontainer.classpath"/>
+      <path refid="jboss.jboss.vfs.classpath"/>
       <path refid="jboss.common.core.classpath"/>
       <path refid="jboss.common.logging.spi.classpath"/>
       <path refid="jboss.common.logging.log4j.classpath"/>

Modified: trunk/tomcat/build.xml
===================================================================
--- trunk/tomcat/build.xml	2007-01-02 07:30:17 UTC (rev 59265)
+++ trunk/tomcat/build.xml	2007-01-02 07:31:32 UTC (rev 59266)
@@ -63,6 +63,7 @@
       <path refid="jboss.jbossxb.classpath"/>
       <path refid="jboss.serialization.classpath"/>
       <path refid="jboss.microcontainer.classpath"/>
+      <path refid="jboss.jboss.vfs.classpath"/>
     </path>
 
     <!-- ======= -->




More information about the jboss-cvs-commits mailing list