From ef7581e866340bf7a07e8a9e587a8159dda64c19 Mon Sep 17 00:00:00 2001 From: gpawel <gpawel> Date: Wed, 21 Sep 2011 15:25:30 +0000 Subject: [PATCH] LMS-2475 fixed eclipse configuration for running openBIS in development mode SVN: 23024 --- openbis/resource/eclipse/openBIS GWT Shell - debug.launch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/resource/eclipse/openBIS GWT Shell - debug.launch b/openbis/resource/eclipse/openBIS GWT Shell - debug.launch index 35726cf1f75..5126fb56279 100644 --- a/openbis/resource/eclipse/openBIS GWT Shell - debug.launch +++ b/openbis/resource/eclipse/openBIS GWT Shell - debug.launch @@ -9,7 +9,7 @@ <booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" 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" javaProject="openbis" path="1" type="4"/> "/> -<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/libraries/gwt2.0/gwt-dev.jar" path="3" type="2"/> "/> +<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/libraries/gwt2.4/gwt-dev.jar" path="3" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/openbis/source/java" path="3" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento exportedEntriesOnly="false" project="openbis"/> </runtimeClasspathEntry> "/> </listAttribute> -- GitLab