diff options
Diffstat (limited to 'client-compiled')
-rw-r--r-- | client-compiled/eclipse/Super Dev Mode (DefaultWidgetSet).launch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/client-compiled/eclipse/Super Dev Mode (DefaultWidgetSet).launch b/client-compiled/eclipse/Super Dev Mode (DefaultWidgetSet).launch new file mode 100644 index 0000000000..72a3389e8e --- /dev/null +++ b/client-compiled/eclipse/Super Dev Mode (DefaultWidgetSet).launch @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType"> +<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/> +<stringAttribute key="M2_GOALS" value="vaadin:run-codeserver"/> +<booleanAttribute key="M2_NON_RECURSIVE" value="false"/> +<booleanAttribute key="M2_OFFLINE" value="false"/> +<stringAttribute key="M2_PROFILES" value=""/> +<listAttribute key="M2_PROPERTIES"/> +<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/> +<booleanAttribute key="M2_SKIP_TESTS" value="false"/> +<intAttribute key="M2_THREADS" value="1"/> +<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/> +<stringAttribute key="M2_USER_SETTINGS" value=""/> +<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="true"/> +<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/> +<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc:vaadin-client-compiled}"/> +</launchConfiguration> |