root/trunk/RBRapier/plans/project.xml

Revision 424, 1.9 kB (checked in by sholloway, 5 years ago)

*** empty log message ***

Line 
1 <?xml version="1.0" ?>
2 <project id='RBRapier'>
3     <label>RBRapier package</label>
4     <import-resources file="../../RuneBlade/plans/people.xml"/>
5
6     <!--
7     <task id='devel RBRapier'>
8         <label>Code</label>
9         <duration>0</duration>
10         <use-resource type='devel'/>
11     </task>
12
13     <task id='test RBRapier'>
14         <label>Tests for RBRapier modules</label>
15         <duration>5</duration>
16         <progress>0</progress>
17         <use-resource type="test"/>
18     </task>
19
20     <task id='doc RBRapier'>
21         <label>Docs for RBRapier modules</label>
22         <duration>5</duration>
23         <progress>0</progress>
24         <use-resource type="doc"/>
25     </task>
26
27     <task id='demo RBRapier'>
28         <label>Demos for RBRapier modules</label>
29         <duration>5</duration>
30         <progress>0</progress>
31         <use-resource type="demo"/>
32     </task>
33     -->
34
35     <task id='plan RBRapier'>
36         <label>Project Planning and Management</label>
37         <use-resource type="plan"/>
38         <task id='plan RBRapier gantt'>
39             <label>Gantt Charts</label>
40             <duration>2</duration>
41             <progress>100</progress>
42             <time-slot from='2003/01/25' to='2003/01/26'/>
43             <use-resource type="plan" id="swh-plan"/>
44         </task>
45
46         <task id='plan RBRapier distutils'>
47             <label>Create distutils setup for RBRapier</label>
48             <duration>4</duration>
49             <progress>0</progress>
50             <time-slot from='2003/01/26'/>
51             <use-resource type="plan" id="swh-plan"/>
52         </task>
53
54         <task id='plan RBRapier project maintence'>
55             <label>Project maintence for RBRapier</label>
56             <duration>2</duration>
57             <progress>50</progress>
58             <time-slot from='2003/01/26' to='2003/01/27'/>
59             <use-resource type="plan" id="swh-plan"/>
60         </task>
61     </task>
62 </project>
Note: See TracBrowser for help on using the browser.