This is an automated email from the ASF dual-hosted git repository. ddekany pushed a commit to branch 3 in repository https://gitbox.apache.org/repos/asf/freemarker.git
commit 6c535b8f30e008e8de9eb60f53fcf600a15adc11 Author: ddekany <[email protected]> AuthorDate: Sun Jan 1 00:02:09 2023 +0100 Forward ported from 2.3-gae: PR #77 --- .../src/test/resources/META-INF/malformed.tld | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/freemarker-servlet/src/test/resources/META-INF/malformed.tld b/freemarker-servlet/src/test/resources/META-INF/malformed.tld deleted file mode 100644 index be3b092a..00000000 --- a/freemarker-servlet/src/test/resources/META-INF/malformed.tld +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<!-- - 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/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" - version="2.1"> - <tlib-version>2.0</tlib-version> - <short-name>For ClassPathTlds testing - 3</short-name> - <uri>http://freemarker.org/taglibs/test/MetaInfTldSources-1xx</uri> - <ta> - <name>simpletag</name> - <tag-class>org.apache.freemarker.servlet.jsp.taglibmembers.TestSimpleTag3</tag-class> - <body-content>empty</body-content> - </tag> -</taglib> \ No newline at end of file
