blob: a4ff06a12cb2c0030bc03b4c6ce24ec3575b2939 [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.sysml14.papyrusre.modellibrary.set;
public class PapyrusREStandardUtilsSet {
/** PapyrusRE StandardUtils model library path. */
public static final String MODELLIBRARY_PATH =
"pathmap://PAPYRUSRE_STANDARDUTILS_MODELLIBARY/PapyrusRE_StandardUtils.modellibrary.uml"; //$NON-NLS-1$
}