vmassol     2003/06/09 00:11:01

  Modified:    samples/servlet build.xml
  Log:
  More clearly state that jslt.jar and standard.jar are only needed for the tests on 
J2EE 1.3 only
  
  Revision  Changes    Path
  1.30      +2 -2      jakarta-cactus/samples/servlet/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/servlet/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.xml 1 Jun 2003 08:51:11 -0000       1.29
  +++ build.xml 9 Jun 2003 07:11:01 -0000       1.30
  @@ -180,11 +180,11 @@
           <echo>  commons.logging.jar = [${commons.logging.jar}]</echo>
           <echo>  httpunit.jar = [${httpunit.jar}]</echo>
           <echo>  j2ee.jar = [${j2ee.jar}]</echo>
  -        <echo>  jstl.jar = [${jstl.jar}]</echo>
           <echo>  junit.jar = [${junit.jar}]</echo>
           <echo>  log4j.jar = [${log4j.jar}]</echo>
           <echo>  nekohtml.jar = [${nekohtml.jar}]</echo>
  -        <echo>  standard.jar = [${standard.jar}]</echo>
  +        <echo>  jstl.jar (for J2EE 1.3 only) = [${jstl.jar}]</echo>
  +        <echo>  standard.jar (for J2EE 1.3 only) = [${standard.jar}]</echo>
           <echo>  xerces.jar (optional) = [${xerces.jar}]</echo>
           <echo>  xmlapis.jar (optional) = [${xmlapis.jar}]</echo>
           <echo/>
  
  
  

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

Reply via email to