blob: 1b0c3a4b8a6d03bc6582f2677af3295158419b34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<module>
<!-- Inherit the NoEntry version to avoid multiple entrypoints -->
<inherits name="com.itmill.toolkit.terminal.gwt.DefaultWidgetSetNoEntry" />
<!-- The googlemaps_gwt module -->
<inherits name="com.mapitz.gwt.googleMaps.GoogleMaps" />
<!-- WidgetSet default theme -->
<stylesheet src="reservr/styles.css"/>
<!-- Entry point -->
<entry-point class="com.itmill.toolkit.demo.reservation.gwt.client.ReservationWidgetSet"/>
</module>
|