rice@google.com | c1da4d7 | 2010-03-16 17:24:13 +0000 | [diff] [blame] | 1 | <project name="bikeshed" default="build" basedir="."> |
amitmanjhi@google.com | a4d9144 | 2010-03-04 22:11:39 +0000 | [diff] [blame] | 2 | <property name="gwt.root" location=".." /> |
| 3 | <property name="project.tail" value="bikeshed" /> |
| 4 | <property name="test.args" value="" /> |
| 5 | |
| 6 | <import file="${gwt.root}/common.ant.xml" /> |
| 7 | |
| 8 | <target name="checkstyle" description="Static analysis of source"> |
| 9 | <gwt.checkstyle> |
| 10 | <fileset dir="src" /> |
| 11 | </gwt.checkstyle> |
rice@google.com | c1da4d7 | 2010-03-16 17:24:13 +0000 | [diff] [blame] | 12 | <gwt.checkstyle.tests> |
amitmanjhi@google.com | a4d9144 | 2010-03-04 22:11:39 +0000 | [diff] [blame] | 13 | <fileset dir="test"> |
| 14 | <include name="com/google/**/*.java" /> |
| 15 | <include name="test/**" /> |
| 16 | </fileset> |
| 17 | </gwt.checkstyle.tests> |
| 18 | </target> |
| 19 | </project> |