Mercurial > hg > STI-GWT
view src/econnect/wp3_3/Sti.gwt.xml @ 54:5c51a488c822 CellTable
fix: add missing refresh of highlights on range change of table
author | Sebastian Kruse <skruse@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 10 Dec 2012 17:28:22 +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>