You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2005/05/04 08:01:45 UTC

svn commit: r168085 - /struts/shale/trunk/clay-plugin/src/conf/shale-clay.tld

Author: craigmcc
Date: Tue May  3 23:01:44 2005
New Revision: 168085

URL: http://svn.apache.org/viewcvs?rev=168085&view=rev
Log:
Disambiguate the tag library URI (and the short name, which many tools use
as the default for the prefix).

PR:  Bugzilla #34712
Submitted By:  Manfred Klug <manklu AT web.de>

Modified:
    struts/shale/trunk/clay-plugin/src/conf/shale-clay.tld

Modified: struts/shale/trunk/clay-plugin/src/conf/shale-clay.tld
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/clay-plugin/src/conf/shale-clay.tld?rev=168085&r1=168084&r2=168085&view=diff
==============================================================================
--- struts/shale/trunk/clay-plugin/src/conf/shale-clay.tld (original)
+++ struts/shale/trunk/clay-plugin/src/conf/shale-clay.tld Tue May  3 23:01:44 2005
@@ -23,8 +23,8 @@
 
   <tlib-version>1.0</tlib-version>
   <jsp-version>1.2</jsp-version>
-  <short-name>sh</short-name>
-  <uri>http://struts.apache.org/shale/core</uri>
+  <short-name>clay</short-name>
+  <uri>http://struts.apache.org/shale/clay-plugin</uri>
   <description></description>
 
   <listener>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org