smalltalk
/
osmo-st-mgcp
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-mgcp/package.xml

20 lines
560 B
XML
Raw Normal View History

<package>
<name>OsmoMGCP</name>
<namespace>Osmo</namespace>
<prereq>OsmoLogging</prereq>
<filein>grammar/MGCPGrammar.st</filein>
2011-06-11 11:39:08 +00:00
<filein>callagent/MGCPCallAgent.st</filein>
<filein>callagent/MGCPCommands.st</filein>
2011-06-11 11:39:08 +00:00
<filein>callagent/MGCPEndpoint.st</filein>
<filein>callagent/MGCPLogArea.st</filein>
<filein>callagent/MGCPTransaction.st</filein>
<filein>callagent/MGCPTrunk.st</filein>
<test>
<sunit>Osmo.MGCPGrammarTest</sunit>
<filein>grammar/MGCPGrammarTest.st</filein>
</test>
</package>