|
Last change
on this file was
61,
checked in by hkaulbersch, 12 years ago
|
|
initial commit
|
-
Property svn:mime-type set to
text/plain
|
|
File size:
376 bytes
|
| Line | |
|---|
| 1 | /* |
|---|
| 2 | * generated by Xtext |
|---|
| 3 | */ |
|---|
| 4 | package de.ugoe.cs.swe.bnftools; |
|---|
| 5 | |
|---|
| 6 | import org.eclipse.xtext.junit4.IInjectorProvider; |
|---|
| 7 | |
|---|
| 8 | import com.google.inject.Injector; |
|---|
| 9 | |
|---|
| 10 | public class EbnfUiInjectorProvider implements IInjectorProvider { |
|---|
| 11 | |
|---|
| 12 | public Injector getInjector() { |
|---|
| 13 | return de.ugoe.cs.swe.bnftools.ui.internal.EbnfActivator.getInstance().getInjector("de.ugoe.cs.swe.bnftools.Ebnf"); |
|---|
| 14 | } |
|---|
| 15 | |
|---|
| 16 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.