blob: 2a2ff182ac71632f18707f714a7ec47c8d708926 [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 v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* 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";
}