blob: ae427b20e570de8db9fdf690c1e8f7e66278d5a4 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 Angelo Zerr 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:
* Angelo Zerr <angelo.zerr@gmail.com> - Initial API and implementation
*******************************************************************************/
package org.eclipse.jst.server.jetty.ui.websocket.internal;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS
{
private static final String BUNDLE_NAME = "org.eclipse.jst.server.jetty.ui.websocket.internal.Messages";//$NON-NLS-1$
public static String ADD_WEBSOCKET_WIZARD_WINDOW_TITLE;
public static String ADD_WEBSOCKET_WIZARD_PAGE_TITLE;
public static String ADD_WEBSOCKET_WIZARD_PAGE_DESC;
static
{
NLS.initializeMessages(BUNDLE_NAME,Messages.class);
}
}