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/06/27 06:28:56 UTC

svn commit: rev 22183 - incubator/depot/trunk/version/src/java/org/apache/depot/version/generation/source

Author: nickchalko
Date: Sat Jun 26 23:28:55 2004
New Revision: 22183

Modified:
   incubator/depot/trunk/version/src/java/org/apache/depot/version/generation/source/AbstractVersionMarkerClassGenerator.java   (contents, props changed)
Log:
Ficing header and id for SVN.

Modified: incubator/depot/trunk/version/src/java/org/apache/depot/version/generation/source/AbstractVersionMarkerClassGenerator.java
==============================================================================
--- incubator/depot/trunk/version/src/java/org/apache/depot/version/generation/source/AbstractVersionMarkerClassGenerator.java	(original)
+++ incubator/depot/trunk/version/src/java/org/apache/depot/version/generation/source/AbstractVersionMarkerClassGenerator.java	Sat Jun 26 23:28:55 2004
@@ -34,7 +34,7 @@
 /**
  * Generate Version class.
  * Version class contain information about a specific build/release:
- * @author: $Author: arb_jack $
+ * @author: $Author$
  * @version: $Revision: 1.4 $
  */
 public abstract class AbstractVersionMarkerClassGenerator
@@ -201,20 +201,18 @@
 
 	/**
 	 * The source id from the version control software of both this and the parent class.
-	 * Creation date: (10/24/00 10:45:59 AM)
 	 * @return java.lang.String
 	 */
 	public String getCVSHeader() {
-		return "$Header: /cvsroot/apache/apache-version/src/main/org/apache/version/generation/source/AbstractVersionMarkerClassGenerator.java,v 1.4 2003/08/29 21:54:48 arb_jack Exp $ ";
+		return "$Id$ ";
 	}
 
 	/**
 	 * Gets the version.
-	 * Creation date: (12/12/00 7:14:56 PM)
 	 * @return java.lang.String
 	 */
 	public String getCVSVersion() {
-		return "$Revision: 1.4 $";
+		return "LastChangedRevision: 1.4 $";
 	}
 
 	protected boolean hasAttributes(ApacheVersionMarkerInterfaceProxy proxy) {