libs-steptalk/Documentation/DOTemplate.plist
Stefan Urbanek dd6175d9c5 Added object finders
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13769 72102866-910b-0410-8b05-ffd578937521
2002-06-04 17:59:06 +00:00

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;
}