Luciano,
Happy New Year to you!
I think I have the dependency declaration in there. The file is
"gwmt.gwt.xml". Here's the xml:
--------------------------
<module>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User'/>
<!-- Gwm dependency -->
<inherits name='org.gwm.GwtWindowManager'/>
<!-- Specify the app entry point class. -->
<entry-point class='com.ps.client.gwmt'/>
</module>
---------------------------
Peter De Baets