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

sip: Add package.xml for the SIP code

This commit is contained in:
Holger Hans Peter Freyther 2011-06-11 23:00:36 +02:00
parent 45a86d97fe
commit c1457171fa
1 changed files with 11 additions and 0 deletions

11
package.xml Normal file
View File

@ -0,0 +1,11 @@
<package>
<name>OsmoSIP</name>
<namespace>Osmo</namespace>
<filein>grammar/SIPGrammar.st</filein>
<test>
<sunit>Osmo.SIPGrammarTest</sunit>
<filein>grammar/SIPGrammarTest.st</filein>
</test>
</package>