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