summaryrefslogtreecommitdiffstats
path: root/package.xml
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-06-22 15:20:01 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-06-22 15:21:09 +0200
commit4570878f9a16f6f1c4e328ef9fbdaf4fb61b7af6 (patch)
tree3e5f62545f259ff466c9a9365f2019b2354710a6 /package.xml
timer: Add the initial version of the timer code
The code comes from the OsmoGSM repository but didn't have a lot of history.
Diffstat (limited to 'package.xml')
-rw-r--r--package.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/package.xml b/package.xml
new file mode 100644
index 0000000..f692c8b
--- /dev/null
+++ b/package.xml
@@ -0,0 +1,13 @@
+<package>
+ <name>OsmoCore</name>
+ <namespace>Osmo</namespace>
+ <prereq>OsmoLogging</prereq>
+
+ <filein>LogArea.st</filein>
+ <filein>Timer.st</filein>
+
+ <test>
+ <sunit>Osmo.TimerTest</sunit>
+ <filein>Tests.st</filein>
+ </test>
+</package>