ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/versiondefs.html
Revision: 1.5
Committed: Mon Nov 18 11:31:38 2002 UTC (22 years, 5 months ago) by sashby
Content type: text/html
Branch: MAIN
CVS Tags: V1_pre0, HEAD
Branch point for: SCRAM_V1_BRANCH
Changes since 1.4: +0 -0 lines
State: FILE REMOVED
Error occurred while calculating annotation data.
Log Message:
Removed old documentation.

File Contents

# Content
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 consisting 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 <p>
41 <table border=1 width=100%>
42 <td align=left>
43 <a href=mailto:Shaun.Ashby@cern.ch
44 >Shaun Ashby</a>
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>