diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-29 16:23:02 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-29 16:23:12 +0300 |
commit | ae2fc6890a04e677bfc4cbe2a4e6636f8f5ee20c (patch) | |
tree | c3ba6bd9c7ea8e68fa6d2251121cef8cf53a8230 /client-compiled | |
parent | 09909cdcc47479c6b6f3ecb633ed4128f40f7b3c (diff) | |
download | vaadin-framework-ae2fc6890a04e677bfc4cbe2a4e6636f8f5ee20c.tar.gz vaadin-framework-ae2fc6890a04e677bfc4cbe2a4e6636f8f5ee20c.zip |
Add Eclipse launch configurations for super dev mode
Change-Id: Ia82a5904e0e85aaae1ecd0136ac56ff2e2cfcc86
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> |