Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > c3b736f2a96fbf623d832afcac469e83 > files > 2

eclipse-checkstyle-4.3.2-0.0.5mdv2009.0.src.rpm

#!/bin/bash -x 

TAG="v4_3_3"

# start with a clean directory
rm -rf CheckstylePlugin
# export cvs revision
cvs -z3 -d:pserver:anonymous@eclipse-cs.cvs.sourceforge.net:/cvsroot/eclipse-cs export -r ${TAG} CheckstylePlugin
test -d CheckstylePlugin || exit 1
# remove any pre-compiled stuff
find CheckstylePlugin -regextype posix-egrep -regex '.*.jar|.*.zip|.*.class' -print | xargs rm -f
# create tar
tar -jcvf CheckstylePlugin-${TAG}.tar.bz2 CheckstylePlugin