1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-26 15:10:35 -04:00
ports/java/java-checkstyle/files/checkstyle.sh.in
Greg Lewis 7d1cf7c700 . Update to checkstyle 5.3.
. Switch to installing the prebuilt JAR.
2010-12-20 01:45:24 +00:00

8 lines
174 B
Bash

#!/bin/sh
#
# $FreeBSD$
JAVA_VERSION="%%JAVA_VERSION%%" \
exec "%%LOCALBASE%%/bin/java" \
-cp "%%JAVAJARDIR%%/checkstyle.jar" \
com.puppycrawl.tools.checkstyle.Main "$@"