Changeset 424 for trunk/RBRapier/plans/project.xml
- Timestamp:
- 01/26/03 22:51:47 (6 years ago)
- Files:
-
- trunk/RBRapier/plans/project.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/RBRapier/plans/project.xml
r422 r424 4 4 <import-resources file="../../RuneBlade/plans/people.xml"/> 5 5 6 <task id='code RBRapier'> 6 <!-- 7 <task id='devel RBRapier'> 7 8 <label>Code</label> 8 9 <duration>0</duration> … … 25 26 26 27 <task id='demo RBRapier'> 27 <label>D ocs for RBRapier modules</label>28 <label>Demos for RBRapier modules</label> 28 29 <duration>5</duration> 29 30 <progress>0</progress> 30 31 <use-resource type="demo"/> 31 32 </task> 33 --> 32 34 33 35 <task id='plan RBRapier'> 34 36 <label>Project Planning and Management</label> 37 <use-resource type="plan"/> 35 38 <task id='plan RBRapier gantt'> 36 39 <label>Gantt Charts</label> 37 <duration>1</duration> 38 <progress>0</progress> 39 <time-slot from='2003/01/25' /> 40 41 <use-resource type="plan"/> 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"/> 42 44 </task> 43 45 44 46 <task id='plan RBRapier distutils'> 45 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> 46 56 <duration>2</duration> 47 <progress> 0</progress>48 49 <use-resource type="plan" />57 <progress>50</progress> 58 <time-slot from='2003/01/26' to='2003/01/27'/> 59 <use-resource type="plan" id="swh-plan"/> 50 60 </task> 51 61 </task>
