Subversion Repositories DevTools

Rev

Rev 6371 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
<html>
2
<head>
3
<title>Release Manager</title>
4
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6579 dpurdie 5
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
6
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
119 ghuddy 7
<!-- TIPS -->
6579 dpurdie 8
<script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
9
<script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
119 ghuddy 10
</head>
11
<body bgcolor="#FFFFFF">
12
<table width="400" border="0" cellspacing="0" cellpadding="5">
13
    <tr> 
14
      <td>&nbsp;</td>
15
      <td> 
16
        <p class="err_sol"> Following is $PACKAGE$ dependency list, and 'crossed' package(s) represent 
17
          a circular dependencies problem.<br>
18
		</p>
19
        $TABLE$
20
      </td>
21
    </tr>
22
    <tr> 
23
      <td>&nbsp;</td>
24
      <td class="err_sol"><br>
25
        <b>Solution</b><br>
26
        Use the table above as a guide to match the versions of 'crossed' packages 
27
        in your release prior to using $PACKAGE$. <br>
28
        <br>
29
      </td>
30
    </tr>
31
</table>
32
</body>
33
</html>
34