Changed mac specific checkstyle config to include the path dev/mac/src.
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@75 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/dev/mac/.checkstyle b/eclipse/dev/mac/.checkstyle
index 321d1de..1d83316 100644
--- a/eclipse/dev/mac/.checkstyle
+++ b/eclipse/dev/mac/.checkstyle
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<fileset-config file-format-version="1.2.0" simple-config="false">
- <fileset name="all" enabled="true" check-config-name="GWT Checks" local="false">
- <file-match-pattern match-pattern=".*core.src.com.google.gwt.*java" include-pattern="true"/>
- <file-match-pattern match-pattern=".*rhino.*" include-pattern="false"/>
- <file-match-pattern match-pattern=".*windows.src.com.google.gwt.*java" include-pattern="true"/>
- </fileset>
-</fileset-config>
+<?xml version="1.0" encoding="UTF-8"?>
+<fileset-config file-format-version="1.2.0" simple-config="false">
+ <fileset name="all" enabled="true" check-config-name="GWT Checkstyle Rules" local="false">
+ <file-match-pattern match-pattern=".*core.src.com.google.gwt.*java" include-pattern="true"/>
+ <file-match-pattern match-pattern=".*rhino.*" include-pattern="false"/>
+ <file-match-pattern match-pattern=".*mac.src.com.google.gwt.*java" include-pattern="true"/>
+ </fileset>
+</fileset-config>