mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
44 lines
1.4 KiB
Properties
44 lines
1.4 KiB
Properties
###############################################################################
|
|
# Copyright (c) 2008, 2009 IBM Corporation and others. All rights reserved.
|
|
# All rights reserved. This program and the accompanying materials
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
# which accompanies this distribution, and is available at
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
#
|
|
# Contributors:
|
|
# IBM Corporation - initial API and implementation
|
|
# Martin Oberhuber (Wind River) - adapted from Linux
|
|
###############################################################################
|
|
|
|
# name/label for this dstore-unix connection
|
|
name = test_unix
|
|
|
|
# profile name this connection should be created for
|
|
profile_name = junit_test_profile
|
|
|
|
# UNIX system ID
|
|
system_type_id = org.eclipse.rse.systemtype.unix
|
|
|
|
# Address of unix connection
|
|
address = unknown
|
|
|
|
# userid to connect to unix connection
|
|
userid = unknown
|
|
|
|
# password to connect to unix connection
|
|
password = unknown
|
|
|
|
# daemon port used for connecting to this unix connection
|
|
#daemon_port =
|
|
|
|
# REXEC port used in case of REXEC server launcher
|
|
#rexec_port =
|
|
|
|
# DStore launch type: one of Daemon, Rexec, Running, Telnet, SSH, FTP, HTTP
|
|
launch_type = Rexec
|
|
|
|
# Path to the dstore server.sh on the remote host (for REXEC)
|
|
dstore_server_path = /folk/mober/RSETest/I20090806-1212/server-unix
|
|
|
|
# Script to use for launching server.sh on the remote host (need to find a JVM!)
|
|
dstore_server_script = sh ./server.sh
|