libs-steptalk/Frameworks/StepTalk/Environments/Common.stenv
Stefan Urbanek 129ea11412 Removed inclusion of StepTalk module
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@17443 72102866-910b-0410-8b05-ffd578937521
2003-08-06 20:43:20 +00:00

16 lines
285 B
Text

/** Common.stenv
* Common scripting environment description
*/
{
Name = "Common";
Bundles = (CommonEnvironment);
Import = ( "SymbolicSelectors",
"Foundation",
"AppKit"
);
Applications = ( All );
}