blob: d08e18e454a0d4e33ddef6cfb99c0de3be6cb5ef [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 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.ant.internal.ui.launchConfigurations;
public class MessageIds {
public static String PROCESS_ID= "processID"; //$NON-NLS-1$
public static String BUILD_CANCELLED= "cancelled"; //$NON-NLS-1$
public static String TASK= "task"; //$NON-NLS-1$
}