Author: craigmcc
Date: Thu Dec 30 18:53:29 2004
New Revision: 123761

URL: http://svn.apache.org/viewcvs?view=rev&rev=123761
Log:
Fix typos in system URL (in the generated tag library) and base variable
name in build.properties.sample.

PR:  Bugzilla #32666
Submitted by: Mike Gratsas <MikeGratsas AT techemail.com>

Modified:
   struts/faces/trunk/build.properties.sample
   struts/faces/trunk/core-library/src/conf/struts-tld.xsl

Modified: struts/faces/trunk/build.properties.sample
Url: 
http://svn.apache.org/viewcvs/struts/faces/trunk/build.properties.sample?view=diff&rev=123761&p1=struts/faces/trunk/build.properties.sample&r1=123760&p2=struts/faces/trunk/build.properties.sample&r2=123761
==============================================================================
--- struts/faces/trunk/build.properties.sample  (original)
+++ struts/faces/trunk/build.properties.sample  Thu Dec 30 18:53:29 2004
@@ -102,7 +102,7 @@
 
 # The absolute or relative pathname of the Servlet 2.4 API Classes
 # (or a combined Servlet 2.3 / JSP 1.2 API classes JAR file)
-servlet.jar=${servlet.home}/common/lib/servlet.jar
+servlet.jar=${server.home}/common/lib/servlet.jar
 
 # The absolute or relative pathname of the JSP Standard Tag Library
 # (JSTL) RI Classes

Modified: struts/faces/trunk/core-library/src/conf/struts-tld.xsl
Url: 
http://svn.apache.org/viewcvs/struts/faces/trunk/core-library/src/conf/struts-tld.xsl?view=diff&rev=123761&p1=struts/faces/trunk/core-library/src/conf/struts-tld.xsl&r1=123760&p2=struts/faces/trunk/core-library/src/conf/struts-tld.xsl&r2=123761
==============================================================================
--- struts/faces/trunk/core-library/src/conf/struts-tld.xsl     (original)
+++ struts/faces/trunk/core-library/src/conf/struts-tld.xsl     Thu Dec 30 
18:53:29 2004
@@ -9,7 +9,7 @@
              method="xml"
              indent="yes"
      doctype-public="-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
-     doctype-system="http://java.sun.com/j2ee/dtd/web-jsptaglibrary_1_2.dtd"/>
+     doctype-system="http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"/>
    <xsl:strip-space elements="taglib tag attribute"/>
 
   <!-- Process the document itself -->

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to