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 gl...@apache.org on 2002/01/31 03:26:38 UTC

cvs commit: jakarta-taglibs build.properties.sample

glenn       02/01/30 18:26:38

  Modified:    .        build.properties.sample
  Log:
  Add API's required by jmstags
  
  Revision  Changes    Path
  1.9       +16 -0     jakarta-taglibs/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/build.properties.sample,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.properties.sample	24 Jul 2001 21:11:34 -0000	1.8
  +++ build.properties.sample	31 Jan 2002 02:26:38 -0000	1.9
  @@ -114,6 +114,22 @@
   # need to download the JNDI API from Sun and install it in your
   # $JAVA_HOME/jre/lib/ext directory.
   # http://java.sun.com/products/jndi/
  +
  +# jmstags requires the jms API
  +# http://java.sun.com/products/jms/
  +#jms.jar=${base.dir}/../jms1.0.2b/lib/jms.jar
  +
  +# jmstags requires the commons-digester API
  +commons-digester.jar=${base.dir}/../commons-digester/commons-digester.jar
  +
  +# jmstags requires the commons-beanutils API
  +commons-beanutils.jar=${base.dir}/../commons-beanutils-1.1/commons-beanutils.jar
  +
  +# jmstags requires the commons-collections API
  +commons-collections.jar=${base.dir}/../commons-collections-1.0/commons-collections.jar
  +
  +# jmstags requires the commons-messenger API
  +commons-messenger.jar=${base.dir}/../commons-messenger/commons-messenger.jar
   
   #
   # PROJECT STANDARD PROPERTIES
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>