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 2005/03/01 01:14:13 UTC

cvs commit: jakarta-taglibs-sandbox build.properties.sample

glenn       2005/02/28 16:14:13

  Modified:    .        build.properties.sample
  Log:
  Add struts12.jar for the RDC taglib
  
  Revision  Changes    Path
  1.6       +4 -0      jakarta-taglibs-sandbox/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs-sandbox/build.properties.sample,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.properties.sample	9 Oct 2003 04:12:49 -0000	1.5
  +++ build.properties.sample	1 Mar 2005 00:14:13 -0000	1.6
  @@ -160,6 +160,10 @@
   # http://www.mullassery.com/software/PMIW
   pmiw.jar=${base.dir}/../pmiw-1.0b/pmiw.jar
   
  +# The RDC taglib requires Struts 1.2
  +# http://struts.apache.org/
  +struts12.jar=${base.dir}/../jakarta-struts-1.2.4/lib/struts.jar
  +
   #
   # PROJECT STANDARD PROPERTIES
   #
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-taglibs-sandbox build.properties.sample

Posted by Rahul P Akolkar <ak...@us.ibm.com>.
Thanks a lot Glenn !

-Rahul