How to prepare the project for deployment on Windows:

0)
Increment the version number in RELEASE.properties

2)
Using Cygwin, navigate to the root project directory.  Then:
zip -r release-x.xx.zip *

1)
If you have changed build dependencies (likely, especially if you have a new JAR file you've
imported), generate the .bat file again using BatchFileCreator.java.  Place

3)
Upload the resulting zip file to the server, and adjust the XML file's version number to the version
number you incremented to in step (0).

