/**
  * Get the subversion revision number for the root directory
  *
  * @return the revision number, eg. "451451"
  */
 public static String getRevision() {
   return COMMON_VERSION_INFO._getRevision();
 }