ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/versiondefs.html
Revision: 1.1.2.1
Committed: Thu Apr 20 14:08:56 2000 UTC (25 years ago) by williamc
Content type: text/html
Branch: V0_9branch
CVS Tags: BuildSystemProto1, V0_18_0, V0_18_0model, V0_17_1, V0_18_0alpha, V0_17_0, V0_16_4, V0_16_3, V0_16_2, V0_16_1, V0_16_0, V0_15_1, V0_15_0, V0_15_0beta, V0_14_0, V0_12_12_4, V0_12_12_3, V0_13_3, V0_13_2, V0_12_12_2, V0_12_12_1, V0_12_12_0, PlayGround_0, V0_13_1, V0_12_12, V0_13_0, V0_12_11, V0_12_9b, V0_12_10, V0_12_9, V0_12_8, V0_12_7, V0_12_6, V0_12_5, V0_12_4, V0_12_3, V0_12_2, V0_12_1, V0_12_0
Branch point for: V0_17branch, V0_16branch, V0_15branch, HPWbranch
Changes since 1.1: +52 -0 lines
Log Message:
External_Dependencies file desc

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 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>