smalltalk
/
osmo-st-mgcp
Archived
1
0
Fork 0

mgcp: Create a package.xml and test the grammar a tiny bit

This commit is contained in:
Holger Hans Peter Freyther 2011-03-15 11:57:40 +01:00
parent e5f91884e9
commit 6655c3cd2b
1 changed files with 12 additions and 0 deletions

12
package.xml Normal file
View File

@ -0,0 +1,12 @@
<package>
<name>OsmoMGCP</name>
<namespace>Osmo</namespace>
<prereq>OsmoLogging</prereq>
<filein>grammar/MGCPGrammar.st</filein>
<test>
<sunit>Osmo.MGCPGrammarTest</sunit>
<filein>grammar/MGCPGrammarTest.st</filein>
</test>
</package>