mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 02:31:01 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13769 72102866-910b-0410-8b05-ffd578937521
20 lines
581 B
Text
20 lines
581 B
Text
/* DOTemplate.plist
|
|
|
|
This file contains template for a distributed object in the distributed
|
|
environment.
|
|
|
|
File name is name of the object used in the environment.
|
|
|
|
DO files should reside in:
|
|
|
|
any_gnustep_root/Library/StepTalk/DistributedObjects
|
|
*/
|
|
|
|
{
|
|
Host = "default host name";
|
|
Hosts = ( list of hosts to be searched );
|
|
Tool = "name of a tool that will register the object";
|
|
Arguments = (tool arguments);
|
|
Name = "name of the object to be connected";
|
|
Wait = seconds to wait before connection after the tool is launched;
|
|
}
|