-Add script to explain making the experiment page out of constituent parts
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2337 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
ae0ceb10ce
commit
620b66f5ab
17
xCAT-web-exp/applytodir
Executable file
17
xCAT-web-exp/applytodir
Executable file
@ -0,0 +1,17 @@
|
||||
svn co http://xcat.svn.sourceforge.net/svnroot/xcat/xcat-core/trunk/xCAT-web-exp
|
||||
svn co http://xcat.svn.sourceforge.net/svnroot/xcat/xcat-dep/trunk/javascript
|
||||
mkdir -p $1
|
||||
cp -a xCAT-web-exp/* $1
|
||||
OLDWD=`pwd`
|
||||
cd $1
|
||||
tar jxvf $OLDWD/javascript/jsTree*
|
||||
patch -p0 < $OLDWD/javascript/jstree*patch
|
||||
mv jsTree/images .
|
||||
mv jsTree/tree* .
|
||||
mv jsTree/css.js .
|
||||
mv jsTree/jquery.js .
|
||||
mv jsTree/jquery.listen.js .
|
||||
rm -rf jsTree
|
||||
cp $OLDWD/javascript/jquery.ui.js .
|
||||
cp $OLDWD/javascript/theme/theme.css .
|
||||
cp $OLDWD/javascript/theme/images/* images
|
Loading…
Reference in New Issue
Block a user