[Jboss-cvs] JBossAS SVN: r55099 - projects/microcontainer/trunk/aop-mc-int

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 3 02:09:39 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-03 02:09:38 -0400 (Thu, 03 Aug 2006)
New Revision: 55099

Modified:
   projects/microcontainer/trunk/aop-mc-int/build.xml
Log:
Remove the modules.ent usage

Modified: projects/microcontainer/trunk/aop-mc-int/build.xml
===================================================================
--- projects/microcontainer/trunk/aop-mc-int/build.xml	2006-08-03 06:09:20 UTC (rev 55098)
+++ projects/microcontainer/trunk/aop-mc-int/build.xml	2006-08-03 06:09:38 UTC (rev 55099)
@@ -2,7 +2,6 @@
 <!DOCTYPE project [
    <!ENTITY buildmagic SYSTEM "../tools/etc/buildmagic/buildmagic.ent">
    <!ENTITY libraries SYSTEM "../thirdparty/libraries.ent">
-   <!ENTITY modules SYSTEM "../tools/etc/buildmagic/modules.ent">
    <!ENTITY targets SYSTEM "../tools/etc/buildmagic/targets.ent">
 ]>
 
@@ -71,13 +70,16 @@
       <path refid="apache.log4j.classpath"/>
       <path refid="oswego.concurrent.classpath"/>
       <path refid="junit.junit.classpath"/>
+        <path refid="jboss.aop.classpath"/>
+        <path refid="jboss.common.classpath"/>
+        <path refid="jboss.jbossxb.classpath"/>
+        <path refid="jboss.test.classpath"/>
     </path>
 
     <!-- ======= -->
     <!-- Modules -->
     <!-- ======= -->
 
-    &modules;
 <!-- container -->
 <property name="jboss.container.root" value="${project.root}/container"/>
 <property name="jboss.container.lib" value="${jboss.container.root}/output/lib"/>




More information about the jboss-cvs-commits mailing list