add sbt-antlr4 to community plugin list

add sbt-antlr4 to community plugin list
This commit is contained in:
Heejong Lee 2013-11-28 14:40:29 +09:00 committed by Mark Harrah
parent 4b0123f9ec
commit df3328edbd
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,8 @@ Code generator plugins
https://github.com/backchatio/xsbt-scalate-generate
- sbt-antlr (Generate Java source code based on ANTLR3 grammars):
https://github.com/stefri/sbt-antlr
- sbt-antlr4 (Antlr4 runner for generating Java source code):
https://github.com/ihji/sbt-antlr4
- xsbt-reflect (Generate Scala source code for project name and
version): https://github.com/ritschwumm/xsbt-reflect
- sbt-buildinfo (Generate Scala source for any settings):