summaryrefslogtreecommitdiffstats
path: root/etc/targets/global-checkstyle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/targets/global-checkstyle.xml')
-rw-r--r--etc/targets/global-checkstyle.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/etc/targets/global-checkstyle.xml b/etc/targets/global-checkstyle.xml
deleted file mode 100644
index 5c15352..0000000
--- a/etc/targets/global-checkstyle.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project name="global-checkstyle" basedir=".">
-
- <target name="global-checkstyle" depends="global-vpp"
- unless="test.no.checkstyle">
-
- <mkdir dir="${global.dir.build.reports}" />
-
- <!-- XXX: Stupid checkstyle task doesn't expand it's parameters -->
- <checkstyle config="etc/checkstyle/config.xml"
- failOnViolation="false">
- <classpath refid="checkstyle-classpath" />
- <fileset dir="${global.dir.build.java}" />
- <formatter type="xml"
- toFile="${global.dir.build.reports}/checkstyle.xml" />
- <formatter type="plain"
- toFile="${global.dir.build.reports}/checkstyle.txt" />
- </checkstyle>
-
- </target>
-
-</project>