mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-03 03:05:34 -05:00
b836b9f63e
git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@464 3dd849cd-670e-4645-a7cd-dd197c8d0e81
25 lines
567 B
Bash
25 lines
567 B
Bash
rm -rf ~/tmp/$1
|
|
rm -rf ~/tmp/$1.co
|
|
mkdir ~/tmp/$1
|
|
mkdir ~/tmp/$1.co
|
|
cd ~/tmp/$1.co
|
|
svn co https://jailer.svn.sf.net/svnroot/jailer/trunk
|
|
cd ..
|
|
mv $1.co/trunk/* $1
|
|
cd $1
|
|
sed "s/new javax.swing.JComboBox()/new net.sf.jailer.ui.JComboBox()/g" src/net/sf/jailer/ui/*.java --in-place
|
|
cp doc/web/home.htm doc/web/index.html
|
|
rm -rf doc/htdocs
|
|
find -iname ".svn" -exec rm -rf '{}' \;
|
|
find -iname ".cvs*" -exec rm -rf '{}' \;
|
|
ant package
|
|
rm -rf admin
|
|
rm -rf out
|
|
rm svn-commit.tmp
|
|
mv datamodel.def datamodel
|
|
rm -rf datamodel.scr
|
|
ls jailer.jar
|
|
cd ..
|
|
rm $1.zip
|
|
zip -r $1.zip $1
|