-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:
jbjohnso 2008-10-13 16:05:48 +00:00
parent ae0ceb10ce
commit 620b66f5ab

17
xCAT-web-exp/applytodir Executable file
View 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