--- trunk/bin/checkout-js.sh 2008/08/31 14:51:06 177 +++ trunk/bin/checkout-js.sh 2008/10/28 17:06:59 193 @@ -1,8 +1,9 @@ cd static/js || exit svn co http://ext-ux-livegrid.googlecode.com/svn/trunk/ ext-ux-livegrid -wget -nc http://extjs.com/deploy/ext-2.1.zip -unzip -u ext*.zip +wget -nc http://extjs.com/deploy/ext-2.2.zip +unzip -u `ls -c ext*.zip | head -1` wget -nc http://ondras.zarovi.cz/sql/sql-2.1.1.zip unzip -u sql*.zip svn checkout http://inputex.googlecode.com/svn/trunk/ inputex -git clone git://github.com/BrianTheCoder/jquery-keyboard-navigation.git +svn checkout http://wireit.googlecode.com/svn/trunk/ wireit +test -d jquery-keyboard-navigation && cd jquery-keyboard-navigation && git pull || git clone git://github.com/BrianTheCoder/jquery-keyboard-navigation.git