summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/demo/sampler/gwt/SamplerWidgetSet.gwt.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/demo/sampler/gwt/SamplerWidgetSet.gwt.xml')
-rw-r--r--src/com/vaadin/demo/sampler/gwt/SamplerWidgetSet.gwt.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/sampler/gwt/SamplerWidgetSet.gwt.xml b/src/com/vaadin/demo/sampler/gwt/SamplerWidgetSet.gwt.xml
new file mode 100644
index 0000000000..dc6d1b206c
--- /dev/null
+++ b/src/com/vaadin/demo/sampler/gwt/SamplerWidgetSet.gwt.xml
@@ -0,0 +1,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>