mturk 2004/09/24 09:41:12 Modified: catalina build.xml Log: Add server built and version number to ServerInfo. It just makes '-version' more informative. Revision Changes Path 1.74 +6 -1 jakarta-tomcat-catalina/catalina/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/build.xml,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- build.xml 16 Sep 2004 15:31:19 -0000 1.73 +++ build.xml 24 Sep 2004 16:41:12 -0000 1.74 @@ -616,9 +616,14 @@ <exclude name="org/apache/naming/factory/SendMailFactory.java"/> <exclude name="org/apache/catalina/launcher/**"/> </javac> - + <tstamp> + <format property="TODAY" pattern="MMM d yyyy" locale="en"/> + <format property="TSTAMP" pattern="hh:mm:ss"/> + </tstamp> <!-- Copy static resource files --> <filter token="VERSION" value="${version}"/> + <filter token="VERSION_NUMBER" value="${version.number}"/> + <filter token="VERSION_BUILT" value="${TODAY} ${TSTAMP}"/> <copy todir="${classes.dir}" filtering="true" encoding="ISO-8859-1"> <fileset dir="src/share"> <exclude name="**/*.java"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]