Fixed bug: Uploading a new version of a versioned file with no quota left would leave...
[pithos] / src / gr / ebs / gss / GSS.gwt.xml
1 <module>
2
3         <!-- Inherit the core Web Toolkit stuff.                  -->
4         <inherits name='com.google.gwt.user.User' />
5         <inherits name='com.allen_sauer.gwt.dnd.gwt-dnd' />
6         <inherits name="com.google.gwt.http.HTTP"/>
7         <inherits name="com.google.gwt.json.JSON"/>
8         <!-- Specify the app entry point class.                   -->
9         <entry-point class='gr.ebs.gss.client.GSS' />
10         <stylesheet src='gss.css' />
11         <!-- <set-property name="user.agent" value="gecko" /> --> 
12           
13 </module>