[jboss-cvs] microkernel ...

Scott Stark scott.stark at jboss.com
Thu Jul 13 18:52:48 EDT 2006


  User: starksm 
  Date: 06/07/13 18:52:48

  Modified:    microkernel  build.xml
  Log:
  Move the container, depdendeny and kernel module classpath defs to module.ent
  
  Revision  Changes    Path
  1.29      +1 -18     microkernel/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/microkernel/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- build.xml	24 Jun 2006 16:15:51 -0000	1.28
  +++ build.xml	13 Jul 2006 22:52:48 -0000	1.29
  @@ -16,7 +16,7 @@
   <!-- ====================================================================== -->
   
   
  -<!-- $Id: build.xml,v 1.28 2006/06/24 16:15:51 kkhan Exp $ -->
  +<!-- $Id: build.xml,v 1.29 2006/07/13 22:52:48 starksm Exp $ -->
   
   <project default="main" name="JBoss/MicroContainer">
   
  @@ -79,23 +79,6 @@
   
       &modules;
   
  -<!-- container -->
  -<property name="jboss.container.root" value="${project.root}/container"/>
  -<property name="jboss.container.lib" value="${jboss.container.root}/output/lib"/>
  -<path id="jboss.container.classpath">
  -   <fileset dir="${jboss.container.lib}">
  -      <include name="jboss-container.jar"/>
  -   </fileset>
  -</path>
  -<!-- dependency -->
  -<property name="jboss.dependency.root" value="${project.root}/dependency"/>
  -<property name="jboss.dependency.lib" value="${jboss.dependency.root}/output/lib"/>
  -<path id="jboss.dependency.classpath">
  -   <fileset dir="${jboss.dependency.lib}">
  -      <include name="jboss-dependency.jar"/>
  -   </fileset>
  -</path>
  -
       <!-- The combined dependant module classpath -->
       <path id="dependentmodule.classpath">
         <path refid="jboss.common.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list