[java-parent-project-v3] 02/02: JPAR-72 - Delete mod-checkstyle.sh script.

Tom Zeller tzeller at dragonacea.biz
Mon Oct 19 17:35:13 EDT 2015


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

commit 8bd41f1f942d332a90d58774435baae7d9047705
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Oct 19 16:35:16 2015 -0500

    JPAR-72 - Delete mod-checkstyle.sh script.
---
 bin/mod-checkstyle.sh | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/bin/mod-checkstyle.sh b/bin/mod-checkstyle.sh
deleted file mode 100755
index 74281ed..0000000
--- a/bin/mod-checkstyle.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/bash
-
-# 2015-10-09 A little WIP script to help change the .checkstyle config location, for example "
-#  find . -name '.checkstyle' -exec java-parent-project-v3/bin/mod-checkstyle.sh {} \;
-
-LOCATION=$0
-LOCATION=${LOCATION%/*}
-
-source $LOCATION/create-project-common.sh
-
-declare -r OLD='https:\/\/svn.shibboleth.net\/java-parent-projects\/java-parent-project-v3\/trunk\/resources\/checkstyle\/checkstyle.xml'
-declare -r NEW='http:\/\/git.shibboleth.net\/view\/?p=java-parent-project-v3.git;a=blob_plain;f=resources\/checkstyle\/checkstyle.xml;hb=HEAD'
-
-expand_macro $1 $OLD $NEW
-
-$ECHO "Done."
-exit 0

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list