From 2d00fbc92b943481fbd6f5564522c44ca76ee742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20D=C3=B6rfler?= Date: Fri, 29 Mar 2013 02:13:54 +0100 Subject: [PATCH] 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 --- src/sphinx/Community/Community-Plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/Community/Community-Plugins.rst b/src/sphinx/Community/Community-Plugins.rst index 0a9056c1a..00d390cd9 100644 --- a/src/sphinx/Community/Community-Plugins.rst +++ b/src/sphinx/Community/Community-Plugins.rst @@ -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 ~~~~~~~~~~~~~~~~