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