Skip to main content

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


A bug report was opened for this item and I have closed it as WONTFIX.

The CVS history information is available in Eclipse through Team->Show in Resource History.  I don't think there is a need to pollute the source code with a copy of this info.

If you wish to discuss this further we can "chat" in the bug report.

http://bugs.eclipse.org/bugs/show_bug.cgi?id=29510

...Dean...


Xavier Maysonnave <xavier@xxxxxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx

01/15/2003 04:18 AM
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        Subject:        [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=""> * @version $Revision: 1.12 $ $Date: 2002/03/14 15:14:01
*/




Back to the top