You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by sp...@apache.org on 2005/03/23 20:29:57 UTC

cvs commit: xml-fop build.xml

spepping    2005/03/23 11:29:57

  Modified:    .        build.xml
  Log:
  Added the missing timestamp information. Used W3C Schema DateTime type.
  
  Revision  Changes    Path
  1.120     +3 -0      xml-fop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- build.xml	21 Mar 2005 20:17:15 -0000	1.119
  +++ build.xml	23 Mar 2005 19:29:57 -0000	1.120
  @@ -486,6 +486,9 @@
     </target>
   
     <target name="hyphenation-jar" depends="hyphenation">
  +    <tstamp>
  +      <format property="ts" pattern="yyyy-MM-dd'T'HH:mm:ssZ"/>
  +    </tstamp>
       <jar jarfile="${build.dir}/fop-hyph.jar" basedir="${build.dest}" includes="hyph/**">
         <manifest>
           <attribute name="Implementation-Title" value="${Name}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org


RE: cvs commit: xml-fop build.xml

Posted by "Andreas L. Delmelle" <a_...@pandora.be>.
> -----Original Message-----
> From: spepping@apache.org [mailto:spepping@apache.org]
> 
> 
> spepping    2005/03/23 11:29:57
> 
>   Modified:    .        build.xml
>   Log:
>   Added the missing timestamp information. Used W3C Schema DateTime type.

Did the same for maintenance branch.

Sorry... again :-/

Greetz,

Andreas