1
0
Fork 0

Add a package.xml to create easy to use packages

This commit is contained in:
Holger Hans Peter Freyther 2010-10-18 17:54:51 +02:00
parent 44f0ac322b
commit 7ea34baedc
1 changed files with 11 additions and 0 deletions

11
package.xml Normal file
View File

@ -0,0 +1,11 @@
<package>
<name>OsmoBinding</name>
<namespace>Osmo</namespace>
<filein>OsmoCore.st</filein>
<filein>OsmoVTY.st</filein>
<file>OsmoCore.st</file>
<file>OsmoVTY.st</file>
<file>VTY.st</file>
</package>