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 |
williamc |
1.1.2.3 |
needed for the project. If more than one version of any given tool is specified
|
18 |
|
|
the first is the one taken as the default. This can be overridden in the
|
19 |
williamc |
1.1.2.2 |
<A href=versiondefs.html>External_dependencies</a> configuration file.
|
20 |
williamc |
1.1.2.1 |
<p>
|
21 |
|
|
<h2>Tags</h2>
|
22 |
|
|
<table border=1>
|
23 |
|
|
<tr>
|
24 |
|
|
<td>
|
25 |
|
|
<font color=green>
|
26 |
|
|
<requirement name=<em>tool_name</em> version=<em>tool_version</em>
|
27 |
|
|
file=<em>ToolDoc</em>>
|
28 |
|
|
</font>
|
29 |
|
|
</td>
|
30 |
|
|
<td>
|
31 |
|
|
Specify the name and version of the required tool.
|
32 |
|
|
The file should point to the
|
33 |
|
|
<a href=configurationtools.html>ToolDoc</a> that describes the requested tool
|
34 |
|
|
</td>
|
35 |
|
|
</tr>
|
36 |
|
|
</table>
|
37 |
|
|
|
38 |
|
|
<! Style Sheet Footer ---------------Do not change anything after this line-->
|
39 |
|
|
<hr>
|
40 |
|
|
<table border=1 width=100%>
|
41 |
|
|
<td align=left>
|
42 |
|
|
<a href=mailto:Christopher.Williams@cern.ch
|
43 |
|
|
>Chris Williams</a>
|
44 |
|
|
</td>
|
45 |
|
|
<td align=center>
|
46 |
williamc |
1.1.2.3 |
Last Updated Wed Apr 26 17:35:36 2000
|
47 |
williamc |
1.1.2.1 |
</td>
|
48 |
|
|
<td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
|
49 |
|
|
</td>
|
50 |
|
|
</table>
|
51 |
|
|
</body> </html>
|
52 |
|
|
<! End Style Sheet Footer>
|