blob: 03ee8efa0cf3ec79ffd96d8ef6af4dcf63f65916 [file] [log] [blame]
rice@google.comc1da4d72010-03-16 17:24:13 +00001<project name="bikeshed" default="build" basedir=".">
amitmanjhi@google.coma4d91442010-03-04 22:11:39 +00002 <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.comc1da4d72010-03-16 17:24:13 +000012 <gwt.checkstyle.tests>
amitmanjhi@google.coma4d91442010-03-04 22:11:39 +000013 <fileset dir="test">
14 <include name="com/google/**/*.java" />
15 <include name="test/**" />
16 </fileset>
17 </gwt.checkstyle.tests>
18 </target>
19</project>