root/trunk/RBSkinning/plans/project.xml

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

*** empty log message ***

Line 
1 <?xml version="1.0" ?>
2 <project id='RBSkinning'>
3     <label>RBSkinning package</label>
4     <import-resources file="../../RuneBlade/plans/people.xml"/>
5
6     <!--
7     <task id='devel RBSkinning'>
8         <label>Code</label>
9         <duration>0</duration>
10         <use-resource type='devel'/>
11     </task>
12     -->
13
14     <task id='test RBSkinning'>
15         <label>Tests for RBSkinning modules</label>
16         <duration>20</duration>
17         <progress>0</progress>
18         <use-resource type="test"/>
19     </task>
20
21     <task id='doc RBSkinning'>
22         <label>Docs for RBSkinning modules</label>
23         <duration>20</duration>
24         <progress>0</progress>
25         <use-resource type="doc"/>
26     </task>
27
28     <task id='demo RBSkinning'>
29         <label>Demos for RBSkinning modules</label>
30         <duration>20</duration>
31         <progress>0</progress>
32         <use-resource type="demo"/>
33     </task>
34
35     <task id='plan RBSkinning package'>
36         <label>Project Planning and Management</label>
37         <use-resource type="plan"/>
38         <task id='plan RBSkinning 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 RBSkinning distutils'>
47             <label>Create distutils setup for RBSkinning</label>
48             <duration>1</duration>
49             <progress>100</progress>
50             <time-slot from='2003/01/26' to='2003/01/26'/>
51             <use-resource type="plan" id="swh-plan"/>
52         </task>
53
54         <task id='plan RBSkinning project maintence'>
55             <label>Project maintence for RBSkinning</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.