diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-10-27 07:57:12 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-10-27 07:57:12 +0000 |
commit | 6a3c715dae922edd723c9423b4308d5d7948b74e (patch) | |
tree | 46a007274681a9803afccf135ace5554f3e01e3a /src/com/vaadin/demo/reservation/gwt/ReservationWidgetSet.gwt.xml | |
parent | 931d75fef69deb9b738fad97001cf5621de9f43e (diff) | |
download | vaadin-framework-6a3c715dae922edd723c9423b4308d5d7948b74e.tar.gz vaadin-framework-6a3c715dae922edd723c9423b4308d5d7948b74e.zip |
Split demo and tests files to own source folders, for #3298
svn changeset:9390/svn branch:6.2
Diffstat (limited to 'src/com/vaadin/demo/reservation/gwt/ReservationWidgetSet.gwt.xml')
-rw-r--r-- | src/com/vaadin/demo/reservation/gwt/ReservationWidgetSet.gwt.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/com/vaadin/demo/reservation/gwt/ReservationWidgetSet.gwt.xml b/src/com/vaadin/demo/reservation/gwt/ReservationWidgetSet.gwt.xml deleted file mode 100644 index 4f38e07f26..0000000000 --- a/src/com/vaadin/demo/reservation/gwt/ReservationWidgetSet.gwt.xml +++ /dev/null @@ -1,26 +0,0 @@ -<module> - <!-- Inherit DefaultWidgetSet -->
- <inherits name="com.vaadin.terminal.gwt.DefaultWidgetSet" />
-
- <!-- The googlemaps_gwt module --> - <inherits name="com.google.gwt.maps.GoogleMaps" /> - - <!-- WidgetSet default theme --> - <stylesheet src="reservr/styles.css"/> - - <!-- - Google Maps needs an API key if you're not running this demo on "localhost". - You can get a Google Maps API key here: - http://www.google.com/apis/maps/signup.html - - Append your Google Maps API key to the src -attribute below, like so: - src="http://maps.google.com/maps?gwt=1&file=api&v=2.x&key=XXXXXXXX" - where the X:s represent your key. - --> - <!-- Works w/o key for localhost: - <script src="http://maps.google.com/maps?gwt=1&file=api&v=2.x" /> - --> - <!-- Using key for http://demo.vaadin.com: --> - <script src="http://maps.google.com/maps?gwt=1&file=api&v=2.x&key=ABQIAAAAP3UBMIhn15mgO6uIqO_GVRTjfRw0y7NvUKCc8_UnYaOyzzWA_xRoBYGzLMNrw-8-IesNKDC1WFd_vg" /> - -</module> |