Author: linus Date: 2008-02-17 12:09:45-0800 New Revision: 14125 Modified: trunk/src/app/.settings/de.mvmsoft.checkclipse.prefs
Log: Ignore antlr-generated files when testing with checkstyle. Modified: trunk/src/app/.settings/de.mvmsoft.checkclipse.prefs Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/.settings/de.mvmsoft.checkclipse.prefs?view=diff&rev=14125&p1=trunk/src/app/.settings/de.mvmsoft.checkclipse.prefs&p2=trunk/src/app/.settings/de.mvmsoft.checkclipse.prefs&r1=14124&r2=14125 ============================================================================== --- trunk/src/app/.settings/de.mvmsoft.checkclipse.prefs (original) +++ trunk/src/app/.settings/de.mvmsoft.checkclipse.prefs 2008-02-17 12:09:45-0800 @@ -1,4 +1,5 @@ -#Sun Feb 17 15:55:29 CET 2008 +#Sun Feb 17 21:07:44 CET 2008 filenames.properties=/argouml-core-tools/checkstyle/checkstyle.properties enabled=true +file_filter=in\:\\.java$\nin\:\\.properties$\nex\:Java(Lexer|Recognizer|TokenTypes)\\.java$\n filenames.config=/argouml-core-tools/checkstyle/checkstyle_argouml.xml --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
