fix bad taglib declaration from a previous commit

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1196833 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-11-02 22:29:11 +00:00
parent 2f4e196c20
commit 7534b31147
5 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
<%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
<%-- TODO: paginate [MRM-491] --%>
<c:forEach items="${dependencies}" var="dependency">

View File

@ -20,7 +20,7 @@
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
<%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
<%-- TODO: paginate [MRM-491] --%>
<c:forEach items="${dependees}" var="project">

View File

@ -21,7 +21,7 @@
<%@ taglib uri="/struts-tags" prefix="s" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="archiva" tagdir="/WEB-INF/tags" %>
<%@ taglib prefix="archiva" tagdir="/WEB-INF/tags" %>
<html>
<head>

View File

@ -21,7 +21,7 @@
<%@ taglib prefix="s" uri="/struts-tags" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
<%@ taglib prefix="archiva" uri="/WEB-INF/taglib.tld" %>
<%@ taglib prefix="archiva" uri="/WEB-INF/tld/web-tags.tld" %>
<%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %>
<html>

View File

@ -19,7 +19,7 @@
<%@ taglib prefix="s" uri="/struts-tags" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib prefix="archiva" uri="/WEB-INF/taglib.tld" %>
<%@ taglib prefix="archiva" uri="/WEB-INF/tld/web-tags.tld" %>
<%@ attribute name="groupId" required="true" %>
<%@ attribute name="artifactId" %>