mirror of https://github.com/apache/archiva.git
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:
parent
2f4e196c20
commit
7534b31147
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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" %>
|
||||
|
|
Loading…
Reference in New Issue