summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index e87fc7978..0496dca0f 100644
--- a/build.xml
+++ b/build.xml
@@ -1,13 +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