/[Frey]/trunk/bin/checkout-js.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/bin/checkout-js.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 177 by dpavlin, Sun Aug 31 14:51:06 2008 UTC revision 888 by dpavlin, Wed Dec 24 20:05:14 2008 UTC
# Line 1  Line 1 
1    #!/bin/sh
2    
3    source bin/checkout-upstream.sh
4    
5  cd static/js || exit  cd static/js || exit
6  svn co http://ext-ux-livegrid.googlecode.com/svn/trunk/ ext-ux-livegrid  
7  wget -nc http://extjs.com/deploy/ext-2.1.zip  wget -nc http://extjs.com/deploy/ext-2.2.zip
8  unzip -u ext*.zip  unzip -u `ls -c ext*.zip | head -1`
9    
10  wget -nc http://ondras.zarovi.cz/sql/sql-2.1.1.zip  wget -nc http://ondras.zarovi.cz/sql/sql-2.1.1.zip
11  unzip -u sql*.zip  unzip -u sql*.zip
12  svn checkout http://inputex.googlecode.com/svn/trunk/ inputex  
13  git clone git://github.com/BrianTheCoder/jquery-keyboard-navigation.git  # YUI
14    
15    svn_upstream http://inputex.googlecode.com/svn/trunk/ inputex
16    svn_upstream http://wireit.googlecode.com/svn/trunk/ wireit
17    
18    # jquery based
19    
20    svn_upstream http://ext-ux-livegrid.googlecode.com/svn/trunk/ ext-ux-livegrid
21    
22    git_upstream git://github.com/BrianTheCoder/jquery-keyboard-navigation.git
23    
24    git_upstream git://github.com/nostrademons/jquery-combobox.git
25    
26    # graphics
27    
28    wget -nc http://blog.thejit.org/wp-content/jit.zip
29    unzip -u `ls -c jit*.zip | head -1`
30    
31    hg_upstream http://hg.mozilla.org/users/bsmedberg_mozilla.com/wordmap
32    
33    svn_upstream http://flot.googlecode.com/svn/trunk/ flot

Legend:
Removed from v.177  
changed lines
  Added in v.888

  ViewVC Help
Powered by ViewVC 1.1.26