]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
removed no longer used file
authorRoland Haeder <roland@mxchange.org>
Fri, 2 Oct 2015 11:16:52 +0000 (13:16 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 2 Oct 2015 11:16:52 +0000 (13:16 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

web/WEB-INF/tlds/basket.tld [deleted file]

diff --git a/web/WEB-INF/tlds/basket.tld b/web/WEB-INF/tlds/basket.tld
deleted file mode 100644 (file)
index aff9f90..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<taglib version="2.1" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd">
-       <tlib-version>1.0</tlib-version>
-       <jsp-version>1.2</jsp-version>
-       <short-name>basket</short-name>
-       <uri>http://mxchange.org/jshop/tags/basket</uri>
-
-       <tag>
-               <name>mini_basket</name>
-               <description>A mini basket showing latest added item and a link to the full basket web page</description>
-               <tag-class>org.mxchange.pizzaapplication.tags.basketController.MiniBasketTag</tag-class>
-               <attribute>
-                       <name>basket</name>
-                       <description>Basket instance, should be the same as the bean</description>
-                       <required>true</required>
-                       <rtexprvalue>true</rtexprvalue>
-                       <type>org.mxchange.jshopejb.beans.basketController.BasketBean</type>
-               </attribute>
-       </tag>
-</taglib>