Git cleanup.

This commit is contained in:
Erik C. Thauvin 2017-06-07 14:45:06 -07:00
parent 3937236341
commit 324f5b1005
142 changed files with 0 additions and 204 deletions

View file

@ -0,0 +1,17 @@
<%@ taglib uri="http://www.tagunit.org/tagunit/core" prefix="tagunit" %>
<%--
Tests for TagUnit tag libraries
-------------------------------
This page contains the tests required to automatically test the basics of
the tag libraries that are a part of the TagUnit framework
--%>
<tagunit:testTagLibrary uri="/test/tagunit">
<tagunit:tagLibraryDescriptor jar="tagunit.jar" name="tagunit-core.tld"/>
</tagunit:testTagLibrary>
<tagunit:testTagLibrary uri="/test/tagunit">
<tagunit:tagLibraryDescriptor jar="tagunit.jar" name="tagunit-display.tld"/>
</tagunit:testTagLibrary>