Author: nextgens
Date: 2008-08-01 19:32:12 +0000 (Fri, 01 Aug 2008)
New Revision: 21567

Modified:
   trunk/scripts/verify_indent.sh
   trunk/scripts/verify_indent_client.sh
Log:
scripts: now we can use 1.5 code

Modified: trunk/scripts/verify_indent.sh
===================================================================
--- trunk/scripts/verify_indent.sh      2008-08-01 18:54:08 UTC (rev 21566)
+++ trunk/scripts/verify_indent.sh      2008-08-01 19:32:12 UTC (rev 21567)
@@ -11,7 +11,7 @@
 REV=$1
 PREVIOUSREV=$(( $REV - 1 ))
 AUTHOR="$(svnlook author $REPOSITORY --revision $REV)"
-JAVACOPT=" -source 1.4 -target 1.4 -nowarn -g:none"
+JAVACOPT=" -source 1.5 -target 1.5 -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 ]]

Modified: trunk/scripts/verify_indent_client.sh
===================================================================
--- trunk/scripts/verify_indent_client.sh       2008-08-01 18:54:08 UTC (rev 
21566)
+++ trunk/scripts/verify_indent_client.sh       2008-08-01 19:32:12 UTC (rev 
21567)
@@ -13,7 +13,7 @@
 RAND=$RANDOM
 REV=$1
 PREVIOUSREV=$(( $REV - 1 ))
-JAVACOPT="-source 1.4 -target 1.4 -nowarn -g:none"
+JAVACOPT="-source 1.5 -target 1.5 -nowarn -g:none"
 REPOSITORY="https://emu.freenetproject.org/svn";
 
CLASSPATH="/home/nextgens/src/freenet/node1/freenet-cvs-snapshot.jar:/home/nextgens/src/freenet/node1/freenet-ext.jar"



Reply via email to