You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ra...@apache.org on 2005/10/27 01:15:05 UTC

svn commit: r328759 - /jakarta/taglibs/proper/src/trunk/taglib-template/examples/conf/web.xml

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: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org