// Failed to determine the bot version
Out.fatalException(new FileNotFoundException(vpPath));
}
Properties versionprops = new SortedProperties();
versionprops.load(is);
is.close();
Integer VER_SVN_REVISION_FILE = null;
if(versionprops.containsKey(sReleaseType))
RELEASE_TYPE = ReleaseType.valueOf((String)versionprops.get(sReleaseType));