use VERSION variable for easier (i.e. automated) update before a new release
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5607 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -6,7 +6,8 @@ esac
|
||||
FILE=$1
|
||||
FORMAT=$2
|
||||
RULESETFILES=$3
|
||||
PMD_CLASSPATH=../lib/pmd-4.0.jar:../lib/jaxen-1.1.1.jar:../lib/asm-3.0.jar
|
||||
VERSION=4.0
|
||||
PMD_CLASSPATH=../lib/pmd-$VERSION.jar:../lib/jaxen-1.1.1.jar:../lib/asm-3.0.jar
|
||||
if $cygwin; then
|
||||
FILE=`cygpath --windows "$FILE"`
|
||||
PMD_CLASSPATH=`cygpath --path --windows "$PMD_CLASSPATH"`
|
||||
|
Reference in New Issue
Block a user