Initial commit
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.7.0//EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.7.0/distro-source/core/src/gwt-module.dtd">
|
||||
<module>
|
||||
<inherits name="com.vaadin.terminal.gwt.DefaultWidgetSet" />
|
||||
|
||||
<!--
|
||||
Uncomment the following to compile the widgetset for one browser only.
|
||||
This can reduce the GWT compilation time significantly when debugging.
|
||||
The line should be commented out before deployment to production
|
||||
environments.
|
||||
|
||||
Multiple browsers can be specified for GWT 1.7 as a comma separated
|
||||
list. The supported user agents at the moment of writing were:
|
||||
ie6,ie8,gecko,gecko1_8,safari,opera
|
||||
|
||||
The value gecko1_8 is used for Firefox 3 and later and safari is used for
|
||||
webkit based browsers including Google Chrome.
|
||||
-->
|
||||
<!-- <set-property name="user.agent" value="gecko1_8"/> -->
|
||||
|
||||
<!--
|
||||
To enable SuperDevMode, uncomment this line and use the
|
||||
Super Dev Mode for Vaadin 6 add-on.
|
||||
|
||||
SuperDevMode enables debugging of the client side of a Vaadin
|
||||
application using the JavaScript debugger of a browser. Java code is
|
||||
shown and debugging can take place on the Java level when using a browser
|
||||
that support source maps (currently Chrome, implementation under work
|
||||
for Firefox).
|
||||
|
||||
See https://vaadin.com/directory#addon/super-dev-mode-for-vaadin-6 for
|
||||
more information and instructions.
|
||||
-->
|
||||
<!-- <set-configuration-property name="devModeRedirectEnabled" value="true" /> -->
|
||||
|
||||
|
||||
<inherits name="org.vaadin.artur.icepush.IcepushaddonWidgetset" />
|
||||
</module>
|
||||
Reference in New Issue
Block a user