Author: nextgens Date: 2008-05-17 03:23:37 +0000 (Sat, 17 May 2008) New Revision: 19958
Modified: trunk/scripts/verify_indent.sh Log: scripts: verify_indent.sh: add -source 1.4 so that we can use a more recent jvm Modified: trunk/scripts/verify_indent.sh =================================================================== --- trunk/scripts/verify_indent.sh 2008-05-16 17:27:00 UTC (rev 19957) +++ trunk/scripts/verify_indent.sh 2008-05-17 03:23:37 UTC (rev 19958) @@ -11,7 +11,7 @@ REV=$1 PREVIOUSREV=$(( $REV - 1 )) AUTHOR="$(svnlook author $REPOSITORY --revision $REV)" -JAVACOPT=" -target 1.4 -nowarn -g:none" +JAVACOPT=" -source 1.4 -target 1.4 -nowarn -g:none" CLASSPATH="/var/www/downloads/alpha/$(cat /var/www/downloads/alpha/.latest):/var/www/downloads/alpha/freenet-ext.jar" if [[ $(svnlook info $REPOSITORY --revision $REV | grep -icE '^[ ]*[Ii]ndent(ing)?([ ])*(:|$)') -gt 0 ]]
