[Jboss-cvs] JBossAS SVN: r56393 - branches/MC_VDF_WORK/j2se

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 29 03:00:36 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-29 03:00:32 -0400 (Tue, 29 Aug 2006)
New Revision: 56393

Modified:
   branches/MC_VDF_WORK/j2se/build.xml
Log:
Add <path refid="jboss.microcontainer.classpath"/>

Modified: branches/MC_VDF_WORK/j2se/build.xml
===================================================================
--- branches/MC_VDF_WORK/j2se/build.xml	2006-08-29 06:56:40 UTC (rev 56392)
+++ branches/MC_VDF_WORK/j2se/build.xml	2006-08-29 07:00:32 UTC (rev 56393)
@@ -78,7 +78,8 @@
 
     <!-- The combined dependent module classpath -->
     <path id="dependentmodule.classpath">
-       <path refid="jboss.common.classpath"/>
+        <path refid="jboss.common.classpath"/>
+    	<path refid="jboss.microcontainer.classpath"/>
     </path>
 
     <!-- ===== -->




More information about the jboss-cvs-commits mailing list