Mercurial > hg > STI-GWT
view src/econnect/wp3_3/Sti.gwt.xml @ 81:a183604fe16a trimmed_data
push openlayer to v 2.12 (because of ArcGIS errors)
author | Sebastian Kruse <skruse@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 01 Feb 2013 17:15:07 +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>