1
0
Fork 0

package.xml: Add a package file to build the code

This commit is contained in:
Holger Hans Peter Freyther 2010-10-13 21:21:49 +02:00
parent a888854fe5
commit 179485acd6
1 changed files with 19 additions and 0 deletions

19
package.xml Normal file
View File

@ -0,0 +1,19 @@
<package>
<name>OsmoNetwork</name>
<namespace>Osmo</namespace>
<filein>Extensions.st</filein>
<filein>IPAConstants.st</filein>
<filein>IPADispatcher.st</filein>
<filein>IPAMuxer.st</filein>
<filein>IPAProtoHandler.st</filein>
<filein>Message.st</filein>
<file>Extensions.st</file>
<file>IPAConstants.st</file>
<file>IPADispatcher.st</file>
<file>IPAMuxer.st</file>
<file>IPAProtoHandler.st</file>
<file>Message.st</file>
</package>