Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'rse/tests/org.eclipse.rse.tests/test.data/unixConnection.properties')
-rw-r--r--rse/tests/org.eclipse.rse.tests/test.data/unixConnection.properties44
1 files changed, 0 insertions, 44 deletions
diff --git a/rse/tests/org.eclipse.rse.tests/test.data/unixConnection.properties b/rse/tests/org.eclipse.rse.tests/test.data/unixConnection.properties
deleted file mode 100644
index 35b20f5ce..000000000
--- a/rse/tests/org.eclipse.rse.tests/test.data/unixConnection.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-###############################################################################
-# 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

Back to the top