1 |
williamc |
1.1.2.1 |
<! Style Sheet Header>
|
2 |
|
|
<html>
|
3 |
|
|
<head>
|
4 |
|
|
<title>requirementdoc.html</title>
|
5 |
|
|
<body bgcolor=beige>
|
6 |
|
|
<! End Style Sheet Header -----------Insert Text Here --------------------->
|
7 |
|
|
<center>
|
8 |
|
|
<h2>The Requirements Document</h2>
|
9 |
|
|
<p>
|
10 |
|
|
<font color=red>S</font>oftware <font color=red>C</font>onfiguration,
|
11 |
|
|
<font color=red>R</font>elease <font color=red>A</font>nd
|
12 |
|
|
<font color=red>M</font>anagement
|
13 |
|
|
</center>
|
14 |
|
|
<hr>
|
15 |
|
|
<h2>Function</h2>
|
16 |
|
|
The Requirement Document is used to specify which external libraries etc. are
|
17 |
|
|
needed for the project.
|
18 |
|
|
<p>
|
19 |
|
|
<h2>Tags</h2>
|
20 |
|
|
<table border=1>
|
21 |
|
|
<tr>
|
22 |
|
|
<td>
|
23 |
|
|
<font color=green>
|
24 |
|
|
<requirement name=<em>tool_name</em> version=<em>tool_version</em>
|
25 |
|
|
file=<em>ToolDoc</em>>
|
26 |
|
|
</font>
|
27 |
|
|
</td>
|
28 |
|
|
<td>
|
29 |
|
|
Specify the name and version of the required tool.
|
30 |
|
|
The file should point to the
|
31 |
|
|
<a href=configurationtools.html>ToolDoc</a> that describes the requested tool
|
32 |
|
|
</td>
|
33 |
|
|
</tr>
|
34 |
|
|
</table>
|
35 |
|
|
|
36 |
|
|
<! Style Sheet Footer ---------------Do not change anything after this line-->
|
37 |
|
|
<hr>
|
38 |
|
|
<table border=1 width=100%>
|
39 |
|
|
<td align=left>
|
40 |
|
|
<a href=mailto:Christopher.Williams@cern.ch
|
41 |
|
|
>Chris Williams</a>
|
42 |
|
|
</td>
|
43 |
|
|
<td align=center>
|
44 |
|
|
Last Updated Wed Apr 19 17:17:37 2000
|
45 |
|
|
</td>
|
46 |
|
|
<td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
|
47 |
|
|
</td>
|
48 |
|
|
</table>
|
49 |
|
|
</body> </html>
|
50 |
|
|
<! End Style Sheet Footer>
|