blob: 1031fb61357dd2bc790b7a6020ebdf92cb8bec23 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 CEA LIST.
* 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:
* Gregoire Dupe (Mia-Software) - Bug 375054 - Add validation warning for overlay on EClass
*******************************************************************************/
package org.eclipse.modisco.facet.custom.core.internal.exported;
public final class Constants {
private Constants() {
// Must not be used
}
public static final String CUSTOM_FILE_EXT = "custom"; //$NON-NLS-1$
}