blob: 0ae04026ded0e0f9c438dfa3de5e1e88a20752e3 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.ui.tests.api;
public interface IConstants {
public static String FakeID =
"Is this fake ID for buying beer or getting into a club?",
FakeLabel =
"Hmmm. Who's to say this is a fake label? I mean, someday, this can be a real label.",
UnknownFileName[] =
{
"This is not a known file name to the world.with a cool extension",
"this is not the same as the other.anyways this is a file extension" },
KnownFileName[] = { "plugin.xml" },
ProjectName = "JUnitTestingProjectName";
}