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 jr...@apache.org on 2003/01/24 12:32:01 UTC

cvs commit: jakarta-cactus/petals/ant/src/scripts/share build-share.xml

jruaux      2003/01/24 03:32:01

  Modified:    petals/ant/src/scripts/share build-share.xml
  Log:
  Compile target now optional
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-cactus/petals/ant/src/scripts/share/build-share.xml
  
  Index: build-share.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/petals/ant/src/scripts/share/build-share.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-share.xml	23 Jan 2003 12:32:25 -0000	1.1
  +++ build-share.xml	24 Jan 2003 11:32:00 -0000	1.2
  @@ -78,7 +78,7 @@
            Compile the Cactus tests.
          ========================================================================
       -->
  -    <target name="cactus.compile" description="Compile the Cactus tests">
  +    <target name="cactus.compile" if="cactus.src.dir" description="Compile the Cactus tests">
   
           <mkdir dir="${target.classes.dir}"/>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>