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

32 lines
1.0 KiB
XML
Raw Normal View History

<package>
<name>OsmoMGCP</name>
<namespace>Osmo</namespace>
<prereq>Sockets</prereq>
<prereq>PetitParser</prereq>
<prereq>OsmoLogging</prereq>
<prereq>OsmoCore</prereq>
<prereq>OsmoNetwork</prereq>
<filein>grammar/MGCPGrammar.st</filein>
2011-06-11 11:39:08 +00:00
<filein>callagent/MGCPCallAgent.st</filein>
<filein>callagent/MGCPCommands.st</filein>
<filein>callagent/MGCPResponse.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>
<filein>callagent/MGCPParser.st</filein>
<test>
<prereq>PetitParserTests</prereq>
<sunit>Osmo.MGCPGrammarTest</sunit>
<sunit>Osmo.MGCPCommandTest</sunit>
<sunit>Osmo.MGCPEndpointAllocTest</sunit>
<sunit>Osmo.MGCPTransactionTest</sunit>
<sunit>Osmo.MGCPParserTest</sunit>
<filein>grammar/MGCPGrammarTest.st</filein>
<filein>callagent/Tests.st</filein>
</test>
</package>