Browse Source

Support both DefaultWidgetSet and TestingWidgetSet

Change-Id: Icdf5f3cdca60aa7e40d698b51df52ccbac1aee35
tags/7.5.0.alpha1
Artur Signell 9 years ago
parent
commit
5744434571
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      eclipse/Super Development Mode (vaadin).launch

+ 1
- 1
eclipse/Super Development Mode (vaadin).launch View File

@@ -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="com.vaadin.DefaultWidgetSet -bindAddress 0.0.0.0"/>
<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.PROJECT_ATTR" value="vaadin"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx512M -XX:MaxPermSize=256M"/>
</launchConfiguration>

Loading…
Cancel
Save