Author: rahul
Date: Wed Oct 26 16:15:02 2005
New Revision: 328759
URL: http://svn.apache.org/viewcvs?rev=328759&view=rev
Log:
Corrected a typo.
Modified:
jakarta/taglibs/proper/src/trunk/taglib-template/examples/conf/web.xml
Modified: jakarta/taglibs/proper/src/trunk/taglib-template/examples/conf/web.xml
URL:
http://svn.apache.org/viewcvs/jakarta/taglibs/proper/src/trunk/taglib-template/examples/conf/web.xml?rev=328759&r1=328758&r2=328759&view=diff
==============================================================================
--- jakarta/taglibs/proper/src/trunk/taglib-template/examples/conf/web.xml
(original)
+++ jakarta/taglibs/proper/src/trunk/taglib-template/examples/conf/web.xml Wed
Oct 26 16:15:02 2005
@@ -32,7 +32,7 @@
<taglib>
<taglib-uri>http://jakarta.apache.org/taglibs/{taglib-name}-1.0</taglib-uri>
-
<taglib-location>/WEB-INF/taglibs-taglibs-{taglib-name}.tld</taglib-location>
+ <taglib-location>/WEB-INF/taglibs-{taglib-name}.tld</taglib-location>
</taglib>
</web-app>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]