[jboss-cvs] JBossRemoting ...

Tom Elrod tom.elrod at jboss.com
Wed Sep 27 14:51:30 EDT 2006


  User: telrod  
  Date: 06/09/27 14:51:30

  Modified:    JBossRemoting  Tag: remoting_1_4 build.xml
  Log:
  Updated manifest to include time as well as data for the created on value.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.55.4.6  +4 -2      JBossRemoting/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/build.xml,v
  retrieving revision 1.55.4.5
  retrieving revision 1.55.4.6
  diff -u -b -r1.55.4.5 -r1.55.4.6
  --- build.xml	27 Sep 2006 17:26:18 -0000	1.55.4.5
  +++ build.xml	27 Sep 2006 18:51:30 -0000	1.55.4.6
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.55.4.5 2006/09/27 17:26:18 telrod Exp $ -->
  +<!-- $Id: build.xml,v 1.55.4.6 2006/09/27 18:51:30 telrod Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -244,7 +244,9 @@
      </target>
   
      <target name="manifest" depends="configure">
  -      <tstamp/>
  +      <tstamp>
  +        <format property="TODAY" pattern="yyyy-MM-dd hh:mm:ss" />
  +      </tstamp>      
         <mkdir dir="${output.etc.dir}"/>
         <manifest file="${manifest.file}">
            <attribute name="Built-By" value="${user.name}"/>
  
  
  



More information about the jboss-cvs-commits mailing list