mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-24 03:41:20 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@17443 72102866-910b-0410-8b05-ffd578937521
16 lines
285 B
Text
16 lines
285 B
Text
/** Common.stenv
|
|
* Common scripting environment description
|
|
*/
|
|
|
|
{
|
|
Name = "Common";
|
|
|
|
Bundles = (CommonEnvironment);
|
|
|
|
Import = ( "SymbolicSelectors",
|
|
"Foundation",
|
|
"AppKit"
|
|
);
|
|
|
|
Applications = ( All );
|
|
}
|