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:14:04 UTC

svn commit: r328758 - in /jakarta/taglibs/sandbox/src/trunk: doc/sourcedist.xml doc/stylesheets/taglibs.xsl taglib-template/xml/taglib-template.xml

Author: rahul
Date: Wed Oct 26 16:14:00 2005
New Revision: 328758

URL: http://svn.apache.org/viewcvs?rev=328758&view=rev
Log:
1) Added ApacheCon banner for sandbox taglibs.
2) Corrected a couple of typos.

Modified:
    jakarta/taglibs/sandbox/src/trunk/doc/sourcedist.xml
    jakarta/taglibs/sandbox/src/trunk/doc/stylesheets/taglibs.xsl
    jakarta/taglibs/sandbox/src/trunk/taglib-template/xml/taglib-template.xml

Modified: jakarta/taglibs/sandbox/src/trunk/doc/sourcedist.xml
URL: http://svn.apache.org/viewcvs/jakarta/taglibs/sandbox/src/trunk/doc/sourcedist.xml?rev=328758&r1=328757&r2=328758&view=diff
==============================================================================
--- jakarta/taglibs/sandbox/src/trunk/doc/sourcedist.xml (original)
+++ jakarta/taglibs/sandbox/src/trunk/doc/sourcedist.xml Wed Oct 26 16:14:00 2005
@@ -360,8 +360,8 @@
 <ul>
 <li><b>dist/{taglib-name}/</b> - Location of all files built for a binary
     distribution of the taglib.</li>
-<li><b>dist/{taglib-name}/{taglib-name}.jar</b> - Jar of java classes for tag library.</li>
-<li><b>dist/{taglib-name}/{taglib-name}.tld</b> - Tag Lib Descriptor for tag library.</li>
+<li><b>dist/{taglib-name}/taglibs-{taglib-name}.jar</b> - Jar of java classes for tag library.</li>
+<li><b>dist/{taglib-name}/taglibs-{taglib-name}.tld</b> - Tag Lib Descriptor for tag library.</li>
 <li><b>dist/{taglib-name}/{taglib-name}-doc.war</b> - Tag Library documentation war file.</li>
 <li><b>dist/{taglib-name}/{taglib-name}-examples.war</b> - Tag Library examples war file.</li>
 </ul>

Modified: jakarta/taglibs/sandbox/src/trunk/doc/stylesheets/taglibs.xsl
URL: http://svn.apache.org/viewcvs/jakarta/taglibs/sandbox/src/trunk/doc/stylesheets/taglibs.xsl?rev=328758&r1=328757&r2=328758&view=diff
==============================================================================
--- jakarta/taglibs/sandbox/src/trunk/doc/stylesheets/taglibs.xsl (original)
+++ jakarta/taglibs/sandbox/src/trunk/doc/stylesheets/taglibs.xsl Wed Oct 26 16:14:00 2005
@@ -45,6 +45,12 @@
     <table border="0" width="100%" cellspacing="5">
 
       <tr><td colspan="2">
+        <a href="http://apachecon.com/2005/US/">
+          <img src="http://apache.org/images/ac2005us_banner_728x90.jpg" align="center" border="0"/>
+        </a>
+      </td></tr>
+
+      <tr><td colspan="2">
         <a href="http://jakarta.apache.org">
           <img src="{$prefix}images/jakarta-logo.gif" align="left" border="0"/>
         </a>

Modified: jakarta/taglibs/sandbox/src/trunk/taglib-template/xml/taglib-template.xml
URL: http://svn.apache.org/viewcvs/jakarta/taglibs/sandbox/src/trunk/taglib-template/xml/taglib-template.xml?rev=328758&r1=328757&r2=328758&view=diff
==============================================================================
--- jakarta/taglibs/sandbox/src/trunk/taglib-template/xml/taglib-template.xml (original)
+++ jakarta/taglibs/sandbox/src/trunk/taglib-template/xml/taglib-template.xml Wed Oct 26 16:14:00 2005
@@ -87,7 +87,7 @@
 
   <!-- The taglib-location is used to fill in the web.xml configuration
        information in the HTML doc. -->
-  <taglib-location>/WEB-INF/{taglib-name}.tld</taglib-location>
+  <taglib-location>/WEB-INF/taglibs-{taglib-name}.tld</taglib-location>
 
   <!-- The prefix is used to fill in the taglib directive
        configuration information in the HTML doc. -->



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