Repository: archiva-redback-core
Updated Branches:
  refs/heads/master 4c7a6c1d3 -> 2d60bfe26


remove taglib declaration file which can cause issue


Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/2d60bfe2
Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/2d60bfe2
Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/2d60bfe2

Branch: refs/heads/master
Commit: 2d60bfe26b5c39db7944c394d8dd24fab05b501a
Parents: 4c7a6c1
Author: Olivier Lamy <[email protected]>
Authored: Thu Sep 11 09:59:25 2014 +1000
Committer: Olivier Lamy <[email protected]>
Committed: Thu Sep 11 09:59:29 2014 +1000

----------------------------------------------------------------------
 .../META-INF/tld/plexus-security-system.tld     | 91 --------------------
 1 file changed, 91 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/2d60bfe2/redback-integrations/redback-common-integrations/src/main/resources/META-INF/tld/plexus-security-system.tld
----------------------------------------------------------------------
diff --git 
a/redback-integrations/redback-common-integrations/src/main/resources/META-INF/tld/plexus-security-system.tld
 
b/redback-integrations/redback-common-integrations/src/main/resources/META-INF/tld/plexus-security-system.tld
deleted file mode 100644
index 3e5910e..0000000
--- 
a/redback-integrations/redback-common-integrations/src/main/resources/META-INF/tld/plexus-security-system.tld
+++ /dev/null
@@ -1,91 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~  http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-<taglib xmlns="http://java.sun.com/xml/ns/j2ee"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="2.0" 
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd";>
-  <tlib-version>2.2.3</tlib-version>
-  <short-name>redback</short-name>
-  <uri>/redback/taglib-1.0</uri>
-
-  <tag>
-    <name>ifConfigured</name>
-    
<tag-class>org.apache.archiva.redback.integration.taglib.jsp.IfConfiguredTag</tag-class>
-    <body-content>JSP</body-content>
-    <attribute>
-      <name>option</name>
-      <required>true</required>
-      <rtexprvalue>false</rtexprvalue>
-    </attribute>
-    <attribute>
-      <name>value</name>
-      <required>false</required>
-      <rtexprvalue>true</rtexprvalue>
-    </attribute>
-  </tag>
-
-  <tag>
-    <name>isReadOnlyUserManager</name>
-    
<tag-class>org.apache.archiva.redback.integration.taglib.jsp.IsReadOnlyUserManagerTag</tag-class>
-    <body-content>JSP</body-content>
-  </tag>
-  
-  <tag>
-    <name>isNotReadOnlyUserManager</name>
-    
<tag-class>org.apache.archiva.redback.integration.taglib.jsp.IsNotReadOnlyUserManagerTag</tag-class>
-    <body-content>JSP</body-content>
-  </tag>
-
-  <tag>
-    <name>ifAuthorized</name>
-    
<tag-class>org.apache.archiva.redback.integration.taglib.jsp.IfAuthorizedTag</tag-class>
-    <body-content>JSP</body-content>
-    <attribute>
-      <name>permission</name>
-      <required>true</required>
-      <rtexprvalue>false</rtexprvalue>
-    </attribute>
-    <attribute>
-      <name>resource</name>
-      <required>false</required>
-      <rtexprvalue>true</rtexprvalue>
-    </attribute>
-  </tag>
-  
-  <tag>
-    <name>ifAnyAuthorized</name>
-    
<tag-class>org.apache.archiva.redback.integration.taglib.jsp.IfAnyAuthorizedTag</tag-class>
-    <body-content>JSP</body-content>
-    <attribute>
-      <name>permissions</name>
-      <required>true</required>
-      <rtexprvalue>false</rtexprvalue>
-    </attribute>
-      <attribute>
-      <name>resource</name>
-      <required>false</required>
-      <rtexprvalue>true</rtexprvalue>
-    </attribute>
-  </tag>
-
-  <tag>
-    <name>elseAuthorized</name>
-    
<tag-class>org.apache.archiva.redback.integration.taglib.jsp.ElseAuthorizedTag</tag-class>
-    <body-content>JSP</body-content>
-  </tag>
-
-</taglib>

Reply via email to