cmlenz      2004/01/09 04:49:06

  Modified:    samples/jetty build.xml
               samples/jetty/src/script build.xml
  Log:
  The jetty sample doesn't use the Cactus Ant tasks
  
  Revision  Changes    Path
  1.18      +1 -3      jakarta-cactus/samples/jetty/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/jetty/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml 23 Oct 2003 12:27:43 -0000      1.17
  +++ build.xml 9 Jan 2004 12:49:06 -0000       1.18
  @@ -80,7 +80,6 @@
       <echo>Dependencies:</echo>
       <echo>  aspectjrt.jar = [${aspectjrt.jar}]</echo>
       <echo>  cactus.jar = [${cactus.jar}]</echo>
  -    <echo>  cactus.ant.jar = [${cactus.ant.jar}]</echo>
       <echo>  commons.httpclient.jar = [${commons.httpclient.jar}]</echo>
       <echo>  commons.logging.jar = [${commons.logging.jar}]</echo>
       <echo>  httpunit.jar = [${httpunit.jar}]</echo>
  @@ -100,7 +99,6 @@
         <and>
           <available file="${aspectjrt.jar}"/>
           <available file="${cactus.jar}"/>
  -        <available file="${cactus.ant.jar}"/>
           <available file="${commons.httpclient.jar}"/>
           <available file="${commons.logging.jar}"/>
           <available file="${httpunit.jar}"/>
  
  
  
  1.7       +0 -2      jakarta-cactus/samples/jetty/src/script/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/jetty/src/script/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml 30 Nov 2003 12:19:44 -0000      1.6
  +++ build.xml 9 Jan 2004 12:49:06 -0000       1.7
  @@ -135,8 +135,6 @@
       <fail unless="properties.ok">Missing property or property pointing to an 
invalid file
   (check your build.properties file)</fail>
   
  -    <taskdef resource="cactus.tasks" classpathref="cactus.classpath"/>
  -
       <tstamp/>
   
     </target>
  
  
  

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

Reply via email to