blob: 77690c7b20f17ec91c447682f415d0df66bb921a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 2012, 2013 Red Hat, Inc.
* All rights reserved.
* This program is 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:
* Red Hat, Inc. - initial API and implementation
******************************************************************************/
package org.eclipse.bpmn2.modeler.wsil;
public interface IConstants {
public final String ICON_PATH = "icons/"; //$NON-NLS-1$
public final String ICON_WSIL = "obj16/wsil.gif"; //$NON-NLS-1$
public final String ICON_WSIL_SERVICE = "obj16/service.gif"; //$NON-NLS-1$
public final String ICON_WSIL_LINK = "obj16/wsil_link.gif"; //$NON-NLS-1$
}