Apply MAVEN-797
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114224 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c157baa4a2
commit
da8be63b45
File diff suppressed because it is too large
Load Diff
@ -1,45 +1,96 @@
|
||||
/* Javadoc style sheet */
|
||||
|
||||
/* Define colors, fonts and other style attributes here to override the defaults */
|
||||
body {
|
||||
background-color: #fff;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
/* Page background color */
|
||||
body { background-color: #FFFFFF }
|
||||
a:link {
|
||||
color: #00f;
|
||||
}
|
||||
a:visited {
|
||||
color: #00a;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
a:active, a:hover, #leftcol a:active, #leftcol a:hover {
|
||||
a:active, a:hover {
|
||||
color: #f30 !important;
|
||||
}
|
||||
}
|
||||
|
||||
a:link.selfref, a:visited.selfref {
|
||||
color: #555 !important;
|
||||
}
|
||||
ul, li {
|
||||
list-style-type:none ;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.a td {
|
||||
background: #ddd;
|
||||
color: #000;
|
||||
}
|
||||
table td{
|
||||
padding: 3px;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
table{
|
||||
width:100%;
|
||||
border: 1px solid #000;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
/* Table colors */
|
||||
.TableHeadingColor { background: #036; color:#FFFFFF } /* Dark blue */
|
||||
.TableSubHeadingColor { background: #bbb; color:#fff } /* Dark grey */
|
||||
.TableRowColor { background: #efefef } /* White */
|
||||
div.overview {
|
||||
background-color:#ddd;
|
||||
padding: 4px 4px 4px 0;
|
||||
}
|
||||
div.overview li, div.framenoframe li {
|
||||
display: inline;
|
||||
}
|
||||
div.framenoframe {
|
||||
text-align: center;
|
||||
font-size: x-small;
|
||||
}
|
||||
div.framenoframe li {
|
||||
margin: 0 3px 0 3px;
|
||||
}
|
||||
div.overview li {
|
||||
margin:3px 3px 0 3px;
|
||||
padding: 4px;
|
||||
}
|
||||
li.selected {
|
||||
background-color:#888;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Font used in left-hand frame lists */
|
||||
.FrameTitleFont { font-size: normal; font-family: normal; color:#000000 }
|
||||
.FrameHeadingFont { font-size: normal; font-family: normal; color:#000000 }
|
||||
.FrameItemFont { font-size: normal; font-family: normal; color:#000000 }
|
||||
table.summary {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
table.summary td, table.summary th {
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
padding: 3px;
|
||||
}
|
||||
table.summary th{
|
||||
background-color:#036;
|
||||
color: #fff;
|
||||
}
|
||||
table.summary td{
|
||||
background-color:#eee;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
/* Example of smaller, sans-serif font in frames */
|
||||
/* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
|
||||
|
||||
/* Navigation bar fonts and colors */
|
||||
.NavBarCell1 { background-color:#ddd;}/* Light mauve */
|
||||
.NavBarCell1Rev { background-color:#888;}/* Dark Blue */
|
||||
.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
|
||||
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
|
||||
|
||||
.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
|
||||
.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
|
||||
em {
|
||||
color: #A00;
|
||||
}
|
||||
em.comment {
|
||||
color: #390;
|
||||
}
|
||||
.string {
|
||||
color: #009;
|
||||
}
|
||||
div#footer {
|
||||
text-align:center;
|
||||
}
|
||||
#overview {
|
||||
padding:2px;
|
||||
}
|
||||
|
||||
|
||||
hr {
|
||||
height: 1px;
|
||||
color: #000;
|
||||
}
|
||||
@ -1,33 +1,25 @@
|
||||
<?xml version="1.0"?>
|
||||
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:x="jelly:xml" xmlns:jsl="jelly:jsl">
|
||||
|
||||
<x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="DTD/xhtml1-transitional.dtd"/>
|
||||
<html>
|
||||
<x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="DTD/xhtml1-transitional.dtd" />
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>
|
||||
All Classes
|
||||
</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
|
||||
<title>All Classes</title>
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<font class="FrameHeadingFont" size="+1">
|
||||
<b>All Classes</b>
|
||||
</font>
|
||||
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<font class="FrameItemFont">
|
||||
<td nowrap="nowrap">
|
||||
<j:forEach var="classInfo" items="${info.allClasses.values()}">
|
||||
<a href="${classInfo.dir}/${classInfo.name}.html" target="classFrame">${classInfo.name}</a>
|
||||
<br/>
|
||||
</j:forEach>
|
||||
</td>
|
||||
</font>
|
||||
</tr>
|
||||
</table>
|
||||
<h3>All Classes</h3>
|
||||
|
||||
<ul>
|
||||
<j:forEach var="classInfo" items="${info.allClasses.values()}">
|
||||
<li>
|
||||
<a href="${classInfo.dir}/${classInfo.name}.html" target="classFrame">${classInfo.name}</a>
|
||||
</li>
|
||||
</j:forEach>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</j:jelly>
|
||||
|
||||
@ -1,19 +1,24 @@
|
||||
<?xml version="1.0"?>
|
||||
<j:jelly trim="false" xmlns:j="jelly:core">
|
||||
<html>
|
||||
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:x="jelly:xml">
|
||||
<x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Frameset//EN" systemId="DTD/xhtml1-frameset.dtd" />
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
|
||||
<title>${windowTitle}</title>
|
||||
</head>
|
||||
<frameset cols="20%,80%">
|
||||
<frameset rows="30%,70%">
|
||||
<frame src="overview-frame.html" name="packageListFrame"/>
|
||||
<frame src="allclasses-frame.html" name="packageFrame"/>
|
||||
<frame src="overview-frame.html" name="packageListFrame" />
|
||||
<frame src="allclasses-frame.html" name="packageFrame" />
|
||||
</frameset>
|
||||
<frame src="overview-summary.html" name="classFrame"/>
|
||||
<frame src="overview-summary.html" name="classFrame" />
|
||||
</frameset>
|
||||
<noframes>
|
||||
<h2>Frame Alert</h2>
|
||||
<p>You don't have frames. Go <a href="overview-summary.html">here</a></p>
|
||||
<h1>Frame Alert</h1>
|
||||
<p>
|
||||
You don't have frames. Go
|
||||
<a href="overview-summary.html">here</a>
|
||||
</p>
|
||||
</noframes>
|
||||
</html>
|
||||
</j:jelly>
|
||||
|
||||
@ -1,38 +1,29 @@
|
||||
<?xml version="1.0"?>
|
||||
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:x="jelly:xml" xmlns:jsl="jelly:jsl">
|
||||
|
||||
<x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="DTD/xhtml1-transitional.dtd"/>
|
||||
<html>
|
||||
<x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="DTD/xhtml1-transitional.dtd" />
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>
|
||||
${windowTitle}
|
||||
</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
|
||||
<title>${windowTitle}</title>
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td nowrap="nowrap">
|
||||
<font class="FrameItemFont">
|
||||
<a href="allclasses-frame.html" target="packageFrame">All Classes</a>
|
||||
</font>
|
||||
<p></p>
|
||||
<font class="FrameHeadingFont" size="+1">Packages</font>
|
||||
<br/>
|
||||
<h3>
|
||||
<a href="allclasses-frame.html" target="packageFrame">All Classes</a>
|
||||
</h3>
|
||||
|
||||
<j:forEach var="pkgInfo" items="${info.allPackages.values()}">
|
||||
<font class="FrameItemFont">
|
||||
<a href="${pkgInfo.dir}/package-frame.html" target="packageFrame">${pkgInfo.name}</a>
|
||||
</font>
|
||||
<br/>
|
||||
</j:forEach>
|
||||
<h3>Packages</h3>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul>
|
||||
<j:forEach var="pkgInfo" items="${info.allPackages.values()}">
|
||||
<li>
|
||||
<a href="${pkgInfo.dir}/package-frame.html" target="packageFrame">${pkgInfo.name}</a>
|
||||
</li>
|
||||
</j:forEach>
|
||||
</ul>
|
||||
|
||||
<p></p>
|
||||
</body>
|
||||
</html>
|
||||
</j:jelly>
|
||||
|
||||
@ -3,102 +3,74 @@
|
||||
|
||||
<x:parse var="doc">
|
||||
<overview>
|
||||
<navbar/>
|
||||
<packages/>
|
||||
<navbar/>
|
||||
<navbar />
|
||||
<packages />
|
||||
<navbar />
|
||||
</overview>
|
||||
</x:parse>
|
||||
|
||||
<jsl:stylesheet select="$doc">
|
||||
<jsl:template match="overview">
|
||||
<x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="DTD/xhtml1-transitional.dtd"/>
|
||||
<html>
|
||||
<x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="DTD/xhtml1-transitional.dtd" />
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>
|
||||
${windowTitle}
|
||||
</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
|
||||
<title>${windowTitle}</title>
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<jsl:applyTemplates/>
|
||||
|
||||
<hr/>
|
||||
|
||||
<jsl:applyTemplates />
|
||||
<hr />
|
||||
${bottom}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</jsl:template>
|
||||
|
||||
|
||||
<jsl:template match="packages">
|
||||
<hr/>
|
||||
<center>
|
||||
<h2>${docTitle}</h2>
|
||||
</center>
|
||||
|
||||
<table border="1" cellpadding="3" cellspacing="0" width="100%">
|
||||
<tr class="TableHeadingColor">
|
||||
<td>
|
||||
<font size="+2">
|
||||
<b>Packages</b>
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
<h2>${docTitle}</h2>
|
||||
|
||||
<j:forEach var="pkgInfo" items="${info.allPackages.values()}">
|
||||
<tr class="TableRowColor">
|
||||
<td>
|
||||
<a href="${pkgInfo.dir}/package-summary.html">
|
||||
<b>${pkgInfo.name}</b>
|
||||
</a>
|
||||
</td>
|
||||
<table class="summary">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Packages</th>
|
||||
</tr>
|
||||
</j:forEach>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<j:forEach var="pkgInfo" items="${info.allPackages.values()}">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="${pkgInfo.dir}/package-summary.html">${pkgInfo.name}</a>
|
||||
</td>
|
||||
</tr>
|
||||
</j:forEach>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p/>
|
||||
<hr/>
|
||||
</jsl:template>
|
||||
|
||||
|
||||
<jsl:template match="navbar">
|
||||
<!-- ========== start of navbar ========== -->
|
||||
<a name="navbar_top"><!-- --></a>
|
||||
<table border="0" width="100%" cellpadding="1" cellspacing="0">
|
||||
<tr>
|
||||
<td colspan="2" class="NavBarCell1">
|
||||
<a name="navbar_top_firstrow"><!-- --></a>
|
||||
<table border="0" cellpadding="0" cellspacing="3">
|
||||
<tr align="center" valign="top">
|
||||
<td class="NavBarCell1Rev">
|
||||
&nbsp;<font class="NavBarFont1Rev"><b>Overview</b></font>&nbsp;
|
||||
</td>
|
||||
|
||||
<td class="NavBarCell1">
|
||||
<font class="NavBarFont1">Package</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td align="right" valign="top" rowspan="3">
|
||||
<em>
|
||||
</em>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="NavBarCell2" colspan="2" align="center">
|
||||
<font size="-2">
|
||||
<a href="index.html" target="_top"><b>FRAMES</b></a>
|
||||
&nbsp;
|
||||
<a href="overview-summary.html" target="_top"><b>NO FRAMES</b></a>
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="overview">
|
||||
<ul>
|
||||
<li class="selected">Overview</li>
|
||||
<li>Package</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="framenoframe">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="index.html" target="_top">FRAMES</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="overview-summary.html" target="_top">NO FRAMES</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- =========== end of navbar =========== -->
|
||||
</jsl:template>
|
||||
</jsl:stylesheet>
|
||||
|
||||
@ -1,36 +1,29 @@
|
||||
<?xml version="1.0"?>
|
||||
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:x="jelly:xml" xmlns:jsl="jelly:jsl">
|
||||
|
||||
<x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="DTD/xhtml1-transitional.dtd"/>
|
||||
<html>
|
||||
<x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="DTD/xhtml1-transitional.dtd" />
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>
|
||||
${windowTitle} Package ${pkgInfo.name}
|
||||
</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
|
||||
<title>${windowTitle} Package ${pkgInfo.name}</title>
|
||||
<link rel="stylesheet" type="text/css" href="${pkgInfo.rootRef}stylesheet.css" title="style" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<font class="FrameTitleFont">
|
||||
<h3>
|
||||
<a href="package-summary.html" target="classFrame">${pkgInfo.name}</a>
|
||||
</font>
|
||||
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td nowrap="nowrap">
|
||||
<font class="FrameHeadingFont">Classes</font>
|
||||
<br/>
|
||||
</h3>
|
||||
|
||||
<j:forEach var="classInfo" items="${pkgInfo.classes.values()}">
|
||||
<font class="FrameItemFont">
|
||||
<a href="${classInfo.name}.html" target="classFrame">${classInfo.name}</a>
|
||||
</font>
|
||||
<br/>
|
||||
</j:forEach>
|
||||
<h3>Classes</h3>
|
||||
|
||||
<ul>
|
||||
<j:forEach var="classInfo" items="${pkgInfo.classes.values()}">
|
||||
<li>
|
||||
<a href="${classInfo.name}.html" target="classFrame">${classInfo.name}</a>
|
||||
</li>
|
||||
</j:forEach>
|
||||
</ul>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
</j:jelly>
|
||||
|
||||
@ -3,96 +3,80 @@
|
||||
|
||||
<x:parse var="doc">
|
||||
<package-summary>
|
||||
<navbar/>
|
||||
<packages/>
|
||||
<navbar/>
|
||||
<navbar />
|
||||
<packages />
|
||||
<navbar />
|
||||
</package-summary>
|
||||
</x:parse>
|
||||
|
||||
<jsl:stylesheet select="$doc">
|
||||
<jsl:template match="package-summary">
|
||||
<x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="DTD/xhtml1-transitional.dtd"/>
|
||||
<html>
|
||||
<x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="DTD/xhtml1-transitional.dtd" />
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>
|
||||
${windowTitle} Package ${name}
|
||||
</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
|
||||
<title>${windowTitle} Package ${name}</title>
|
||||
<link rel="stylesheet" type="text/css" href="${pkgInfo.rootRef}stylesheet.css" title="style" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<jsl:applyTemplates/>
|
||||
|
||||
<hr/>
|
||||
<jsl:applyTemplates />
|
||||
|
||||
<hr />
|
||||
|
||||
${bottom}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</jsl:template>
|
||||
|
||||
<jsl:template match="packages">
|
||||
<h2>Package ${pkgInfo.name}</h2>
|
||||
|
||||
<table border="1" cellpadding="3" cellspacing="0" width="100%">
|
||||
<tr class="TableHeadingColor">
|
||||
<td>
|
||||
<font size="+2"><b>Class Summary</b></font>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<j:forEach var="classInfo" items="${pkgInfo.classes.values()}">
|
||||
<tr class="TableRowColor">
|
||||
<td>
|
||||
<b><a href="${classInfo.name}.html" target="classFrame">${classInfo.name}</a></b>
|
||||
</td>
|
||||
|
||||
<table class="summary">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Class Summary</th>
|
||||
</tr>
|
||||
</j:forEach>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<j:forEach var="classInfo" items="${pkgInfo.classes.values()}">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="${classInfo.name}.html" target="classFrame">${classInfo.name}</a>
|
||||
</td>
|
||||
</tr>
|
||||
</j:forEach>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p/>
|
||||
<hr/>
|
||||
</jsl:template>
|
||||
|
||||
<jsl:template match="navbar">
|
||||
<!-- ========== start of navbar ========== -->
|
||||
<a name="navbar_top"><!-- --></a>
|
||||
<table border="0" width="100%" cellpadding="1" cellspacing="0">
|
||||
<tr>
|
||||
<td colspan="2" class="NavBarCell1">
|
||||
<a name="navbar_top_firstrow"><!-- --></a>
|
||||
<table border="0" cellpadding="0" cellspacing="3">
|
||||
<tr align="center" valign="top">
|
||||
<td class="NavBarCell1">
|
||||
<a href="${pkgInfo.rootRef}overview-summary.html">
|
||||
&nbsp;<font class="NavBarFont1"><b>Overview</b></font>&nbsp;
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td class="NavBarCell1Rev">
|
||||
<font class="NavBarFont1Rev">Package</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td align="right" valign="top" rowspan="3">
|
||||
<em>
|
||||
</em>
|
||||
</td>
|
||||
</tr>
|
||||
<div class="overview">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="${pkgInfo.rootRef}overview-summary.html">Overview</a>
|
||||
</li>
|
||||
<li class="selected">Package</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="framenoframe">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="${pkgInfo.rootRef}index.html" target="_top">FRAMES</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="package-summary.html" target="_top">NO FRAMES</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<tr>
|
||||
<td class="NavBarCell2" colspan="2" align="center">
|
||||
<font size="-2">
|
||||
<a href="${pkgInfo.rootRef}index.html" target="_top"><b>FRAMES</b></a>
|
||||
&nbsp;
|
||||
<a href="package-summary.html" target="_top"><b>NO FRAMES</b></a>
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- =========== end of navbar =========== -->
|
||||
|
||||
</jsl:template>
|
||||
|
||||
|
||||
</jsl:stylesheet>
|
||||
</j:jelly>
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="dion" type="fix">MAVEN-822</action>
|
||||
<action dev="dion" type="fix">MAVEN-797</action>
|
||||
</release>
|
||||
|
||||
<release version="1.2" date="2003-09-29">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user