blob: aef06d127cbaeb7e086ca142aad978a8907147aa [file] [log] [blame]
package org.eclipse.jst.validation.test.junit;
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; }
}