From 83aedf52f1e3c7a48ad92bdea87efa03978aff8f Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Wed, 16 Mar 2011 09:26:39 +0000 Subject: [PATCH] LMS-2102 Added DataSetUploadClient launch configuration. SVN: 20354 --- datastore_server/DataSetUploadClient.launch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 datastore_server/DataSetUploadClient.launch diff --git a/datastore_server/DataSetUploadClient.launch b/datastore_server/DataSetUploadClient.launch new file mode 100644 index 00000000000..790c17b6ec9 --- /dev/null +++ b/datastore_server/DataSetUploadClient.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="/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/client/api/gui/DataSetUploadClient.java"/> +</listAttribute> +<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> +<listEntry value="1"/> +</listAttribute> +<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.PROJECT_ATTR" value="datastore_server"/> +</launchConfiguration> -- GitLab