]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add Eclipse launch configurations for super dev mode
authorArtur Signell <artur@vaadin.com>
Mon, 29 Aug 2016 13:23:02 +0000 (16:23 +0300)
committerArtur Signell <artur@vaadin.com>
Mon, 29 Aug 2016 13:23:12 +0000 (16:23 +0300)
Change-Id: Ia82a5904e0e85aaae1ecd0136ac56ff2e2cfcc86

client-compiled/eclipse/Super Dev Mode (DefaultWidgetSet).launch [new file with mode: 0644]
compatibility-client-compiled/eclipse/Super Dev Mode (Vaadin7WidgetSet).launch [new file with mode: 0644]

diff --git a/client-compiled/eclipse/Super Dev Mode (DefaultWidgetSet).launch b/client-compiled/eclipse/Super Dev Mode (DefaultWidgetSet).launch
new file mode 100644 (file)
index 0000000..72a3389
--- /dev/null
@@ -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>
diff --git a/compatibility-client-compiled/eclipse/Super Dev Mode (Vaadin7WidgetSet).launch b/compatibility-client-compiled/eclipse/Super Dev Mode (Vaadin7WidgetSet).launch
new file mode 100644 (file)
index 0000000..befb4b4
--- /dev/null
@@ -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-compatibility-client-compiled}"/>
+</launchConfiguration>