Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f998f0a162c5deeb50282072d3c51f1b971a4b0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * generated by Xtext
 */
package org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui;

import org.eclipse.ui.plugin.AbstractUIPlugin;

/**
 * Use this class to register components to be used within the IDE.
 */
public class UmlValueSpecificationUiModule extends org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui.AbstractUmlValueSpecificationUiModule {
	public UmlValueSpecificationUiModule(AbstractUIPlugin plugin) {
		super(plugin);
	}
}

Back to the top