File: get

package info (click to toggle)
gnumed-client 1.7.5%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 236,656 kB
  • sloc: python: 117,577; sh: 1,118; xml: 35; makefile: 33
file content (15 lines) | stat: -rwxr-xr-x 812 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
svn --force export http://svn.foswiki.org/branches/foswiki.org/core/pub/System/JavascriptFiles > /dev/null 2> /dev/null
rm -rf JavascriptFiles/foswiki{Array,CSS,_edit,Event,Form,HTML,lib,_renamebase,StringUnicodeChars,Styles,Window}.js
rm -rf JavascriptFiles/s*.js
mkdir -p PatternSkin
cd PatternSkin
svn --force export http://svn.foswiki.org/branches/foswiki.org/PatternSkin/pub/System/PatternSkin/pattern.js > /dev/null 2> /dev/null
cd ..
mkdir -p JQueryPlugin/plugins/foswiki
cd JQueryPlugin/plugins/foswiki
svn --force export http://svn.foswiki.org/branches/foswiki.org/JQueryPlugin/pub/System/JQueryPlugin/plugins/foswiki/jquery.foswiki.uncompressed.js > /dev/null 2> /dev/null
cd ../../..


echo "Download archive with jquery.jstree.js from http://www.jstree.com/ and copy it to JSTreeContrib"