Skip to content
Snippets Groups Projects
Command Framework Demo CommandServer.launch 1.53 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?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="/lib-openbis-common"/>
        </listAttribute>
        <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
            <listEntry value="4"/>
        </listAttribute>
        <booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
        <booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/>
        <booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
        <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
        <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
        <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="ch.systemsx.cisd.common.server.command.demo.CommandServer"/>
        <stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="lib-openbis-common"/>
        <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="8090&#13;&#10;targets/command/demo/statusRepository &#13;&#10;targets/command/demo/command_server_received_messages &#13;&#10;targets/command/demo/command_server_transmitted_messages &#13;&#10;dss1=http://localhost:8091&#13;&#10;dss2=http://localhost:8092"/>
        <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="lib-openbis-common"/>
    
    </launchConfiguration>