/******************************************************************************* * Copyright (c) 2003, 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ package org.eclipse.jst.j2ee.internal.validation; import org.eclipse.jst.j2ee.model.internal.validation.ApplicationClientMessageConstants; /** * Messages for the WSAD application client validator */ public interface UIApplicationClientMessageConstants extends ApplicationClientMessageConstants { public static final String DOCTYPE_1_2 = "1.2"; //$NON-NLS-1$ public static final String DOCTYPE_1_3 = "1.3"; //$NON-NLS-1$ public static final String APPCLIENT_INVALID_DOC_TYPE_ERROR_ = "APPCLIENT_INVALID_DOC_TYPE_ERROR_"; //$NON-NLS-1$ }// UIApplicationClientMessageConstants