| |
1 |
1 |
<?xml version="1.0"?> |
| |
2 |
2 |
<!-- Generated by the OpenACS Package Manager --> |
| |
3 |
3 |
|
| |
4 |
4 |
<package key="expenses" url="http://openacs.org/repository/apm/packages/expenses" type="apm_application"> |
| |
5 |
5 |
<package-name>Expense</package-name> |
| |
6 |
6 |
<pretty-plural>Expenses</pretty-plural> |
| |
7 |
7 |
<initial-install-p>f</initial-install-p> |
| |
8 |
8 |
<singleton-p>t</singleton-p> |
| |
9 |
9 |
<auto-mount>expenses</auto-mount> |
| |
10 |
10 |
|
| |
11 |
11 |
<version name="0.1d" url="http://openacs.org/repository/download/apm/expenses-0.1d.apm"> |
| |
12 |
12 |
<owner url="mailto:ham@solutiongrove.com">Solution Grove</owner> |
| |
13 |
13 |
|
| |
14 |
14 |
<!-- No dependency information --> |
| |
15 |
15 |
<requires url="expense-tracking" version="0.1a"/> |
| |
16 |
16 |
<requires url="dotlrn" version="2.1.2d1"/> |
| |
17 |
17 |
<callbacks> |
| |
18 |
|
<callback type="after-mount" proc="expenses::package_mount"/> |
| |
|
18 |
<callback type="after-install" proc="expenses::after_install"/> |
| |
19 |
19 |
</callbacks> |
| |
20 |
20 |
<parameters> |
| |
21 |
21 |
<!-- No version parameters --> |
| |
22 |
22 |
</parameters> |
| |
23 |
23 |
|
| |
24 |
24 |
</version> |
| |
25 |
25 |
</package> |