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

  Modified:    .        build.xml
  Log:
  Finished integrating the new Boot class into the build system.
  
  Revision  Changes    Path
  1.69      +8 -1      jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- build.xml 17 Feb 2002 09:52:51 -0000      1.68
  +++ build.xml 21 Feb 2002 23:33:19 -0000      1.69
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.68 2002/02/17 09:52:51 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.69 2002/02/21 23:33:19 chirino Exp $ -->
   
   <project default="main" name="JBoss/Server">
   
  @@ -567,6 +567,13 @@
           <include name="org/jboss/tm/usertx/client/*.class"/>
           <include name="org/jboss/tm/usertx/interfaces/*.class"/>
           <include name="org/jboss/tm/usertx/server/*Stub.class"/>
  +      </fileset>
  +    </jar>
  +
  +    <!-- boot.jar -->
  +    <jar jarfile="${build.lib}/boot.jar" manifest="${build.etc}/manifest/boot.mf">
  +      <fileset dir="${build.classes}">
  +        <include name="org/jboss/Boot*"/>
         </fileset>
       </jar>
   
  
  
  

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

Reply via email to