vmassol     01/04/07 06:23:37

  Modified:    cactus/conf/sample/build build.xml
  Log:
  added a all target
  
  Revision  Changes    Path
  1.2       +7 -0      jakarta-commons-sandbox/cactus/conf/sample/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/cactus/conf/sample/build/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 2001/03/31 20:22:35     1.1
  +++ build.xml 2001/04/07 13:23:37     1.2
  @@ -490,6 +490,13 @@
   
       <!--
          ========================================================================
  +         Do it all ! (clean, war, source, doc)
  +       ========================================================================
  +    -->
  +    <target name="all" depends="clean,war,source,doc"/>
  +
  +    <!--
  +       ========================================================================
            Include the usage target and the test targets for the different
            servlet engine
          ========================================================================
  
  
  

Reply via email to