blob: 88dc81f8403653987ae608e12b052a44b381de12 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006 Cape Clear Software.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* David Black, Cape Clear Software - initial API and implementation
*******************************************************************************/
package org.eclipse.jst.server.generic.tests;
/**
* @author <a href="mailto:david.black@capeclear.com">David Black</a>
*/
public interface TestConstants {
public static final String TEST_SERVERTYPE_ID = "bar.server.id";
public static final String TEST_RUNTIMETYPE_ID = "bar.runtime.id";
public static final String TEST_SERVERDEFONLY_SERVERTYPE_ID = "foo.serverdefonly.server.id";
public static final String TEST_SERVERDEFONLY_RUNTIMETYPE_ID = "foo.serverdefonly.runtime.id";
}