This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository afterburner.fx.
commit 6ceda414e3b7d6f418c6055719bbcbdcc0c34913 Author: tony mancill <[email protected]> Date: Tue May 2 21:16:38 2017 -0700 update description --- debian/control | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 63068e5..f148d2f 100644 --- a/debian/control +++ b/debian/control @@ -23,9 +23,20 @@ Package: libafterburner.fx-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Suggests: ${maven:OptionalDepends}, libafterburner.fx-java-doc -Description: afterburner.fx +Description: minimalistic JavaFX MVP framework afterburner.fx is a minimalistic JavaFX MVP framework based on Convention - over Configuration and Dependency Injection + over Configuration and Dependency Injection, providing the following: + . + - "Zero-Configuration" javax.inject.Inject DI of models or services + into presenters. + - Convention-based unification of presenter, view, FXML and css. + - Conventional resource bundle loading. + - Injection of System.getProperties. + - Injection of presenter-local configuration properties (system + properties are overriding the local configuration). + . + Afterburner is a "Just-Enough-Framework" extracted from + airhacks-control and used in airpad, lightfish and floyd applications. Package: libafterburner.fx-java-doc Architecture: all -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/afterburner.fx.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

