forked from zeromq/malamute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.xml
33 lines (29 loc) · 1.27 KB
/
project.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<project
name = "malamute"
description = "All the enterprise messaging patterns in one box"
prefix = "mlm"
email = "[email protected]"
script = "zproject.gsl"
>
<include filename = "license.xml" />
<version major = "0" minor = "1" patch = "0" />
<use project = "zmq" min_major= "4" min_minor = "2" min_patch = "0" />
<use project = "czmq" min_major = "3" min_minor = "0" min_patch = "1" />
<main name = "malamute" service = "1" />
<main name = "mshell" />
<main name = "mlm_tutorial" />
<main name = "mlm_perftest" />
<class name = "mlm_proto">Malamute protocol</class>
<class name = "mlm_server">Malamute server implementation</class>
<class name = "mlm_client">Malamute client API</class>
<class name = "mlm_msg" private = "1">Message held by server</class>
<class name = "mlm_stream_simple" private = "1">Simple stream engine</class>
<class name = "mlm_mailbox_simple" private = "1">Simple mailbox engine</class>
<class name = "zbits" private = "1" />
<model name = "mlm_proto" />
<model name = "mlm_client" />
<model name = "mlm_server" />
<extra name = "mlm_server_engine.inc" />
<extra name = "mlm_client_engine.inc" />
<extra name = "mlm_client_custom.xml" />
</project>