view src/econnect/wp3_3/Sti.gwt.xml @ 42:fe6778a2fada CellTable

cleanup of grid table left-overs
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Fri, 07 Dec 2012 16:01:51 +0100
parents cf06b77a8bbd
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='sti'>
  <!-- Inherit the core Web Toolkit stuff.                        -->
  <inherits name='com.google.gwt.user.User'/>

  <!-- Inherit the default GWT style sheet.  You can change       -->
  <!-- the theme of your GWT application by uncommenting          -->
  <!-- any one of the following lines.                            -->
  <inherits name='com.google.gwt.user.theme.standard.Standard'/>
  <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
  <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->

  <!-- Other module inherits                                      -->

  <servlet path="/flickrService" class="econnect.wp3_3.server.FlickrServiceImpl"/>

  <!-- Specify the app entry point class.                         -->
  <entry-point class='econnect.wp3_3.client.Sti'/>
  <stylesheet src='mystyle.css'/>

  <!-- Specify the valid locales                    			  -->
  <extend-property name="locale" values="de"/>

  <!-- Specify the paths for translatable code                    -->
  <source path='client'/>
  <source path='shared'/>

</module>