Add back the Version.java file.  Eclipse users have difficulty with the fact
that Version.src is used to generate Version.java at build time since Eclipse
does not invoke the ant build.xml file.

We will still use Version.src to generate the Version.java file for official builds.
Official builds call the 'clean' target which delete Version.java and then recreate
if from Version.src.

2 files changed