Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re[2]: [rap-dev] (no subject)

Hi

Look at the /org.eclipse.rap.rwt/css/org/apache/batik/css/parser/CSSLexicalUnit.java
On the line 26, for example, you can see the string:
$Id: CSSLexicalUnit.java,v 1.1 2008/12/03 15:25:53 rsternber Exp $

In my case it will be converted to smth. like:
$Id: CSSLexicalUnit.java,v 1.1 2009/11/20 10:57:05 ipavlenko Exp $

It is not good for me and for anybody who have to use his own CVS.

Thanks, Igor


Back to the top