diff options
Diffstat (limited to 'widgets/src/com/vaadin/themes/Valo.gwt.xml')
-rw-r--r-- | widgets/src/com/vaadin/themes/Valo.gwt.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/src/com/vaadin/themes/Valo.gwt.xml b/widgets/src/com/vaadin/themes/Valo.gwt.xml new file mode 100644 index 0000000000..7c58d61ecf --- /dev/null +++ b/widgets/src/com/vaadin/themes/Valo.gwt.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.7.0//EN" + "http://gwtproject.org/doctype/2.7.0/gwt-module.dtd"> +<module> + <entry-point class='com.vaadin.themes.valoutil.BodyStyleName' /> + <source path='valoutil' /> + <public path="valo" /> + <stylesheet src="styles.css" /> +</module> |