display message while image loads on the client viewer
[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         <!-- Inherit the default GWT style sheet -->
6         <!--  inherits name="com.google.gwt.user.theme.standard.Standard"/-->
7         <inherits name="com.google.gwt.gears.Gears"/>
8         <inherits name='com.allen_sauer.gwt.dnd.gwt-dnd' />
9         <inherits name="com.google.gwt.http.HTTP"/>
10         <inherits name="com.google.gwt.json.JSON"/>
11         <!-- Specify the app entry point class.                   -->
12         <entry-point class='gr.ebs.gss.client.GSS' />
13         <stylesheet src='gss.css' />
14         <!-- <set-property name="user.agent" value="gecko" /> --> 
15         <!-- Rebind the file upload dialog if Gears is installed -->
16         <replace-with class="gr.ebs.gss.client.FileUploadGearsDialog">
17                 <when-type-is class="gr.ebs.gss.client.FileUploadDialog"/>
18                 <when-property-is name="gears.installed" value="true"/>
19         </replace-with>   
20 </module>