deluge/webui/src/com/WebUI/WebUIApp.gwt.xml
2007-01-09 15:06:29 +00:00

8 lines
242 B
XML

<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>