blob: ab514fc09eab135122f6ca09ffdb00dbd7b55855 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2017 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:
* Yupanqui Munoz Julho (CEA LIST) <yupanqui.munozjulho@cea.fr> - initial API and implementation
*******************************************************************************/
package org.eclipse.papyrus.requirements.sysml.papyrusre.set;
public class PapyrusRESet {
/** PapyrusRE profile path. */
public static final String PROFILE_PATH =
"pathmap://PAPYRUSRE_PROFILE/PapyrusRE.profile.uml"; //$NON-NLS-1$
}