You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/09/12 13:54:43 UTC

cvs commit: jakarta-cactus/samples/servlet build.properties.sample

vmassol     2003/09/12 04:54:43

  Modified:    samples/servlet build.properties.sample
  Log:
  Fixed copy paste comment
  
  Revision  Changes    Path
  1.12      +2 -4      jakarta-cactus/samples/servlet/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/servlet/build.properties.sample,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.properties.sample	10 Aug 2003 13:55:38 -0000	1.11
  +++ build.properties.sample	12 Sep 2003 11:54:43 -0000	1.12
  @@ -22,9 +22,7 @@
   lib.repo = c:/apps/maven/repository
   
   # The location of the J2EE API jar. Depending on the version (1.2 or 1.3) of
  -# it, the corresponding Cactus Framework will be built. For example if you use
  -# J2EE 1.3 jar, then the Cactus jar will contain the Filter Redirector which is
  -# only available for Servlet 2.3 (part of J2EE 1.3).
  +# it, the corresponding Cactus Sample will be built.
   j2ee.jar = ${lib.repo}/servletapi/jars/servletapi-2.3.jar
   
   # The location of the JSTL jar