You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/02/04 08:21:53 UTC

svn commit: rev 6495 - incubator/depot/trunk/version

Author: nickchalko
Date: Wed Feb  4 00:21:52 2004
New Revision: 6495

Modified:
   incubator/depot/trunk/version/build.xml
Log:
Fixed version name and copyright info.

Modified: incubator/depot/trunk/version/build.xml
==============================================================================
--- incubator/depot/trunk/version/build.xml	(original)
+++ incubator/depot/trunk/version/build.xml	Wed Feb  4 00:21:52 2004
@@ -1,4 +1,4 @@
-<project name="HttpClient" default="compile" basedir=".">
+<project name="Version" default="compile" basedir=".">
 <!--
         "Version" component of the Depot Project
         $Id: build.xml,v 1.30 2003/07/08 22:07:33 olegk Exp $
@@ -293,7 +293,7 @@
              version      ="true"
              doctitle     ="&lt;h1&gt;${component.title}&lt;/h1&gt;"
              windowtitle  ="${component.title} (Version ${component.version})"
-             bottom       ="Copyright (c) 1999-2002 - Apache Software Foundation"
+             bottom       ="Copyright (c) 2004 - Apache Software Foundation"
     >
       <classpath refid="test.classpath"/>
       <link href="${javadoc.j2sdk.link}"/>