==============================================================
 dMenu Widget
 Copyright (C) 2013-2015 Dušan Vejnovič
==============================================================

The dMenu Widget is Copyright Dušan Vejnovič. 
It is licensed under the Apache 2.0 license.

This product includes software developed at Vaadin Ltd
(http://www.vaadin.com/) which is distributed under the 
Apache 2.0 license.

dMenu widget uses GwtQuery library which is licensed under
the Apache License 2.0.
 
To use the widget you have to download the gwtquery-1.3.3.jar
from http://code.google.com/p/gwtquery/wiki/Downloads and put
it in your WEB-INF/lib directory, or use the Maven dependency.

Next, edit your project's existing module file (gwt.xml) and
add the following line before the servlet module: 
<inherits name="org.dussan.vaadin.dmenu.DmenuWidgetset" />

If you put dMenu module after servlet module, you will get
blank page when you start your application.