#!/bin/tcsh -f
set pwd = `pwd`
set ver = $pwd:t
jar -cvfm ../dotmap-$ver.jar Main.MF *
