diff options
author | Artur Signell <artur@vaadin.com> | 2013-03-18 17:48:54 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-03-18 18:08:01 +0200 |
commit | 2af6ce58f8e68c250889b3eafe20171d5f139d34 (patch) | |
tree | a6d9561d43cedc027e3bc9982c381468e1486f8c /eclipse/Development Server (vaadin).launch | |
parent | 87f3fd9cec9d0e8641261b13728c1a20206242fc (diff) | |
download | vaadin-framework-2af6ce58f8e68c250889b3eafe20171d5f139d34.tar.gz vaadin-framework-2af6ce58f8e68c250889b3eafe20171d5f139d34.zip |
Launch configurations for dev server and dev mode (#11363)
Change-Id: I6e632e0dcab4826f1eafa8ac534425000fd8dfde
Diffstat (limited to 'eclipse/Development Server (vaadin).launch')
-rw-r--r-- | eclipse/Development Server (vaadin).launch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/eclipse/Development Server (vaadin).launch b/eclipse/Development Server (vaadin).launch new file mode 100644 index 0000000000..8f57c441ec --- /dev/null +++ b/eclipse/Development Server (vaadin).launch @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> +<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> +<listEntry value="/vaadin/uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java"/> +</listAttribute> +<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> +<listEntry value="1"/> +</listAttribute> +<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.vaadin.launcher.DevelopmentServerLauncher"/> +<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="vaadin"/> +<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-ea"/> +</launchConfiguration> |