sbt-fx was renamed to sbt-fxml

There is a similarily named plugin "sbt-javafx" which is not listed here and which I discovered afterwards
This commit is contained in:
Philipp Dörfler 2013-03-29 02:13:54 +01:00 committed by Mark Harrah
parent 7c67ad28be
commit 2d00fbc92b
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ Code generator plugins
https://github.com/xuwei-k/sbtend
- sbt-boilerplate (generating scala.Tuple/Function related boilerplate code):
https://github.com/sbt/sbt-boilerplate
- sbt-fx (Generates controller classes for JavaFX FXML files): https://bitbucket.org/phdoerfler/sbt-fx
- sbt-fxml (Generates controller classes for JavaFX FXML files): https://bitbucket.org/phdoerfler/sbt-fxml
Database plugins
~~~~~~~~~~~~~~~~