Jsmooth readme

If you need to change properties in the final exe wrapper (classpath entries, icon image, JVM settings etc):
You can install the jsmooth windows client and edit the jsmooth file here.
Take care as this file is filtered by maven and has one placeholder in it.
This is the classpath entry: <classPath>lib\ESXi-Grab-1.3.2.jar</classPath>
The project version is replaced so the correct JAR name is built into the classpath in the exe wrapper.

The actual .exe file is generated by an ant task in the file jsmooth-wrapper-ant-build.xml.
This .exe is generated in target/classes/exe-wrapper and then copied by the maven assembly plugin from here into the final release zip.

