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 2004/05/21 16:06:24 UTC

cvs commit: jakarta-cactus build.xml

vmassol     2004/05/21 07:06:24

  Modified:    .        build.xml
  Log:
  the servlet.jar jar now needs to be passed to the framework build
  
  Revision  Changes    Path
  1.71      +5 -5      jakarta-cactus/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.xml,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- build.xml	9 Apr 2004 11:17:30 -0000	1.70
  +++ build.xml	21 May 2004 14:06:23 -0000	1.71
  @@ -53,14 +53,14 @@
       <ant antfile="framework/build.xml" inheritAll="false" 
           target="dist">
         <property name="j2ee.jar" value="${j2ee.12.jar}"/>
  -      <property name="servlet.jar" value=""/>
  +      <property name="servlet.jar" value="${servlet.22.jar}"/>
         <property name="clover.enable" value="true"/>
         <property name="env" value="${env}"/>
       </ant>
       <ant antfile="framework/build.xml" inheritAll="false" 
           target="dist">
         <property name="j2ee.jar" value="${j2ee.13.jar}"/>
  -      <property name="servlet.jar" value=""/>
  +      <property name="servlet.jar" value="${servlet.23.jar}"/>
         <property name="clover.enable" value="true"/>
         <property name="env" value="${env}"/>
       </ant>
  @@ -283,12 +283,12 @@
       <ant antfile="framework/build.xml" inheritAll="false" 
           target="clean">
         <property name="j2ee.jar" value="${j2ee.12.jar}"/>
  -      <property name="servlet.jar" value=""/>
  +      <property name="servlet.jar" value="${servlet.22.jar}"/>
       </ant>
       <ant antfile="framework/build.xml" inheritAll="false" 
           target="clean">
         <property name="j2ee.jar" value="${j2ee.13.jar}"/>
  -      <property name="servlet.jar" value=""/>
  +      <property name="servlet.jar" value="${servlet.23.jar}"/>
       </ant>
       <ant antfile="integration/ant/build.xml" inheritAll="false" 
           target="clean">
  
  
  

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