#!/bin/sh



( cd ~/workspace/Server ; ant -f javadoc.xml )
( cd ~/workspace/Server ; rsync -rv -essh doc goethe.tootsville.com:/var/www/Javadoc/ )
