summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/demo/sampler/gwt/SamplerWidgetSet.gwt.xml
blob: dc6d1b206c0a343641b6754b80a004ad266aec25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<module>
	<!-- Inherit the DefaultWidgetSet -->
	<inherits name="com.vaadin.terminal.gwt.DefaultWidgetSet" /> 
	
	<!-- Tracker -->
	<script src="http://www.google-analytics.com/ga.js" />
	
	<!-- Prettify  -->
	<stylesheet src="prettify/prettify.css"/>
	<script src="prettify/prettify.js" />

	<!-- Entry point -->
	<entry-point class="com.vaadin.demo.sampler.gwt.client.SamplerWidgetSet"/>
  
</module>