diff options
author | Artur Signell <artur@vaadin.com> | 2014-01-15 14:11:42 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-01-15 14:11:42 +0200 |
commit | 2483059bca6b925d548a0fd3bf51ff309a3b28e1 (patch) | |
tree | 578bd74645a512eaed581b41b5cf7013453160a3 /eclipse | |
parent | c7b22da0738cb69ada42e23792d6c2bef7fb9cca (diff) | |
download | vaadin-framework-2483059bca6b925d548a0fd3bf51ff309a3b28e1.tar.gz vaadin-framework-2483059bca6b925d548a0fd3bf51ff309a3b28e1.zip |
Fixed broken launch configuration (#13053)
Change-Id: Ifa9f127d29cc3b4fb0a694ad2f7665b3ef34b028
Diffstat (limited to 'eclipse')
-rw-r--r-- | eclipse/Development Server (vaadin).launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/Development Server (vaadin).launch b/eclipse/Development Server (vaadin).launch index 87cee59f29..9505811c0b 100644 --- a/eclipse/Development Server (vaadin).launch +++ b/eclipse/Development Server (vaadin).launch @@ -9,7 +9,7 @@ <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 containerPath="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=vaadin&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"/> |