You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/01/10 17:26:43 UTC

cvs commit: gump/project asm.xml

bodewig     2005/01/10 08:26:43

  Modified:    project  asm.xml
  Log:
  fix jar names
  
  Revision  Changes    Path
  1.2       +2 -2      gump/project/asm.xml
  
  Index: asm.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/asm.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- asm.xml	22 Nov 2004 10:54:14 -0000	1.1
  +++ asm.xml	10 Jan 2005 16:26:43 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!--
  -  Copyright 2004 The Apache Software Foundation
  +  Copyright 2004-2005 The Apache Software Foundation
   
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
  @@ -24,7 +24,7 @@
       <package>org.objectweb.asm</package>
   
       <ant target="jar">
  -      <property name="product.version" value="@@DATE@@"/>
  +      <property name="product.build.time" value="@@DATE@@"/>
       </ant>
   
       <depend project="ant"/>