/[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 1022 by dpavlin, Wed Dec 24 20:05:14 2008 UTC revision 1023 by dpavlin, Mon Jan 26 23:31:02 2009 UTC
# Line 7  cd static/js || exit Line 7  cd static/js || exit
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    
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_upstream http://wwwsqldesigner.googlecode.com/svn/trunk/ sql
13    
14  # YUI  # YUI
15    
16  svn_upstream http://inputex.googlecode.com/svn/trunk/ inputex  #svn_upstream http://inputex.googlecode.com/svn/trunk/ inputex
17  svn_upstream http://wireit.googlecode.com/svn/trunk/ wireit  #svn_upstream http://wireit.googlecode.com/svn/trunk/ wireit
18    git_upstream git://github.com/neyric/wireit.git
19    git_upstream git://github.com/neyric/inputex.git
20    
21  # jquery based  # jquery based
22    
# Line 25  git_upstream git://github.com/nostrademo Line 28  git_upstream git://github.com/nostrademo
28    
29  # graphics  # graphics
30    
31  wget -nc http://blog.thejit.org/wp-content/jit.zip  wget -m http://blog.thejit.org/wp-content/jit.zip
32  unzip -u `ls -c jit*.zip | head -1`  unzip -u `ls -c jit*.zip | head -1`
33    
34  hg_upstream http://hg.mozilla.org/users/bsmedberg_mozilla.com/wordmap  hg_upstream http://hg.mozilla.org/users/bsmedberg_mozilla.com/wordmap

Legend:
Removed from v.1022  
changed lines
  Added in v.1023

  ViewVC Help
Powered by ViewVC 1.1.26