smalltalk
/
osmo-st-core
Archived
1
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-st-core/package.xml

19 lines
483 B
XML
Raw Normal View History

<package>
<name>OsmoCore</name>
<namespace>Osmo</namespace>
<prereq>OsmoLogging</prereq>
<filein>GSTExtensions.st</filein>
<filein>LogArea.st</filein>
<filein>Dispatcher.st</filein>
<filein>Timer.st</filein>
<test>
<sunit>Osmo.DispatcherTest</sunit>
<sunit>Osmo.TimerSchedulerTest</sunit>
<filein>Tests.st</filein>
<sunit>Osmo.StringFormatTest</sunit>
<filein>ExtensionTest.st</filein>
</test>
</package>