diff options
author | Artur Signell <artur@vaadin.com> | 2015-01-13 14:19:15 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-03-05 08:14:59 +0000 |
commit | 5744434571318d47180ac620ba1b86e53142f7b0 (patch) | |
tree | 39ad7db8c02b8ac820b63b5c79c452192c06faca | |
parent | cdb8996e925784c908b8b7607b1650c09811f293 (diff) | |
download | vaadin-framework-5744434571318d47180ac620ba1b86e53142f7b0.tar.gz vaadin-framework-5744434571318d47180ac620ba1b86e53142f7b0.zip |
Support both DefaultWidgetSet and TestingWidgetSet
Change-Id: Icdf5f3cdca60aa7e40d698b51df52ccbac1aee35
-rw-r--r-- | eclipse/Super Development Mode (vaadin).launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/Super Development Mode (vaadin).launch b/eclipse/Super Development Mode (vaadin).launch index b57410bfd6..9f4da19a74 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="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> |