# script to make a jar file from classes found in lib directory
# Output file is called TVAnytimeAPI.jar.  It's good practice to
# rename the existing file TVAnytimeAPI.jar.<date> so we've got a
# back up copy before running this script.
# 
# Tristan Ferne, 19 Jult 2005
jar -cvf0 TVAnytimeAPI.jar bbc
