Added checkstyle to project settings

This commit is contained in:
Daniel Oeh 2012-05-28 00:20:40 +02:00
parent 593af6970a
commit 831dc9d9da
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="Podfetcher" default="help">
<taskdef resource="checkstyletask.properties"
classpath="/home/daniel/bin/checkstyle/checkstyle-5.5-all.jar"/>
<checkstyle config="/home/daniel/bin/checkstyle/sun_checks.xml">
<fileset dir="src" includes="**/*.java"/>
</checkstyle>
<!-- The local.properties file is created and updated by the 'android' tool.
It contains the path to the SDK. It should *NOT* be checked into
Version Control Systems. -->