User: chirino 
  Date: 02/02/21 15:33:19

  Modified:    jboss    build.xml
  Log:
  Finished integrating the new Boot class into the build system.
  
  Revision  Changes    Path
  1.88      +2 -1      build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.87
  retrieving revision 1.88
  diff -u -r1.87 -r1.88
  --- build.xml 21 Feb 2002 20:27:53 -0000      1.87
  +++ build.xml 21 Feb 2002 23:33:18 -0000      1.88
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.87 2002/02/21 20:27:53 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.88 2002/02/21 23:33:18 chirino Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -550,6 +550,7 @@
            <include name="**/*"/>
         </fileset>
         <fileset dir="${_module.output}/lib">
  +         <include name="boot.jar"/>
            <include name="run.jar"/>
            <include name="shutdown.jar"/>
         </fileset>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to