deluge/webui/src/com/WebUI/WebUIApp.gwt.xml

8 lines
242 B
XML
Raw Normal View History

2007-01-09 15:06:29 +00:00
<module>
<inherits name='com.google.gwt.user.User'/>
<inherits name="com.google.gwt.http.HTTP"/>
<inherits name='com.google.gwt.json.JSON'/>
<entry-point class='com.WebUI.client.WebUIApp'/>
<stylesheet src='WebUI.css'/>
</module>