/******************************************************************************* * Copyright (c) 2005, 2012 eBay Inc. * 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 * *******************************************************************************/ package org.eclipse.vjet.eclipse.internal.debug.ui.html; public class HtmlLauncherMessages { public static final String DervletSelectionDialogTitle = "Select Dervlet Configuration" ; public static final String VjoSelectionDialogTitle = "Select VjO Configuration" ; public static final String InvalidSelectionMsg = "Selection is not an Html file" ; public static final String NoVJOLaunchConfigsAvailable = "No VjO launch configurations match this selection." ; public static final String NoDervletLaunchConfigsAvailable = "No Dervlet launch configurations match this selelction" ; public static final String NoLaunchConfigsDialogTitle = "No Configurations Available" ; }