aboutsummaryrefslogtreecommitdiffstats
path: root/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language.ui/src/hu/bme/mit/inf/dslreasoner/ui/AlloyLanguageUiModule.java
blob: bcbe21ab9c86ee049c7b95fa5bf5d0f25591de9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * generated by Xtext
 */
package hu.bme.mit.inf.dslreasoner.ui;

import org.eclipse.ui.plugin.AbstractUIPlugin;

/**
 * Use this class to register components to be used within the IDE.
 */
public class AlloyLanguageUiModule extends hu.bme.mit.inf.dslreasoner.ui.AbstractAlloyLanguageUiModule {
	public AlloyLanguageUiModule(AbstractUIPlugin plugin) {
		super(plugin);
	}
}