summaryrefslogtreecommitdiffstats
path: root/eclipse
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2015-03-19 15:28:38 +0200
committerAnna Koskinen <anna@vaadin.com>2015-03-19 14:15:58 +0000
commit79db1a1464e37828ca165f160486e53d877710ed (patch)
tree3d97c59eb0fcda26a98bc1a211f39d891cacd466 /eclipse
parentba088c3803c65546e1148123cd37b70f71003613 (diff)
downloadvaadin-framework-79db1a1464e37828ca165f160486e53d877710ed.tar.gz
vaadin-framework-79db1a1464e37828ca165f160486e53d877710ed.zip
Run SDM in strict mode to easier catch silly mistakes (#13567)
Change-Id: I6739260499e66245eff2b05bfeb84c430ef5ca19
Diffstat (limited to 'eclipse')
-rw-r--r--eclipse/Super Development Mode (vaadin).launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/Super Development Mode (vaadin).launch b/eclipse/Super Development Mode (vaadin).launch
index 9f4da19a74..361a456e96 100644
--- a/eclipse/Super Development Mode (vaadin).launch
+++ b/eclipse/Super Development Mode (vaadin).launch
@@ -21,7 +21,7 @@
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.codeserver.CodeServer"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-noprecompile -bindAddress 0.0.0.0 com.vaadin.DefaultWidgetSet com.vaadin.tests.widgetset.TestingWidgetSet"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-noprecompile -strict -bindAddress 0.0.0.0 com.vaadin.DefaultWidgetSet com.vaadin.tests.widgetset.TestingWidgetSet"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="vaadin"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx512M -XX:MaxPermSize=256M"/>
</launchConfiguration>