blob: 745dcbe34b29981e06cc4e832287bc8f2a21e25c [file] [log] [blame]
package org.eclipse.jst.validation.test.setup;
public class BuildInfo {
public static final String copyright = "Licensed Materials -- Property of IBM\n(c) Copyright International Business Machines Corporation, 2001,2003\nUS Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.";
public static final String fgBuildLevel = "20031112_1915-WB212-AD-V511D-W5";
public static String level() { return fgBuildLevel; }
public static String getWSABuildLevel() { return fgBuildLevel; }
}