Last change
on this file was
61,
checked in by hkaulbersch, 11 years ago
|
initial commit
|
-
Property svn:mime-type set to
text/plain
|
File size:
344 bytes
|
Line | |
---|
1 | /* |
---|
2 | * generated by Xtext |
---|
3 | */ |
---|
4 | package de.ugoe.cs.swe.bnftools.ui; |
---|
5 | |
---|
6 | import org.eclipse.ui.plugin.AbstractUIPlugin; |
---|
7 | |
---|
8 | /** |
---|
9 | * Use this class to register components to be used within the IDE. |
---|
10 | */ |
---|
11 | public class EbnfUiModule extends de.ugoe.cs.swe.bnftools.ui.AbstractEbnfUiModule { |
---|
12 | public EbnfUiModule(AbstractUIPlugin plugin) { |
---|
13 | super(plugin); |
---|
14 | } |
---|
15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.