[Jboss-cvs] JBossAS SVN: r55085 - projects/microcontainer/trunk/container

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 2 22:06:53 EDT 2006


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

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

Modified: projects/microcontainer/trunk/container/build.xml
===================================================================
--- projects/microcontainer/trunk/container/build.xml	2006-08-03 01:57:20 UTC (rev 55084)
+++ projects/microcontainer/trunk/container/build.xml	2006-08-03 02:06:52 UTC (rev 55085)
@@ -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">
 ]>
 
@@ -77,8 +76,6 @@
     <!-- Modules -->
     <!-- ======= -->
 
-    &modules;
-
     <!-- The combined dependant module classpath -->
     <path id="dependentmodule.classpath">
       <path refid="jboss.common.classpath"/>




More information about the jboss-cvs-commits mailing list