AUTOUPDATE SETUP:
----------------
To use the autoupdater you will need to have a webserver
running and you will need shell access to it.  If you are
running MekWars, I assume you have shell access already.

As for the webserver, I recommend Apachee, but host setup
is beyond the scope of this documentation.

The autoupdater is relatively easy to setup and simple
to maintain.

1) You will need the make.sh script
2) Create a directory in you webserver's documentroot (I use /update/)
3) Place your version in a directory within that directory. (eg ./update/0.0.1.2)
4) In the update directory, create a file called LatestVersion.ver
5) Edit LatestVersion.ver and place in it a single line containing the
   most recent version number. (0.0.1.2)
6) Place make.sh in the update directory.
7) Change diectories into thetarget version. (eg - cd update/0.0.1.2)
8) Run the make.sh script. (sh ../make.sh)

------------------------------------------------------------------
NOTE: The make.sh file referred to in this document is enclosed in
      Autoupdater_Make_File dir. Name is a bit generic, so its in
      the named dir for safe keeping. (@urgru)
------------------------------------------------------------------

REMEMBER: You must change the update.bat and update.sh files in the
          Clients you distribute so they point to the proper webserver,
          down through the directory which is home to your updates.

An example update.bat from my server:
------------------------------------
java -cp autoupdater.jar com.navtools.autoupdate.AutoUpdater . http://megamek.notcows.com/update
updatefix.bat
call ./data/fix.bat

Have Fun,
Brian (FishSlayer)