This repository has been archived by the owner on Jun 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathproject.pdl
49 lines (41 loc) · 1.71 KB
/
project.pdl
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0"?>
<!--
Copyright (c) 2007-2009 iMatix Corporation
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
For information on alternative licensing for OEMs, please contact
iMatix Corporation.
-->
<pdl
name = "OpenAMQ"
version = "1.4c1"
copyright = "Copyright (c) 2007-2009 iMatix Corporation"
workflow = "product.pwl"
>
<inherit filename = "classes.pdl" />
<file name = "project.pdl" class = "private resource" >Project Definition</file>
<file name = "readme.txt" class = "private resource" >Top-level Read Me</file>
<file name = "release.txt" class = "private resource" >Release notes</file>
<file name = "contrib.txt" class = "private resource" >List of contributors</file>
<distrib name = "OpenAMQ source" type = "source">
<project directory = "common" />
<project directory = "wireapi" />
<project directory = "server" />
<project directory = "shell" />
<project directory = "zyre" />
<project directory = "windows" />
</distrib>
<distrib name = "OpenAMQ install" type = "install">
<project directory = "common" />
<project directory = "wireapi" />
<project directory = "server" />
<project directory = "shell" />
<project directory = "zyre" />
</distrib>
</pdl>