/******************************************************************************* * Copyright (c) 2012, 2016 Pivotal Software, 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 * * Contributors: * Pivotal Software, Inc. - initial API and implementation *******************************************************************************/ package com.vmware.vfabric.ide.eclipse.tcserver.internal.core; /** * @author Steffen Pingel * @author Christian Dupuis */ public interface ITcServerConstants { public static String ID_CONFIG_TC_SERVER_2_1 = "com.springsource.sts.ide.configurator.server.TcServer21"; public static String ID_CONFIG_TC_SERVER_2_0 = "com.springsource.sts.ide.configurator.server.TcServer20"; public static String ID_CONFIG_TC_SERVER_6 = "com.springsource.sts.ide.configurator.server.TcServer6"; public static final String PLUGIN_ID = "com.vwmare.vfabric.ide.eclipse.tcserver.core"; }