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-28 21:30:28 -04:00
committed by Mark Harrah
parent 7c67ad28be
commit 2d00fbc92b
+1 -1
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
~~~~~~~~~~~~~~~~