mirror of https://github.com/apache/archiva.git
remove unneeded commented out functionality
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@920202 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b5202fc449
commit
49eab5d3da
|
@ -65,16 +65,6 @@
|
|||
<th>Packaging</th>
|
||||
<td><code>${mavenFacet.packaging}</code></td>
|
||||
</tr>
|
||||
<%-- TODO: derivatives
|
||||
<tr>
|
||||
<th>Derivatives</th>
|
||||
<td>
|
||||
<a href="#">Source</a>
|
||||
|
|
||||
<a href="#">Javadoc</a>
|
||||
</td>
|
||||
</tr>
|
||||
--%>
|
||||
<c:if test="${mavenFacet.parent != null}">
|
||||
<tr>
|
||||
<th>Parent</th>
|
||||
|
@ -103,7 +93,7 @@
|
|||
<tr>
|
||||
<th>Origin</th>
|
||||
<td>
|
||||
<a href="TODO">Apache Repository</a>
|
||||
<a href="...">Apache Repository</a>
|
||||
</td>
|
||||
</tr>
|
||||
--%>
|
||||
|
|
Loading…
Reference in New Issue