Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The checkstyle.xml file contains 2 occurences of a (expanded) $ Date $. This should be formatted in a way no exansion by svn occurs:
<!-- Don't use SVN $Date: 2013-11-27 19:38:24 +0000 (Wed, 27 Nov 2013) $ variable - it's localized and causes source archives to differ from the SVN tag -->
...
<property name="message" value="Don't use SVN $Date: 2013-11-27 19:38:24 +0000 (Wed, 27 Nov 2013) $ variable"/>