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:
Brett Porter 2010-03-08 06:13:09 +00:00
parent b5202fc449
commit 49eab5d3da
1 changed files with 1 additions and 11 deletions

View File

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