[Jboss-cvs] JBossAS SVN: r55086 - projects/microcontainer/trunk/dependency

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 2 22:17:10 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-02 22:17:08 -0400 (Wed, 02 Aug 2006)
New Revision: 55086

Modified:
   projects/microcontainer/trunk/dependency/build.xml
Log:
Remove the modules.ent usage

Modified: projects/microcontainer/trunk/dependency/build.xml
===================================================================
--- projects/microcontainer/trunk/dependency/build.xml	2006-08-03 02:06:52 UTC (rev 55085)
+++ projects/microcontainer/trunk/dependency/build.xml	2006-08-03 02:17:08 UTC (rev 55086)
@@ -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">
 ]>
 
@@ -68,17 +67,11 @@
     <!-- The combined library classpath -->
     <path id="library.classpath">
       <path refid="oswego.concurrent.classpath"/>
+      <path refid="jboss.common.classpath"/>
     </path>
 
-    <!-- ======= -->
-    <!-- Modules -->
-    <!-- ======= -->
-
-    &modules;
-
     <!-- The combined dependant module classpath -->
     <path id="dependentmodule.classpath">
-      <path refid="jboss.common.classpath"/>
     </path>
 
     <!-- ===== -->




More information about the jboss-cvs-commits mailing list