This is an automated email from the git hooks/post-receive script. New commit to branch develop-2.x in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 7c62d1f9df8331de7d994c6b0144593cf09ee525 Author: Kevin Morin <morin@codelutin.com> Date: Mon Jan 23 15:36:35 2017 +0100 fixes #4141 [JAXX-Demo] jaxx.cssExtension property is missing --- jaxx-demo/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index 9862e39..8ea11b9 100644 --- a/jaxx-demo/pom.xml +++ b/jaxx-demo/pom.xml @@ -57,6 +57,7 @@ <jaxx.inputHelpDirectory>src/main/resources</jaxx.inputHelpDirectory> <jaxx.inputHelpFilenamePrefix>jaxxdemo-help</jaxx.inputHelpFilenamePrefix> <jaxx.helpBrokerFQN>jaxx.demo.DemoHelpBroker</jaxx.helpBrokerFQN> + <jaxx.cssExtension>jcss</jaxx.cssExtension> <!-- generate license bundled files --> <license.generateBundle>true</license.generateBundle> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.