glenn       01/05/23 03:05:06

  Modified:    .        build.properties.sample
  Log:
  Support for new build
  
  Revision  Changes    Path
  1.2       +6 -1      jakarta-taglibs/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/build.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample   2001/05/23 01:59:52     1.1
  +++ build.properties.sample   2001/05/23 10:05:02     1.2
  @@ -31,7 +31,7 @@
   
   # dbtags requires the Sun JDBC 2.0 Optional Package (Standard Extensions).
   # http://java.sun.com/products/jdbc/download.html
  -# These can be installed in your $JAVA_HOME/jre/lib/ext directory
  +# This can be installed in your $JAVA_HOME/jre/lib/ext directory
   # or uncomment the below property and set its path to the jdbc
   # 2.0 Standard Extensions jar file.
   #jdbc20stdext.jar=
  @@ -92,6 +92,11 @@
   #jaxp.jar
   # Uncomment the below and set the path to crimson.jar
   #crimson.jar
  +
  +# mailer requires the JavaMail 1.2 API
  +# http://java.sun.com/products/javamail/
  +# The jar files that come with JavaMail 1.2 should be installed
  +# in your $JAVA_HOME/jre/lib/ext directory.
   
   # jndi requires the JNDI API. This comes as part of Java 1.3.
   # If you are using a version of Java prior to Java 1.3 you will
  
  
  

Reply via email to