/[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 787 by dpavlin, Tue Dec 9 22:50:07 2008 UTC revision 1026 by dpavlin, Wed Jan 28 19:54:40 2009 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.2.zip  wget -nc http://extjs.com/deploy/ext-2.2.zip
8  unzip -u `ls -c ext*.zip | head -1`  unzip -u `ls -c ext*.zip | head -1`
9  wget -nc http://ondras.zarovi.cz/sql/sql-2.1.1.zip  
10  unzip -u sql*.zip  # http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
11  svn checkout http://inputex.googlecode.com/svn/trunk/ inputex  wget -m http://www.isocra.com/articles/jquery.tablednd_0_5.js.zip
12  svn checkout http://wireit.googlecode.com/svn/trunk/ wireit  
13  test -d jquery-keyboard-navigation && cd jquery-keyboard-navigation && git pull || git clone git://github.com/BrianTheCoder/jquery-keyboard-navigation.git && cd -  #wget -nc http://ondras.zarovi.cz/sql/sql-2.1.1.zip
14  wget -nc http://blog.thejit.org/wp-content/jit.zip  #unzip -u sql*.zip
15    svn_upstream http://wwwsqldesigner.googlecode.com/svn/trunk/ sql
16    
17    # YUI
18    
19    #svn_upstream http://inputex.googlecode.com/svn/trunk/ inputex
20    #svn_upstream http://wireit.googlecode.com/svn/trunk/ wireit
21    git_upstream git://github.com/neyric/wireit.git
22    git_upstream git://github.com/neyric/inputex.git
23    
24    # jquery based
25    
26    svn_upstream http://ext-ux-livegrid.googlecode.com/svn/trunk/ ext-ux-livegrid
27    
28    git_upstream git://github.com/BrianTheCoder/jquery-keyboard-navigation.git
29    
30    git_upstream git://github.com/nostrademons/jquery-combobox.git
31    
32    # graphics
33    
34    wget -m http://blog.thejit.org/wp-content/jit.zip
35  unzip -u `ls -c jit*.zip | head -1`  unzip -u `ls -c jit*.zip | head -1`
36  git clone git://github.com/nostrademons/jquery-combobox.git  
37    hg_upstream http://hg.mozilla.org/users/bsmedberg_mozilla.com/wordmap
38    
39    svn_upstream http://flot.googlecode.com/svn/trunk/ flot

Legend:
Removed from v.787  
changed lines
  Added in v.1026

  ViewVC Help
Powered by ViewVC 1.1.26