]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added the missing timestamp information. Used W3C Schema DateTime type.
authorSimon Pepping <spepping@apache.org>
Wed, 23 Mar 2005 19:29:57 +0000 (19:29 +0000)
committerSimon Pepping <spepping@apache.org>
Wed, 23 Mar 2005 19:29:57 +0000 (19:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198540 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index b67bd4d9b631b93ccf1dd0ff9ac6abcef7f49744..957d166c447ead129da6974de2e290a05384b2bf 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -486,6 +486,9 @@ list of possible build targets.
   </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}"/>