blob: 03ee8efa0cf3ec79ffd96d8ef6af4dcf63f65916 [file] [log] [blame]
<project name="bikeshed" default="build" basedir=".">
<property name="gwt.root" location=".." />
<property name="project.tail" value="bikeshed" />
<property name="test.args" value="" />
<import file="${gwt.root}/common.ant.xml" />
<target name="checkstyle" description="Static analysis of source">
<gwt.checkstyle>
<fileset dir="src" />
</gwt.checkstyle>
<gwt.checkstyle.tests>
<fileset dir="test">
<include name="com/google/**/*.java" />
<include name="test/**" />
</fileset>
</gwt.checkstyle.tests>
</target>
</project>