libs-steptalk/Source/Environments/Distributed.stenv
Stefan Urbanek dcccd47fc7 Finders updated
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13804 72102866-910b-0410-8b05-ffd578937521
2002-06-08 19:05:34 +00:00

15 lines
248 B
Text

/** Distributed.stenv
Description for distributed environment.
Using this description will include Distributed Object finder.
*/
{
Name = "Distributed";
Finders = (DistributedFinder);
Use = ("Foundation");
}