diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-08-16 14:01:34 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-08-16 14:01:34 -0300 |
| commit | b1c95d0a74708ee229b0f18634e19659e87953ad (patch) | |
| tree | af59395e6401841f0aa5d42930db38098ac0cb03 /dice-lang/pom.xml | |
| parent | c74cb8eaf454d9243b75e3770001d8d128356b28 (diff) | |
Allow SCL to run seperately
Diffstat (limited to 'dice-lang/pom.xml')
| -rw-r--r-- | dice-lang/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dice-lang/pom.xml b/dice-lang/pom.xml index bad9759..4259128 100644 --- a/dice-lang/pom.xml +++ b/dice-lang/pom.xml @@ -4,7 +4,7 @@ <artifactId>dice-lang</artifactId> <version>0.0.1-SNAPSHOT</version> <properties> - <main.class>bjc.dicelang.DiceLangConsole</main.class> + <main.class>bjc.dicelang.scl.StreamControlConsole</main.class> </properties> <build> <sourceDirectory>src</sourceDirectory> |
