]> source.dussan.org Git - vaadin-framework.git/commitdiff
Support both DefaultWidgetSet and TestingWidgetSet
authorArtur Signell <artur@vaadin.com>
Tue, 13 Jan 2015 12:19:15 +0000 (14:19 +0200)
committerVaadin Code Review <review@vaadin.com>
Thu, 5 Mar 2015 08:14:59 +0000 (08:14 +0000)
Change-Id: Icdf5f3cdca60aa7e40d698b51df52ccbac1aee35

eclipse/Super Development Mode (vaadin).launch

index b57410bfd6afe6a480e999a07a51d5fa2ee52e90..9f4da19a7400ae270b1556159a9a6ce43efe0423 100644 (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>