[jboss-cvs] JBossRemoting ...

Tom Elrod tom.elrod at jboss.com
Wed Sep 27 14:50:55 EDT 2006


  User: telrod  
  Date: 06/09/27 14:50:55

  Modified:    JBossRemoting  build.xml
  Log:
  Updated manifest for remoting jar to include time as well as date for when created.
  
  Revision  Changes    Path
  1.88      +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.87
  retrieving revision 1.88
  diff -u -b -r1.87 -r1.88
  --- build.xml	22 Sep 2006 03:07:51 -0000	1.87
  +++ build.xml	27 Sep 2006 18:50:55 -0000	1.88
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.87 2006/09/22 03:07:51 telrod Exp $ -->
  +<!-- $Id: build.xml,v 1.88 2006/09/27 18:50:55 telrod Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -324,7 +324,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