dmkarr      2002/10/02 19:34:53

  Modified:    .        build.properties.sample
  Log:
  Added template links to "jstl.jar" and "jstl-standard.jar" to point to the JSTL
  jar files, used by the Struts-EL build.  The top-level "build.xml" checks for
  whether "jstl.jar" is set, and only builds the "contrib/struts-el" directory if
  that is present.
  
  Revision  Changes    Path
  1.13      +9 -1      jakarta-struts/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.properties.sample,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.properties.sample   9 Aug 2002 05:21:32 -0000       1.12
  +++ build.properties.sample   3 Oct 2002 02:34:52 -0000       1.13
  @@ -107,3 +107,11 @@
   
   tomcat.home.32 = f:/applis/jakarta-tomcat-3.2.1
   tomcat.home.40 = f:/applis/jakarta-tomcat-4.0-b1
  +
  +# These links to the JSTL jar files are only required for building the
  +# Struts-EL contrib library.  If they are not present, it will not build that
  +# contrib library (although it doesn't prevent you from building it directly in
  +# "contrib/struts-el".
  +
  +jstl.jar                             = 
f:/applis/jakarta-taglibs/jstl-1.0/lib/jstl.jar
  +jstl-standard.jar    = f:/applis/jakarta-taglibs/jstl-1.0/lib/standard.jar
  
  
  

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

Reply via email to