# Configuration settings for Google Code projects

PROJECT=plowshare
TRUNK="https://$PROJECT.googlecode.com/svn/trunk/"
TAGS_URL="https://$PROJECT.googlecode.com/svn/tags/"
AUTHFILE=".googlecode-auth"
VERSION=$(cat CHANGELOG | head -n1 | sed "s/^.*(\(.*\)).*$/\1/")
DIRECTORY=$PROJECT-$VERSION
FILE=$DIRECTORY.tgz
IFS=":" read USERNAME PASSWORD < "$AUTHFILE"
