1 |
<! Style Sheet Header>
|
2 |
<html>
|
3 |
<head>
|
4 |
<title>versiondefs.html</title>
|
5 |
<body bgcolor=beige>
|
6 |
<! End Style Sheet Header -----------Insert Text Here --------------------->
|
7 |
<center>
|
8 |
<H1>Project Configuration Files</H1>
|
9 |
<p>The External_Dependencies file<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 |
|
15 |
<h2>Funtion</h2>
|
16 |
This file is used to specify the default version of a given tool.
|
17 |
This will override any defaults arising from parsing the
|
18 |
<a href=requirementdoc.html>Requirements Document</a>. It is not required
|
19 |
except when an override is to be made explicit.
|
20 |
|
21 |
<h2>Format</h2>
|
22 |
The file should be called External_Dependencies and reside in the projects
|
23 |
config directory.<br>
|
24 |
It is a flat data file consiting of lists of
|
25 |
<pre>
|
26 |
name:version
|
27 |
</pre>
|
28 |
pairs.
|
29 |
<p>
|
30 |
e.g<br>
|
31 |
<font color=green>
|
32 |
<pre>
|
33 |
tool1:V1_0_1
|
34 |
tool2:V1.1
|
35 |
</pre>
|
36 |
</font>
|
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 |
Last Updated Thu Apr 20 16:01:31 2000
|
47 |
</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>
|