ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/versiondefs.html
Revision: 1.2
Committed: Mon Aug 28 08:40:59 2000 UTC (24 years, 8 months ago) by williamc
Content type: text/html
Branch: MAIN
CVS Tags: V0_18_5, V0_18_4, V_18_3_TEST, V0_18_2, V0_18_1
Changes since 1.1: +52 -0 lines
Log Message:
Merge in new documentation

File Contents

# User Rev Content
1 williamc 1.2 <! 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>