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

14 lines
271 B
XML
Raw Normal View History

<package>
<name>OsmoCore</name>
<namespace>Osmo</namespace>
<prereq>OsmoLogging</prereq>
<filein>LogArea.st</filein>
<filein>Timer.st</filein>
<test>
<sunit>Osmo.TimerTest</sunit>
<filein>Tests.st</filein>
</test>
</package>