User: user57  
  Date: 01/08/27 19:08:18

  Modified:    .        build.xml
  Log:
   o Changed Main to use Calendar.get(XXX) to avoid deprecation warnings
   o Added Version, which is a singleton that holds version information
     (read from version.properties, which is updated by the build system
      when it is copied from src/resources to output/resources)
   o Updated build.xml to include Version & version.properties in run.jar
   o Added version.* properties in build.xml, which are used by copy
     filtering to update version.properties.
  
  Revision  Changes    Path
  1.15      +5 -1      jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml 2001/08/27 09:01:37     1.14
  +++ build.xml 2001/08/28 02:08:18     1.15
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.14 2001/08/27 09:01:37 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.15 2001/08/28 02:08:18 user57 Exp $ -->
   
   <project default="main">
   
  @@ -489,6 +489,10 @@
            manifest="${build.etc}/run.mf">
         <fileset dir="${build.classes}">
           <include name="org/jboss/Main*"/>
  +        <include name="org/jboss/Version*"/>
  +      </fileset>
  +      <fileset dir="${build.resources}">
  +        <include name="org/jboss/version.properties"/>
         </fileset>
       </jar>
   
  
  
  

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

Reply via email to