blob: 3c3cccae6021483066f1f92fc9d02bb07aae274a [file] [log] [blame]
cd cpe1
find . -type f | grep -v "\.svn" | xargs jar cvf ../cpe1.jar
find . -type f | grep -v "\.svn" | xargs zip ../cpe1.zip
cd ..
cd cpe2
find . -type f | grep -v "\.svn" | xargs jar cvf ../cpe2.jar
find . -type f | grep -v "\.svn" | xargs zip ../cpe2.zip
cd ..