ソースを参照

Run SDM in strict mode to easier catch silly mistakes (#13567)

Change-Id: I6739260499e66245eff2b05bfeb84c430ef5ca19
tags/7.5.0.alpha1
Leif Åstrand 9年前
コミット
79db1a1464
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      eclipse/Super Development Mode (vaadin).launch

+ 1
- 1
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>

読み込み中…
キャンセル
保存