summaryrefslogtreecommitdiff
path: root/java/java-checkstyle/files
diff options
context:
space:
mode:
Diffstat (limited to 'java/java-checkstyle/files')
-rw-r--r--java/java-checkstyle/files/checkstyle.sh.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/java/java-checkstyle/files/checkstyle.sh.in b/java/java-checkstyle/files/checkstyle.sh.in
deleted file mode 100644
index 0207a035ee0a..000000000000
--- a/java/java-checkstyle/files/checkstyle.sh.in
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-
-JAVA_VERSION="%%JAVA_VERSION%%" \
- exec "%%LOCALBASE%%/bin/java" \
- -cp "%%JAVAJARDIR%%/checkstyle.jar" \
- com.puppycrawl.tools.checkstyle.Main "$@"