You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
493 B
Plaintext
15 lines
493 B
Plaintext
2 years ago
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
|
||
|
<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>1.0</tlib-version>
|
||
|
<short-name>myshortname</short-name>
|
||
|
<uri>http://mycompany.com</uri>
|
||
|
|
||
|
<!-- Invoke 'Generate' action to add tags or functions -->
|
||
|
|
||
|
</taglib>
|