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