Author: bayard Date: Sat Jan 3 01:36:21 2009 New Revision: 730944 URL: http://svn.apache.org/viewvc?rev=730944&view=rev Log: Adding in the jstl 2.0 dependency examples that I forgot to commit previously
Modified: jakarta/taglibs/trunks-proper/build.properties.sample Modified: jakarta/taglibs/trunks-proper/build.properties.sample URL: http://svn.apache.org/viewvc/jakarta/taglibs/trunks-proper/build.properties.sample?rev=730944&r1=730943&r2=730944&view=diff ============================================================================== --- jakarta/taglibs/trunks-proper/build.properties.sample (original) +++ jakarta/taglibs/trunks-proper/build.properties.sample Sat Jan 3 01:36:21 2009 @@ -37,6 +37,21 @@ # http://jakarta.apache.org/tomcat/ as a Tomcat 5.x binary download. servlet24.jar=${base.dir}/../jakarta-servletapi-5/dist/lib/servlet.jar +# The default jar file for the Servlet 2.5 API classes. +# Used for building JSTL 1.2.x +# Can be obtained from Tomcat 6.x at http://jakarta.apache.org/tomcat/ +servlet25.jar=${base.dir}/../apache-tomcat-6.0.18/lib/servlet-api.jar + +# The default jar file for the JSP 2.1 API classes. +# Used for building JSTL 1.2.x +# Can be obtained from Tomcat 6.x at http://jakarta.apache.org/tomcat/ +jsp21.jar=${base.dir}/../apache-tomcat-6.0.18/lib/jsp-api.jar + +# The default jar file for the EL API classes. +# Used for building JSTL 1.2.x +# Can be obtained from Tomcat 6.x at http://jakarta.apache.org/tomcat/ +el.jar=${base.dir}/../apache-tomcat-6.0.18/lib/el-api.jar + # The remaining properties are for supporting taglibs which # require the use of additional Java API's. --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: taglibs-dev-h...@jakarta.apache.org