Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Eclipse Source Version

Hi All,

Eclipse Release, either major release, integration build or night build doesn't keep cvs source informations (version, contributors, etc ...)

Eclipse team could follow the Apache rules.
Each source file have cvs version informations :

/*
* $Header:
/home/cvspublic/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/util/URIUtil.java,v


1.12 2002/12/18 02:49:47 jericho Exp $
* $Revision: 1.12 $
* $Date: 2002/12/18 02:49:47 $
*
*/

Each source file have a short description about the current source :

/**
* The URI escape and character encoding and decoding utility.
* It's compatible with {@link org.apache.commons.httpclient.HttpURL}
rather
* than {@link org.apache.commons.httpclient.URI}.
*
* @author <a href="mailto:jericho@xxxxxxxxxx";>Sung-Gu</a>
* @version $Revision: 1.12 $ $Date: 2002/03/14 15:14:01
*/

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top