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 cm...@apache.org on 2003/07/08 22:01:30 UTC

cvs commit: jakarta-cactus build.xml

cmlenz      2003/07/08 13:01:30

  Modified:    .        build.xml
  Log:
  The Jetty sample is now a member of the family :-)
  
  Revision  Changes    Path
  1.60      +5 -5      jakarta-cactus/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- build.xml	30 Jun 2003 16:22:08 -0000	1.59
  +++ build.xml	8 Jul 2003 20:01:30 -0000	1.60
  @@ -86,11 +86,11 @@
         <property name="j2ee.jar" value="${j2ee.13.jar}"/>
         <property name="clover.enable" value="true"/>
       </ant>
  -    <!-- ant antfile="samples/jetty/build.xml" inheritAll="false" 
  +    <ant antfile="samples/jetty/build.xml" inheritAll="false" 
           target="dist">
         <property name="j2ee.jar" value="${j2ee.13.jar}"/>
         <property name="clover.enable" value="true"/>
  -    </ant -->
  +    </ant>
       <ant antfile="documentation/build.xml" inheritAll="false" 
           target="dist">
         <property name="javadoc.include" value="true"/>
  @@ -239,10 +239,10 @@
           target="clean">
         <property name="j2ee.jar" value="${j2ee.13.jar}"/>
       </ant>
  -    <!-- ant antfile="samples/jetty/build.xml" inheritAll="false" 
  +    <ant antfile="samples/jetty/build.xml" inheritAll="false" 
           target="clean">
         <property name="j2ee.jar" value="${j2ee.13.jar}"/>
  -    </ant -->
  +    </ant>
       <ant antfile="documentation/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