From 6142733ea4a4da0a8aabafafb85705c948c2936f Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Sat, 11 Jun 2011 20:18:52 +0000
Subject: [PATCH] LMS-2323 Run the upload client with JRE 1.6, since some
 things behave differently there.

SVN: 21682
---
 datastore_server/resource/eclipse/DataSetUploadClient.launch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/datastore_server/resource/eclipse/DataSetUploadClient.launch b/datastore_server/resource/eclipse/DataSetUploadClient.launch
index 790c17b6ec9..42860a829d5 100644
--- a/datastore_server/resource/eclipse/DataSetUploadClient.launch
+++ b/datastore_server/resource/eclipse/DataSetUploadClient.launch
@@ -6,7 +6,8 @@
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
 <listEntry value="1"/>
 </listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM 1.6"/>
 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="ch.systemsx.cisd.openbis.dss.client.api.gui.DataSetUploadClient"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="http://localhost:8888 test a;ldfj"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="http://localhost:8888 cramakri a;ldfj"/>
 <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="datastore_server"/>
 </launchConfiguration>
-- 
GitLab