Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 638f988964e40a9e42ea2da62a100b75d0980345 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*****************************************************************************
 * Copyright (c) 2015 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:
 *   Nicolas FAUVERGUE (ALL4TEC) nicolas.fauvergue@all4tec.net - Initial API and implementation
 *   
 *****************************************************************************/
package org.eclipse.papyrus.uml.textedit.valuespecification.xtext;

/**
 * Use this class to register components to be used at runtime / without the Equinox extension registry.
 */
public class UmlValueSpecificationRuntimeModule extends org.eclipse.papyrus.uml.textedit.valuespecification.xtext.AbstractUmlValueSpecificationRuntimeModule {

}

Back to the top