diff options
author | Artur Signell <artur@vaadin.com> | 2014-01-13 13:49:43 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-01-13 13:51:35 +0200 |
commit | d4695494591bccb7b1dd4358133f8b5e854c3cbb (patch) | |
tree | 870d11fa2766dd63bcadd5d3e4e96a0b4cae4ae8 /eclipse | |
parent | 90b8d277a2498cd3aa37f55731f5e1513723d580 (diff) | |
download | vaadin-framework-d4695494591bccb7b1dd4358133f8b5e854c3cbb.tar.gz vaadin-framework-d4695494591bccb7b1dd4358133f8b5e854c3cbb.zip |
Ensure DevelopmentLauncher uses servlet 3.0 API (#13053)
Rendering of JSP pages does not work if servlet 2.5 API comes before servlet 3.0 API on the classpath
Change-Id: I6f6bbdb22142848b424c991a15b058ea66ec4eac
Diffstat (limited to 'eclipse')
-rw-r--r-- | eclipse/Development Server (vaadin).launch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/eclipse/Development Server (vaadin).launch b/eclipse/Development Server (vaadin).launch index 8f57c441ec..87cee59f29 100644 --- a/eclipse/Development Server (vaadin).launch +++ b/eclipse/Development Server (vaadin).launch @@ -6,6 +6,13 @@ <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> <listEntry value="1"/> </listAttribute> +<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/> +<listAttribute key="org.eclipse.jdt.launching.CLASSPATH"> +<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" javaProject="vaadin" path="1" type="4"/> "/> +<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=&amp;ivyXmlPath=uitest%2Fivy.xml&amp;confs=jetty-run" path="3" type="4"/> "/> +<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento exportedEntriesOnly="false" project="vaadin"/> </runtimeClasspathEntry> "/> +</listAttribute> +<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> <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"/> |